org.codehaus.jettison.badgerfish
Class BadgerFishXMLInputFactory

java.lang.Object
  extended by javax.xml.stream.XMLInputFactory
      extended by org.codehaus.jettison.AbstractXMLInputFactory
          extended by org.codehaus.jettison.badgerfish.BadgerFishXMLInputFactory

public class BadgerFishXMLInputFactory
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
BadgerFishXMLInputFactory()
           
 
Method Summary
 javax.xml.stream.XMLStreamReader createXMLStreamReader(JSONTokener tokener)
           
 
Methods inherited from class org.codehaus.jettison.AbstractXMLInputFactory
createFilteredReader, createFilteredReader, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BadgerFishXMLInputFactory

public BadgerFishXMLInputFactory()
Method Detail

createXMLStreamReader

public javax.xml.stream.XMLStreamReader createXMLStreamReader(JSONTokener tokener)
                                                       throws javax.xml.stream.XMLStreamException
Specified by:
createXMLStreamReader in class AbstractXMLInputFactory
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2013. All Rights Reserved.