Package org.apache.cxf.staxutils
Class DepthXMLStreamReader
java.lang.Object
org.apache.cxf.staxutils.DepthXMLStreamReader
- All Implemented Interfaces:
- XMLStreamConstants,- XMLStreamReader
- Direct Known Subclasses:
- DepthRestrictingStreamReader,- FragmentStreamReader,- InTransformReader,- PartialXMLStreamReader
- 
Field SummaryFieldsFields inherited from interface javax.xml.stream.XMLStreamConstantsATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()booleanintgetAttributeLocalName(int arg0) getAttributeName(int arg0) getAttributeNamespace(int arg0) getAttributePrefix(int arg0) getAttributeType(int arg0) getAttributeValue(int arg0) getAttributeValue(String namespace, String localName) intgetDepth()intgetName()intgetNamespacePrefix(int arg0) getNamespaceURI(int arg0) getNamespaceURI(String arg0) getProperty(String name) getText()char[]intgetTextCharacters(int arg0, char[] arg1, int arg2, int arg3) intintinthashCode()booleanhasName()booleanhasNext()booleanhasText()booleanisAttributeSpecified(int arg0) booleanbooleanbooleanbooleanbooleanintnext()intnextTag()voidbooleantoString()
- 
Field Details- 
reader
 
- 
- 
Constructor Details- 
DepthXMLStreamReader
 
- 
- 
Method Details- 
getReader
- 
getDepthpublic int getDepth()
- 
close- Specified by:
- closein interface- XMLStreamReader
- Throws:
- XMLStreamException
 
- 
getAttributeCountpublic int getAttributeCount()- Specified by:
- getAttributeCountin interface- XMLStreamReader
 
- 
getAttributeLocalName- Specified by:
- getAttributeLocalNamein interface- XMLStreamReader
 
- 
getAttributeName- Specified by:
- getAttributeNamein interface- XMLStreamReader
 
- 
getAttributeNamespace- Specified by:
- getAttributeNamespacein interface- XMLStreamReader
 
- 
getAttributePrefix- Specified by:
- getAttributePrefixin interface- XMLStreamReader
 
- 
getAttributeType- Specified by:
- getAttributeTypein interface- XMLStreamReader
 
- 
getAttributeValue- Specified by:
- getAttributeValuein interface- XMLStreamReader
 
- 
getAttributeValue- Specified by:
- getAttributeValuein interface- XMLStreamReader
 
- 
getCharacterEncodingScheme- Specified by:
- getCharacterEncodingSchemein interface- XMLStreamReader
 
- 
getElementText- Specified by:
- getElementTextin interface- XMLStreamReader
- Throws:
- XMLStreamException
 
- 
getEncoding- Specified by:
- getEncodingin interface- XMLStreamReader
 
- 
getEventTypepublic int getEventType()- Specified by:
- getEventTypein interface- XMLStreamReader
 
- 
getLocalName- Specified by:
- getLocalNamein interface- XMLStreamReader
 
- 
getLocation- Specified by:
- getLocationin interface- XMLStreamReader
 
- 
getName- Specified by:
- getNamein interface- XMLStreamReader
 
- 
getNamespaceContext- Specified by:
- getNamespaceContextin interface- XMLStreamReader
 
- 
getNamespaceCountpublic int getNamespaceCount()- Specified by:
- getNamespaceCountin interface- XMLStreamReader
 
- 
getNamespacePrefix- Specified by:
- getNamespacePrefixin interface- XMLStreamReader
 
- 
getNamespaceURI- Specified by:
- getNamespaceURIin interface- XMLStreamReader
 
- 
getNamespaceURI- Specified by:
- getNamespaceURIin interface- XMLStreamReader
 
- 
getNamespaceURI- Specified by:
- getNamespaceURIin interface- XMLStreamReader
 
- 
getPIData- Specified by:
- getPIDatain interface- XMLStreamReader
 
- 
getPITarget- Specified by:
- getPITargetin interface- XMLStreamReader
 
- 
getPrefix- Specified by:
- getPrefixin interface- XMLStreamReader
 
- 
getProperty- Specified by:
- getPropertyin interface- XMLStreamReader
 
- 
getText- Specified by:
- getTextin interface- XMLStreamReader
 
- 
getTextCharacterspublic char[] getTextCharacters()- Specified by:
- getTextCharactersin interface- XMLStreamReader
 
- 
getTextCharacters- Specified by:
- getTextCharactersin interface- XMLStreamReader
- Throws:
- XMLStreamException
 
- 
getTextLengthpublic int getTextLength()- Specified by:
- getTextLengthin interface- XMLStreamReader
 
- 
getTextStartpublic int getTextStart()- Specified by:
- getTextStartin interface- XMLStreamReader
 
- 
getVersion- Specified by:
- getVersionin interface- XMLStreamReader
 
- 
hasNamepublic boolean hasName()- Specified by:
- hasNamein interface- XMLStreamReader
 
- 
hasNext- Specified by:
- hasNextin interface- XMLStreamReader
- Throws:
- XMLStreamException
 
- 
hasTextpublic boolean hasText()- Specified by:
- hasTextin interface- XMLStreamReader
 
- 
isAttributeSpecifiedpublic boolean isAttributeSpecified(int arg0) - Specified by:
- isAttributeSpecifiedin interface- XMLStreamReader
 
- 
isCharacterspublic boolean isCharacters()- Specified by:
- isCharactersin interface- XMLStreamReader
 
- 
isEndElementpublic boolean isEndElement()- Specified by:
- isEndElementin interface- XMLStreamReader
 
- 
isStandalonepublic boolean isStandalone()- Specified by:
- isStandalonein interface- XMLStreamReader
 
- 
isStartElementpublic boolean isStartElement()- Specified by:
- isStartElementin interface- XMLStreamReader
 
- 
isWhiteSpacepublic boolean isWhiteSpace()- Specified by:
- isWhiteSpacein interface- XMLStreamReader
 
- 
next- Specified by:
- nextin interface- XMLStreamReader
- Throws:
- XMLStreamException
 
- 
nextTag- Specified by:
- nextTagin interface- XMLStreamReader
- Throws:
- XMLStreamException
 
- 
require- Specified by:
- requirein interface- XMLStreamReader
- Throws:
- XMLStreamException
 
- 
standaloneSetpublic boolean standaloneSet()- Specified by:
- standaloneSetin interface- XMLStreamReader
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-