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 1358677 2012-07-07 23:42:08Z mrglavas $
Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource |
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId |
Constructor Summary |
StAXInputSource(javax.xml.stream.XMLEventReader source)
|
StAXInputSource(javax.xml.stream.XMLEventReader source,
boolean consumeRemainingContent)
|
StAXInputSource(javax.xml.stream.XMLStreamReader source)
|
StAXInputSource(javax.xml.stream.XMLStreamReader source,
boolean consumeRemainingContent)
|
Methods inherited from class org.apache.xerces.xni.parser.XMLInputSource |
getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StAXInputSource
public StAXInputSource(javax.xml.stream.XMLStreamReader source)
StAXInputSource
public StAXInputSource(javax.xml.stream.XMLStreamReader source,
boolean consumeRemainingContent)
StAXInputSource
public StAXInputSource(javax.xml.stream.XMLEventReader source)
StAXInputSource
public StAXInputSource(javax.xml.stream.XMLEventReader source,
boolean consumeRemainingContent)
getXMLStreamReader
public javax.xml.stream.XMLStreamReader getXMLStreamReader()
getXMLEventReader
public javax.xml.stream.XMLEventReader getXMLEventReader()
shouldConsumeRemainingContent
public boolean shouldConsumeRemainingContent()
setSystemId
public void setSystemId(java.lang.String systemId)
- Description copied from class:
org.apache.xerces.xni.parser.XMLInputSource
- Sets the system identifier.
- Parameters:
systemId
- The new system identifier.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.