Package org.apache.cxf.staxutils
Class StaxSource
- java.lang.Object
- 
- javax.xml.transform.sax.SAXSource
- 
- org.apache.cxf.staxutils.StaxSource
 
 
- 
- 
Constructor SummaryConstructors Constructor Description StaxSource(XMLStreamReader streamReader)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AttributesgetAttributes()ContentHandlergetContentHandler()DTDHandlergetDTDHandler()EntityResolvergetEntityResolver()ErrorHandlergetErrorHandler()booleangetFeature(String name)ObjectgetProperty(String name)protected StringgetQualifiedName()XMLReadergetXMLReader()XMLStreamReadergetXMLStreamReader()protected voidparse()voidparse(String systemId)voidparse(InputSource input)voidsetContentHandler(ContentHandler handler)voidsetDTDHandler(DTDHandler handler)voidsetEntityResolver(EntityResolver resolver)voidsetErrorHandler(ErrorHandler handler)voidsetFeature(String name, boolean value)voidsetProperty(String name, Object value)- 
Methods inherited from class javax.xml.transform.sax.SAXSourcegetInputSource, getSystemId, isEmpty, setInputSource, setSystemId, setXMLReader, sourceToInputSource
 
- 
 
- 
- 
- 
Constructor Detail- 
StaxSourcepublic StaxSource(XMLStreamReader streamReader) 
 
- 
 - 
Method Detail- 
getXMLReaderpublic XMLReader getXMLReader() - Overrides:
- getXMLReaderin class- SAXSource
 
 - 
getXMLStreamReaderpublic XMLStreamReader getXMLStreamReader() 
 - 
parseprotected void parse() throws SAXException- Throws:
- SAXException
 
 - 
getQualifiedNameprotected String getQualifiedName() 
 - 
getAttributesprotected Attributes getAttributes() 
 - 
getFeaturepublic boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
- getFeaturein interface- XMLReader
- Throws:
- SAXNotRecognizedException
- SAXNotSupportedException
 
 - 
setFeaturepublic void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
- setFeaturein interface- XMLReader
- Throws:
- SAXNotRecognizedException
- SAXNotSupportedException
 
 - 
getPropertypublic Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
- getPropertyin interface- XMLReader
- Throws:
- SAXNotRecognizedException
- SAXNotSupportedException
 
 - 
setPropertypublic void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
- setPropertyin interface- XMLReader
- Throws:
- SAXNotRecognizedException
- SAXNotSupportedException
 
 - 
setEntityResolverpublic void setEntityResolver(EntityResolver resolver) - Specified by:
- setEntityResolverin interface- XMLReader
 
 - 
getEntityResolverpublic EntityResolver getEntityResolver() - Specified by:
- getEntityResolverin interface- XMLReader
 
 - 
setDTDHandlerpublic void setDTDHandler(DTDHandler handler) - Specified by:
- setDTDHandlerin interface- XMLReader
 
 - 
getDTDHandlerpublic DTDHandler getDTDHandler() - Specified by:
- getDTDHandlerin interface- XMLReader
 
 - 
setContentHandlerpublic void setContentHandler(ContentHandler handler) - Specified by:
- setContentHandlerin interface- XMLReader
 
 - 
getContentHandlerpublic ContentHandler getContentHandler() - Specified by:
- getContentHandlerin interface- XMLReader
 
 - 
setErrorHandlerpublic void setErrorHandler(ErrorHandler handler) - Specified by:
- setErrorHandlerin interface- XMLReader
 
 - 
getErrorHandlerpublic ErrorHandler getErrorHandler() - Specified by:
- getErrorHandlerin interface- XMLReader
 
 - 
parsepublic void parse(InputSource input) throws SAXException - Specified by:
- parsein interface- XMLReader
- Throws:
- SAXException
 
 - 
parsepublic void parse(String systemId) throws SAXException - Specified by:
- parsein interface- XMLReader
- Throws:
- SAXException
 
 
- 
 
-