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, newInstance
protected AbstractXMLInputFactory()
protected AbstractXMLInputFactory(int bufSize)
public XMLEventReader createFilteredReader(XMLEventReader arg0, EventFilter arg1) throws XMLStreamException
createFilteredReader
in class XMLInputFactory
XMLStreamException
public XMLStreamReader createFilteredReader(XMLStreamReader arg0, StreamFilter arg1) throws XMLStreamException
createFilteredReader
in class XMLInputFactory
XMLStreamException
public XMLEventReader createXMLEventReader(InputStream arg0, String encoding) throws XMLStreamException
createXMLEventReader
in class XMLInputFactory
XMLStreamException
public XMLEventReader createXMLEventReader(InputStream arg0) throws XMLStreamException
createXMLEventReader
in class XMLInputFactory
XMLStreamException
public XMLEventReader createXMLEventReader(Reader arg0) throws XMLStreamException
createXMLEventReader
in class XMLInputFactory
XMLStreamException
public XMLEventReader createXMLEventReader(Source arg0) throws XMLStreamException
createXMLEventReader
in class XMLInputFactory
XMLStreamException
public XMLEventReader createXMLEventReader(String systemId, InputStream arg1) throws XMLStreamException
createXMLEventReader
in class XMLInputFactory
XMLStreamException
public XMLEventReader createXMLEventReader(String systemId, Reader arg1) throws XMLStreamException
createXMLEventReader
in class XMLInputFactory
XMLStreamException
public XMLEventReader createXMLEventReader(XMLStreamReader arg0) throws XMLStreamException
createXMLEventReader
in class XMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(InputStream is) throws XMLStreamException
createXMLStreamReader
in class XMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(InputStream is, String charset) throws XMLStreamException
createXMLStreamReader
in class XMLInputFactory
XMLStreamException
protected JSONTokener createNewJSONTokener(String doc)
public abstract XMLStreamReader createXMLStreamReader(JSONTokener tokener) throws XMLStreamException
XMLStreamException
public XMLStreamReader createXMLStreamReader(Reader reader) throws XMLStreamException
createXMLStreamReader
in class XMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(Source src) throws XMLStreamException
createXMLStreamReader
in class XMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(String systemId, InputStream arg1) throws XMLStreamException
createXMLStreamReader
in class XMLInputFactory
XMLStreamException
public XMLStreamReader createXMLStreamReader(String systemId, Reader r) throws XMLStreamException
createXMLStreamReader
in class XMLInputFactory
XMLStreamException
public XMLEventAllocator getEventAllocator()
getEventAllocator
in class XMLInputFactory
public Object getProperty(String arg0) throws IllegalArgumentException
getProperty
in class XMLInputFactory
IllegalArgumentException
public XMLReporter getXMLReporter()
getXMLReporter
in class XMLInputFactory
public XMLResolver getXMLResolver()
getXMLResolver
in class XMLInputFactory
public boolean isPropertySupported(String arg0)
isPropertySupported
in class XMLInputFactory
public void setEventAllocator(XMLEventAllocator arg0)
setEventAllocator
in class XMLInputFactory
public void setProperty(String arg0, Object arg1) throws IllegalArgumentException
setProperty
in class XMLInputFactory
IllegalArgumentException
public void setXMLReporter(XMLReporter arg0)
setXMLReporter
in class XMLInputFactory
public void setXMLResolver(XMLResolver arg0)
setXMLResolver
in class XMLInputFactory
Copyright © 2023. All rights reserved.