Package org.apache.xerces.util
Class StAXInputSource
java.lang.Object
org.apache.xerces.xni.parser.XMLInputSource
org.apache.xerces.util.StAXInputSource
public final class StAXInputSource
extends org.apache.xerces.xni.parser.XMLInputSource
An XMLInputSource
analogue to javax.xml.transform.stax.StAXSource
.
- Version:
- $Id: StAXInputSource.java 1358676 2012-07-07 23:41:49Z mrglavas $
-
Field Summary
Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId
-
Constructor Summary
ConstructorsConstructorDescriptionStAXInputSource
(XMLEventReader source) StAXInputSource
(XMLEventReader source, boolean consumeRemainingContent) StAXInputSource
(XMLStreamReader source) StAXInputSource
(XMLStreamReader source, boolean consumeRemainingContent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setSystemId
(String systemId) Sets the system identifier.boolean
Methods inherited from class org.apache.xerces.xni.parser.XMLInputSource
getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId
-
Constructor Details
-
StAXInputSource
-
StAXInputSource
-
StAXInputSource
-
StAXInputSource
-
-
Method Details
-
getXMLStreamReader
-
getXMLEventReader
-
shouldConsumeRemainingContent
public boolean shouldConsumeRemainingContent() -
setSystemId
Description copied from class:org.apache.xerces.xni.parser.XMLInputSource
Sets the system identifier.- Overrides:
setSystemId
in classorg.apache.xerces.xni.parser.XMLInputSource
- Parameters:
systemId
- The new system identifier.
-