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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
MappedXMLInputFactory.ErrorLocation
-
Field Summary
Fields Modifier and Type Field Description private MappedNamespaceConvention
convention
-
Constructor Summary
Constructors Constructor Description MappedXMLInputFactory(java.util.Map nstojns)
MappedXMLInputFactory(Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JSONObject
createJSONObject(JSONTokener tokener)
javax.xml.stream.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
-
-
-
-
Field Detail
-
convention
private MappedNamespaceConvention convention
-
-
Constructor Detail
-
MappedXMLInputFactory
public MappedXMLInputFactory(java.util.Map nstojns)
-
MappedXMLInputFactory
public MappedXMLInputFactory(Configuration config)
-
-
Method Detail
-
createXMLStreamReader
public javax.xml.stream.XMLStreamReader createXMLStreamReader(JSONTokener tokener) throws javax.xml.stream.XMLStreamException
- Specified by:
createXMLStreamReader
in classAbstractXMLInputFactory
- Throws:
javax.xml.stream.XMLStreamException
-
createJSONObject
protected JSONObject createJSONObject(JSONTokener tokener) throws JSONException
- Throws:
JSONException
-
-