public abstract class XMLInputFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALLOCATOR |
static String |
IS_COALESCING |
static String |
IS_NAMESPACE_AWARE |
static String |
IS_REPLACING_ENTITY_REFERENCES |
static String |
IS_SUPPORTING_EXTERNAL_ENTITIES |
static String |
IS_VALIDATING |
static String |
REPORTER |
static String |
RESOLVER |
static String |
SUPPORT_DTD |
Modifier | Constructor and Description |
---|---|
protected |
XMLInputFactory() |
public static final String ALLOCATOR
public static final String IS_COALESCING
public static final String IS_NAMESPACE_AWARE
public static final String IS_REPLACING_ENTITY_REFERENCES
public static final String IS_SUPPORTING_EXTERNAL_ENTITIES
public static final String IS_VALIDATING
public static final String REPORTER
public static final String RESOLVER
public static final String SUPPORT_DTD
public static XMLInputFactory newInstance() throws FactoryConfigurationError
FactoryConfigurationError
public static XMLInputFactory newInstance(String factoryId, ClassLoader classLoader) throws FactoryConfigurationError
FactoryConfigurationError
public abstract XMLStreamReader createXMLStreamReader(Reader reader) throws XMLStreamException
XMLStreamException
public abstract XMLStreamReader createXMLStreamReader(Source source) throws XMLStreamException
XMLStreamException
public abstract XMLStreamReader createXMLStreamReader(InputStream stream) throws XMLStreamException
XMLStreamException
public abstract XMLStreamReader createXMLStreamReader(InputStream stream, String encoding) throws XMLStreamException
XMLStreamException
public abstract XMLStreamReader createXMLStreamReader(String systemId, InputStream stream) throws XMLStreamException
XMLStreamException
public abstract XMLStreamReader createXMLStreamReader(String systemId, Reader reader) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createXMLEventReader(Reader reader) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createXMLEventReader(String systemId, Reader reader) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createXMLEventReader(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createXMLEventReader(Source source) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createXMLEventReader(InputStream stream) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createXMLEventReader(InputStream stream, String encoding) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createXMLEventReader(String systemId, InputStream stream) throws XMLStreamException
XMLStreamException
public abstract XMLStreamReader createFilteredReader(XMLStreamReader reader, StreamFilter filter) throws XMLStreamException
XMLStreamException
public abstract XMLEventReader createFilteredReader(XMLEventReader reader, EventFilter filter) throws XMLStreamException
XMLStreamException
public abstract XMLResolver getXMLResolver()
public abstract void setXMLResolver(XMLResolver resolver)
public abstract XMLReporter getXMLReporter()
public abstract void setXMLReporter(XMLReporter reporter)
public abstract void setProperty(String name, Object value) throws IllegalArgumentException
IllegalArgumentException
public abstract Object getProperty(String name) throws IllegalArgumentException
IllegalArgumentException
public abstract boolean isPropertySupported(String name)
public abstract void setEventAllocator(XMLEventAllocator allocator)
public abstract XMLEventAllocator getEventAllocator()
Copyright © 2013. All rights reserved.