javax.xml.stream
Class XMLInputFactory
java.lang.Object
javax.xml.stream.XMLInputFactory
public abstract class XMLInputFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLInputFactory
public XMLInputFactory()
newInstance
public static XMLInputFactory newInstance()
createXMLStreamReader
public abstract XMLStreamReader createXMLStreamReader(InputStream stream)
throws XMLStreamException
- Throws:
XMLStreamException
createStreamReader
public abstract XMLStreamReader createStreamReader(XMLStreamReader reader,
StreamFilter filter)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventReader
public abstract XMLEventReader createXMLEventReader(InputStream stream)
throws XMLStreamException
- Throws:
XMLStreamException