Package org.codehaus.jettison.mapped
Class MappedXMLInputFactory
- java.lang.Object
-
- javax.xml.stream.XMLInputFactory
-
- org.codehaus.jettison.AbstractXMLInputFactory
-
- org.codehaus.jettison.mapped.MappedXMLInputFactory
-
public class MappedXMLInputFactory extends AbstractXMLInputFactory
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description MappedXMLInputFactory(Map nstojns)
MappedXMLInputFactory(Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JSONObject
createJSONObject(JSONTokener tokener)
XMLStreamReader
createXMLStreamReader(JSONTokener tokener)
-
Methods inherited from class org.codehaus.jettison.AbstractXMLInputFactory
createFilteredReader, createFilteredReader, createNewJSONTokener, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLEventReader, createXMLStreamReader, createXMLStreamReader, createXMLStreamReader, createXMLStreamReader, createXMLStreamReader, createXMLStreamReader, getEventAllocator, getProperty, getXMLReporter, getXMLResolver, isPropertySupported, setEventAllocator, setProperty, setXMLReporter, setXMLResolver
-
Methods inherited from class javax.xml.stream.XMLInputFactory
newFactory, newFactory, newInstance, newInstance
-
-
-
-
Constructor Detail
-
MappedXMLInputFactory
public MappedXMLInputFactory(Map nstojns)
-
MappedXMLInputFactory
public MappedXMLInputFactory(Configuration config)
-
-
Method Detail
-
createXMLStreamReader
public XMLStreamReader createXMLStreamReader(JSONTokener tokener) throws XMLStreamException
- Specified by:
createXMLStreamReader
in classAbstractXMLInputFactory
- Throws:
XMLStreamException
-
createJSONObject
protected JSONObject createJSONObject(JSONTokener tokener) throws JSONException
- Throws:
JSONException
-
-