public class XMLInputFactoryWrapper extends javax.xml.stream.XMLInputFactory
XMLInputFactory
wrappers. The class provides default implementations for
all methods. Each of them calls the corresponding method in the parent factory.ALLOCATOR, IS_COALESCING, IS_NAMESPACE_AWARE, IS_REPLACING_ENTITY_REFERENCES, IS_SUPPORTING_EXTERNAL_ENTITIES, IS_VALIDATING, REPORTER, RESOLVER, SUPPORT_DTD
Constructor and Description |
---|
XMLInputFactoryWrapper(javax.xml.stream.XMLInputFactory parent)
Constructor.
|
newFactory, newFactory, newInstance, newInstance
public XMLInputFactoryWrapper(javax.xml.stream.XMLInputFactory parent)
parent
- the parent factorypublic javax.xml.stream.XMLEventReader createFilteredReader(javax.xml.stream.XMLEventReader reader, javax.xml.stream.EventFilter filter) throws javax.xml.stream.XMLStreamException
createFilteredReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamReader createFilteredReader(javax.xml.stream.XMLStreamReader reader, javax.xml.stream.StreamFilter filter) throws javax.xml.stream.XMLStreamException
createFilteredReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventReader createXMLEventReader(InputStream stream, String encoding) throws javax.xml.stream.XMLStreamException
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventReader createXMLEventReader(InputStream stream) throws javax.xml.stream.XMLStreamException
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventReader createXMLEventReader(Reader reader) throws javax.xml.stream.XMLStreamException
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventReader createXMLEventReader(Source source) throws javax.xml.stream.XMLStreamException
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventReader createXMLEventReader(String systemId, InputStream stream) throws javax.xml.stream.XMLStreamException
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventReader createXMLEventReader(String systemId, Reader reader) throws javax.xml.stream.XMLStreamException
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLEventReader createXMLEventReader(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream stream, String encoding) throws javax.xml.stream.XMLStreamException
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream stream) throws javax.xml.stream.XMLStreamException
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamReader createXMLStreamReader(Reader reader) throws javax.xml.stream.XMLStreamException
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamReader createXMLStreamReader(Source source) throws javax.xml.stream.XMLStreamException
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamReader createXMLStreamReader(String systemId, InputStream stream) throws javax.xml.stream.XMLStreamException
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.XMLStreamReader createXMLStreamReader(String systemId, Reader reader) throws javax.xml.stream.XMLStreamException
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
javax.xml.stream.XMLStreamException
public javax.xml.stream.util.XMLEventAllocator getEventAllocator()
getEventAllocator
in class javax.xml.stream.XMLInputFactory
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in class javax.xml.stream.XMLInputFactory
IllegalArgumentException
public javax.xml.stream.XMLReporter getXMLReporter()
getXMLReporter
in class javax.xml.stream.XMLInputFactory
public javax.xml.stream.XMLResolver getXMLResolver()
getXMLResolver
in class javax.xml.stream.XMLInputFactory
public boolean isPropertySupported(String name)
isPropertySupported
in class javax.xml.stream.XMLInputFactory
public void setEventAllocator(javax.xml.stream.util.XMLEventAllocator allocator)
setEventAllocator
in class javax.xml.stream.XMLInputFactory
public void setProperty(String name, Object value) throws IllegalArgumentException
setProperty
in class javax.xml.stream.XMLInputFactory
IllegalArgumentException
public void setXMLReporter(javax.xml.stream.XMLReporter reporter)
setXMLReporter
in class javax.xml.stream.XMLInputFactory
public void setXMLResolver(javax.xml.stream.XMLResolver resolver)
setXMLResolver
in class javax.xml.stream.XMLInputFactory
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.