Jettison 1.3.1-redhat-2

org.codehaus.jettison
Class AbstractXMLInputFactory

java.lang.Object
  extended by javax.xml.stream.XMLInputFactory
      extended by org.codehaus.jettison.AbstractXMLInputFactory
Direct Known Subclasses:
BadgerFishXMLInputFactory, MappedXMLInputFactory

public abstract class AbstractXMLInputFactory
extends javax.xml.stream.XMLInputFactory


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
AbstractXMLInputFactory()
           
 
Method Summary
 javax.xml.stream.XMLEventReader createFilteredReader(javax.xml.stream.XMLEventReader arg0, javax.xml.stream.EventFilter arg1)
           
 javax.xml.stream.XMLStreamReader createFilteredReader(javax.xml.stream.XMLStreamReader arg0, javax.xml.stream.StreamFilter arg1)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(InputStream arg0)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(InputStream arg0, String encoding)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(Reader arg0)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(Source arg0)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(String systemId, InputStream arg1)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(String systemId, Reader arg1)
           
 javax.xml.stream.XMLEventReader createXMLEventReader(javax.xml.stream.XMLStreamReader arg0)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream is)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(InputStream is, String charset)
           
abstract  javax.xml.stream.XMLStreamReader createXMLStreamReader(JSONTokener tokener)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(Reader reader)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(Source src)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(String systemId, InputStream arg1)
           
 javax.xml.stream.XMLStreamReader createXMLStreamReader(String systemId, Reader r)
           
 javax.xml.stream.util.XMLEventAllocator getEventAllocator()
           
 Object getProperty(String arg0)
           
 javax.xml.stream.XMLReporter getXMLReporter()
           
 javax.xml.stream.XMLResolver getXMLResolver()
           
 boolean isPropertySupported(String arg0)
           
 void setEventAllocator(javax.xml.stream.util.XMLEventAllocator arg0)
           
 void setProperty(String arg0, Object arg1)
           
 void setXMLReporter(javax.xml.stream.XMLReporter arg0)
           
 void setXMLResolver(javax.xml.stream.XMLResolver arg0)
           
 
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

AbstractXMLInputFactory

public AbstractXMLInputFactory()
Method Detail

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

Jettison 1.3.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.