| |
|
| java.lang.Object javax.xml.stream.XMLInputFactory com.caucho.xml.stream.XMLInputFactoryImpl
XMLInputFactoryImpl | public XMLInputFactoryImpl()(Code) | | |
isPropertySupported | public boolean isPropertySupported(String name)(Code) | | |
Methods inherited from javax.xml.stream.XMLInputFactory | abstract public XMLStreamReader createFilteredReader(XMLStreamReader reader, StreamFilter filter) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createFilteredReader(XMLEventReader reader, EventFilter filter) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createXMLEventReader(java.io.Reader reader) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createXMLEventReader(String systemId, java.io.Reader reader) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createXMLEventReader(XMLStreamReader reader) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createXMLEventReader(Source source) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createXMLEventReader(java.io.InputStream stream) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createXMLEventReader(java.io.InputStream stream, String encoding) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventReader createXMLEventReader(String systemId, java.io.InputStream stream) throws XMLStreamException(Code)(Java Doc) abstract public XMLStreamReader createXMLStreamReader(java.io.Reader reader) throws XMLStreamException(Code)(Java Doc) abstract public XMLStreamReader createXMLStreamReader(Source source) throws XMLStreamException(Code)(Java Doc) abstract public XMLStreamReader createXMLStreamReader(java.io.InputStream stream) throws XMLStreamException(Code)(Java Doc) abstract public XMLStreamReader createXMLStreamReader(java.io.InputStream stream, String encoding) throws XMLStreamException(Code)(Java Doc) abstract public XMLStreamReader createXMLStreamReader(String systemId, java.io.InputStream stream) throws XMLStreamException(Code)(Java Doc) abstract public XMLStreamReader createXMLStreamReader(String systemId, java.io.Reader reader) throws XMLStreamException(Code)(Java Doc) abstract public XMLEventAllocator getEventAllocator()(Code)(Java Doc) abstract public Object getProperty(java.lang.String name) throws java.lang.IllegalArgumentException(Code)(Java Doc) abstract public XMLReporter getXMLReporter()(Code)(Java Doc) abstract public XMLResolver getXMLResolver()(Code)(Java Doc) abstract public boolean isPropertySupported(String name)(Code)(Java Doc) public static XMLInputFactory newInstance() throws FactoryConfigurationError(Code)(Java Doc) public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError(Code)(Java Doc) abstract public void setEventAllocator(XMLEventAllocator allocator)(Code)(Java Doc) abstract public void setProperty(java.lang.String name, Object value) throws java.lang.IllegalArgumentException(Code)(Java Doc) abstract public void setXMLReporter(XMLReporter reporter)(Code)(Java Doc) abstract public void setXMLResolver(XMLResolver resolver)(Code)(Java Doc)
|
|
|
|