public abstract class AbstractXMLInputFactory extends XMLInputFactory
ALLOCATOR, IS_COALESCING, IS_NAMESPACE_AWARE, IS_REPLACING_ENTITY_REFERENCES, IS_SUPPORTING_EXTERNAL_ENTITIES, IS_VALIDATING, REPORTER, RESOLVER, SUPPORT_DTD| Modifier | Constructor and Description |
|---|---|
protected |
AbstractXMLInputFactory() |
protected |
AbstractXMLInputFactory(int bufSize) |
newFactory, newFactory, newInstance, newInstanceprotected AbstractXMLInputFactory()
protected AbstractXMLInputFactory(int bufSize)
public XMLEventReader createFilteredReader(XMLEventReader arg0, EventFilter arg1) throws XMLStreamException
createFilteredReader in class XMLInputFactoryXMLStreamExceptionpublic XMLStreamReader createFilteredReader(XMLStreamReader arg0, StreamFilter arg1) throws XMLStreamException
createFilteredReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventReader createXMLEventReader(InputStream arg0, String encoding) throws XMLStreamException
createXMLEventReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventReader createXMLEventReader(InputStream arg0) throws XMLStreamException
createXMLEventReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventReader createXMLEventReader(Reader arg0) throws XMLStreamException
createXMLEventReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventReader createXMLEventReader(Source arg0) throws XMLStreamException
createXMLEventReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventReader createXMLEventReader(String systemId, InputStream arg1) throws XMLStreamException
createXMLEventReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventReader createXMLEventReader(String systemId, Reader arg1) throws XMLStreamException
createXMLEventReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventReader createXMLEventReader(XMLStreamReader arg0) throws XMLStreamException
createXMLEventReader in class XMLInputFactoryXMLStreamExceptionpublic XMLStreamReader createXMLStreamReader(InputStream is) throws XMLStreamException
createXMLStreamReader in class XMLInputFactoryXMLStreamExceptionpublic XMLStreamReader createXMLStreamReader(InputStream is, String charset) throws XMLStreamException
createXMLStreamReader in class XMLInputFactoryXMLStreamExceptionprotected JSONTokener createNewJSONTokener(String doc)
public abstract XMLStreamReader createXMLStreamReader(JSONTokener tokener) throws XMLStreamException
XMLStreamExceptionpublic XMLStreamReader createXMLStreamReader(Reader reader) throws XMLStreamException
createXMLStreamReader in class XMLInputFactoryXMLStreamExceptionpublic XMLStreamReader createXMLStreamReader(Source src) throws XMLStreamException
createXMLStreamReader in class XMLInputFactoryXMLStreamExceptionpublic XMLStreamReader createXMLStreamReader(String systemId, InputStream arg1) throws XMLStreamException
createXMLStreamReader in class XMLInputFactoryXMLStreamExceptionpublic XMLStreamReader createXMLStreamReader(String systemId, Reader r) throws XMLStreamException
createXMLStreamReader in class XMLInputFactoryXMLStreamExceptionpublic XMLEventAllocator getEventAllocator()
getEventAllocator in class XMLInputFactorypublic Object getProperty(String arg0) throws IllegalArgumentException
getProperty in class XMLInputFactoryIllegalArgumentExceptionpublic XMLReporter getXMLReporter()
getXMLReporter in class XMLInputFactorypublic XMLResolver getXMLResolver()
getXMLResolver in class XMLInputFactorypublic boolean isPropertySupported(String arg0)
isPropertySupported in class XMLInputFactorypublic void setEventAllocator(XMLEventAllocator arg0)
setEventAllocator in class XMLInputFactorypublic void setProperty(String arg0, Object arg1) throws IllegalArgumentException
setProperty in class XMLInputFactoryIllegalArgumentExceptionpublic void setXMLReporter(XMLReporter arg0)
setXMLReporter in class XMLInputFactorypublic void setXMLResolver(XMLResolver arg0)
setXMLResolver in class XMLInputFactoryCopyright © 2018. All rights reserved.