com.agilejava.docbkx.maven
Class InjectingEntityResolver.ReplacementInputSource
java.lang.Object
org.xml.sax.InputSource
com.agilejava.docbkx.maven.InjectingEntityResolver.ReplacementInputSource
- Enclosing class:
- InjectingEntityResolver
public class InjectingEntityResolver.ReplacementInputSource
- extends org.xml.sax.InputSource
The InputSource
that will replace the first
InputSource
retrieved, containig XML entity declarations
for all entities defined in the POM.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectingEntityResolver.ReplacementInputSource
public InjectingEntityResolver.ReplacementInputSource(java.lang.String followUpSystemId)
getByteStream
public java.io.InputStream getByteStream()
- Overrides:
getByteStream
in class org.xml.sax.InputSource
getCharacterStream
public java.io.Reader getCharacterStream()
- Overrides:
getCharacterStream
in class org.xml.sax.InputSource
getEncoding
public java.lang.String getEncoding()
- Overrides:
getEncoding
in class org.xml.sax.InputSource
getPublicId
public java.lang.String getPublicId()
- Overrides:
getPublicId
in class org.xml.sax.InputSource
getSystemId
public java.lang.String getSystemId()
- Overrides:
getSystemId
in class org.xml.sax.InputSource
setByteStream
public void setByteStream(java.io.InputStream byteStream)
- Overrides:
setByteStream
in class org.xml.sax.InputSource
setCharacterStream
public void setCharacterStream(java.io.Reader characterStream)
- Overrides:
setCharacterStream
in class org.xml.sax.InputSource
setEncoding
public void setEncoding(java.lang.String encoding)
- Overrides:
setEncoding
in class org.xml.sax.InputSource
setPublicId
public void setPublicId(java.lang.String publicId)
- Overrides:
setPublicId
in class org.xml.sax.InputSource
setSystemId
public void setSystemId(java.lang.String systemId)
- Overrides:
setSystemId
in class org.xml.sax.InputSource
Copyright © 2006-2011. All Rights Reserved.