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 XMLInputSource
An XMLInputSource
analogue to javax.xml.transform.stax.StAXSource
.
- Version:
- $Id: StAXInputSource.java 696457 2008-09-17 21:26:53Z mrglavas $
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(XMLStreamReader source)
StAXInputSource
public StAXInputSource(XMLStreamReader source,
boolean consumeRemainingContent)
StAXInputSource
public StAXInputSource(XMLEventReader source)
StAXInputSource
public StAXInputSource(XMLEventReader source,
boolean consumeRemainingContent)
getXMLStreamReader
public XMLStreamReader getXMLStreamReader()
getXMLEventReader
public XMLEventReader getXMLEventReader()
shouldConsumeRemainingContent
public boolean shouldConsumeRemainingContent()
setSystemId
public void setSystemId(String systemId)
- Description copied from class:
XMLInputSource
- Sets the system identifier.
- Overrides:
setSystemId
in class XMLInputSource
- Parameters:
systemId
- The new system identifier.
Copyright © 2011. All Rights Reserved.