org.codehaus.jettison
Class AbstractXMLInputFactory
java.lang.Object
javax.xml.stream.XMLInputFactory
org.codehaus.jettison.AbstractXMLInputFactory
- Direct Known Subclasses:
- BadgerFishXMLInputFactory, MappedXMLInputFactory
public abstract class AbstractXMLInputFactory
- extends javax.xml.stream.XMLInputFactory
Fields inherited from class javax.xml.stream.XMLInputFactory |
ALLOCATOR, IS_COALESCING, IS_NAMESPACE_AWARE, IS_REPLACING_ENTITY_REFERENCES, IS_SUPPORTING_EXTERNAL_ENTITIES, IS_VALIDATING, REPORTER, RESOLVER, SUPPORT_DTD |
Methods inherited from class javax.xml.stream.XMLInputFactory |
newFactory, newFactory, newInstance, newInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXMLInputFactory
public AbstractXMLInputFactory()
createFilteredReader
public javax.xml.stream.XMLEventReader createFilteredReader(javax.xml.stream.XMLEventReader arg0,
javax.xml.stream.EventFilter arg1)
throws javax.xml.stream.XMLStreamException
- Specified by:
createFilteredReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createFilteredReader
public javax.xml.stream.XMLStreamReader createFilteredReader(javax.xml.stream.XMLStreamReader arg0,
javax.xml.stream.StreamFilter arg1)
throws javax.xml.stream.XMLStreamException
- Specified by:
createFilteredReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(InputStream arg0,
String encoding)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(InputStream arg0)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(Reader arg0)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(Source arg0)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(String systemId,
InputStream arg1)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(String systemId,
Reader arg1)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLEventReader
public javax.xml.stream.XMLEventReader createXMLEventReader(javax.xml.stream.XMLStreamReader arg0)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLEventReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream is)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream is,
String charset)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public abstract javax.xml.stream.XMLStreamReader createXMLStreamReader(JSONTokener tokener)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(Reader reader)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(Source src)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(String systemId,
InputStream arg1)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(String systemId,
Reader r)
throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamReader
in class javax.xml.stream.XMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
getEventAllocator
public javax.xml.stream.util.XMLEventAllocator getEventAllocator()
- Specified by:
getEventAllocator
in class javax.xml.stream.XMLInputFactory
getProperty
public Object getProperty(String arg0)
throws IllegalArgumentException
- Specified by:
getProperty
in class javax.xml.stream.XMLInputFactory
- Throws:
IllegalArgumentException
getXMLReporter
public javax.xml.stream.XMLReporter getXMLReporter()
- Specified by:
getXMLReporter
in class javax.xml.stream.XMLInputFactory
getXMLResolver
public javax.xml.stream.XMLResolver getXMLResolver()
- Specified by:
getXMLResolver
in class javax.xml.stream.XMLInputFactory
isPropertySupported
public boolean isPropertySupported(String arg0)
- Specified by:
isPropertySupported
in class javax.xml.stream.XMLInputFactory
setEventAllocator
public void setEventAllocator(javax.xml.stream.util.XMLEventAllocator arg0)
- Specified by:
setEventAllocator
in class javax.xml.stream.XMLInputFactory
setProperty
public void setProperty(String arg0,
Object arg1)
throws IllegalArgumentException
- Specified by:
setProperty
in class javax.xml.stream.XMLInputFactory
- Throws:
IllegalArgumentException
setXMLReporter
public void setXMLReporter(javax.xml.stream.XMLReporter arg0)
- Specified by:
setXMLReporter
in class javax.xml.stream.XMLInputFactory
setXMLResolver
public void setXMLResolver(javax.xml.stream.XMLResolver arg0)
- Specified by:
setXMLResolver
in class javax.xml.stream.XMLInputFactory
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.