com.caucho.xml.stream
Class XMLInputFactoryImpl
java.lang.Object
javax.xml.stream.XMLInputFactory
com.caucho.xml.stream.XMLInputFactoryImpl
public class XMLInputFactoryImpl
- extends XMLInputFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLInputFactoryImpl
public XMLInputFactoryImpl()
createFilteredReader
public XMLEventReader createFilteredReader(XMLEventReader reader,
EventFilter filter)
throws XMLStreamException
- Specified by:
createFilteredReader
in class XMLInputFactory
- Throws:
XMLStreamException
createFilteredReader
public XMLStreamReader createFilteredReader(XMLStreamReader reader,
StreamFilter filter)
throws XMLStreamException
- Specified by:
createFilteredReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(java.io.InputStream stream)
throws XMLStreamException
- Specified by:
createXMLEventReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(java.io.InputStream stream,
java.lang.String encoding)
throws XMLStreamException
- Specified by:
createXMLEventReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(java.io.Reader reader)
throws XMLStreamException
- Specified by:
createXMLEventReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(javax.xml.transform.Source source)
throws XMLStreamException
- "Support of this method is optional."
- Specified by:
createXMLEventReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(java.lang.String systemId,
java.io.InputStream stream)
throws XMLStreamException
- Specified by:
createXMLEventReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(java.lang.String systemId,
java.io.Reader reader)
throws XMLStreamException
- Specified by:
createXMLEventReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLEventReader
public XMLEventReader createXMLEventReader(XMLStreamReader reader)
throws XMLStreamException
- Specified by:
createXMLEventReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(java.io.InputStream stream)
throws XMLStreamException
- Specified by:
createXMLStreamReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(java.io.InputStream stream,
java.lang.String encoding)
throws XMLStreamException
- Specified by:
createXMLStreamReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(java.io.Reader reader)
throws XMLStreamException
- Specified by:
createXMLStreamReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(javax.xml.transform.Source source)
throws XMLStreamException
- "Support of this method is optional."
- Specified by:
createXMLStreamReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(java.lang.String systemId,
java.io.InputStream stream)
throws XMLStreamException
- Specified by:
createXMLStreamReader
in class XMLInputFactory
- Throws:
XMLStreamException
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(java.lang.String systemId,
java.io.Reader reader)
throws XMLStreamException
- Specified by:
createXMLStreamReader
in class XMLInputFactory
- Throws:
XMLStreamException
getEventAllocator
public XMLEventAllocator getEventAllocator()
- Specified by:
getEventAllocator
in class XMLInputFactory
getProperty
public java.lang.Object getProperty(java.lang.String name)
throws java.lang.IllegalArgumentException
- Specified by:
getProperty
in class XMLInputFactory
- Throws:
java.lang.IllegalArgumentException
getXMLReporter
public XMLReporter getXMLReporter()
- Specified by:
getXMLReporter
in class XMLInputFactory
getXMLResolver
public XMLResolver getXMLResolver()
- Specified by:
getXMLResolver
in class XMLInputFactory
isPropertySupported
public boolean isPropertySupported(java.lang.String name)
- Specified by:
isPropertySupported
in class XMLInputFactory
setEventAllocator
public void setEventAllocator(XMLEventAllocator allocator)
- Specified by:
setEventAllocator
in class XMLInputFactory
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
- Specified by:
setProperty
in class XMLInputFactory
- Throws:
java.lang.IllegalArgumentException
setXMLReporter
public void setXMLReporter(XMLReporter reporter)
- Specified by:
setXMLReporter
in class XMLInputFactory
setXMLResolver
public void setXMLResolver(XMLResolver resolver)
- Specified by:
setXMLResolver
in class XMLInputFactory