Package org.apache.cxf.staxutils
Class W3CDOMStreamReader
java.lang.Object
org.apache.cxf.staxutils.AbstractDOMStreamReader<Node,Node>
 
org.apache.cxf.staxutils.W3CDOMStreamReader
- All Implemented Interfaces:
- XMLStreamConstants,- XMLStreamReader
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.cxf.staxutils.AbstractDOMStreamReaderAbstractDOMStreamReader.ElementFrame<T,I> 
- 
Field SummaryFields inherited from class org.apache.cxf.staxutils.AbstractDOMStreamReadercurrentEventFields 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 SummaryConstructorsConstructorDescriptionW3CDOMStreamReader(DocumentFragment docfrag) W3CDOMStreamReader(Element element) W3CDOMStreamReader(Element element, String systemId) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetAttributeLocalName(int i) getAttributeName(int i) getAttributeNamespace(int i) getAttributePrefix(int i) getAttributeType(int i) getAttributeValue(int i) getAttributeValue(String ns, String local) protected AbstractDOMStreamReader.ElementFrame<Node,Node> final Elementfinal NodeGet the document associated with this stream.getName()intgetNamespacePrefix(int i) getNamespaceURI(int i) getNamespaceURI(String prefix) getText()char[]intintprotected booleanbooleanisAttributeSpecified(int i) protected final voidFind name spaces declaration in atrributes and move them to separate collection.protected inttoString()Methods inherited from class org.apache.cxf.staxutils.AbstractDOMStreamReaderclose, consumeFrame, endElement, getCharacterEncodingScheme, getCurrentFrame, getEventType, getProperty, getPublicId, getTextCharacters, getVersion, hasName, hasNext, hasText, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSet
- 
Constructor Details- 
W3CDOMStreamReader- Parameters:
- element-
 
- 
W3CDOMStreamReader
- 
W3CDOMStreamReader
- 
W3CDOMStreamReader
 
- 
- 
Method Details- 
getDocumentGet the document associated with this stream.
- 
getSystemId- Overrides:
- getSystemIdin class- AbstractDOMStreamReader<Node,- Node> 
 
- 
newFrameFind name spaces declaration in atrributes and move them to separate collection.- Overrides:
- newFramein class- AbstractDOMStreamReader<Node,- Node> 
 
- 
getCurrentNode
- 
getCurrentElement
- 
getChildFrame- Specified by:
- getChildFramein class- AbstractDOMStreamReader<Node,- Node> 
 
- 
hasMoreChildrenprotected boolean hasMoreChildren()- Specified by:
- hasMoreChildrenin class- AbstractDOMStreamReader<Node,- Node> 
 
- 
nextChildprotected int nextChild()- Specified by:
- nextChildin class- AbstractDOMStreamReader<Node,- Node> 
 
- 
getElementText- Specified by:
- getElementTextin interface- XMLStreamReader
- Specified by:
- getElementTextin class- AbstractDOMStreamReader<Node,- Node> 
- Throws:
- XMLStreamException
 
- 
getNamespaceURI- Specified by:
- getNamespaceURIin interface- XMLStreamReader
- Specified by:
- getNamespaceURIin class- AbstractDOMStreamReader<Node,- Node> 
 
- 
getAttributeValue
- 
getAttributeCountpublic int getAttributeCount()
- 
getAttributeName
- 
getAttributeNamespace
- 
getAttributeLocalName
- 
getAttributePrefix
- 
getAttributeType
- 
getAttributeValue
- 
isAttributeSpecifiedpublic boolean isAttributeSpecified(int i) 
- 
getNamespaceCountpublic int getNamespaceCount()
- 
getNamespacePrefix
- 
getNamespaceURI
- 
getNamespaceContext
- 
getText
- 
getTextCharacterspublic char[] getTextCharacters()
- 
getTextStartpublic int getTextStart()
- 
getTextLengthpublic int getTextLength()
- 
getEncoding
- 
getName
- 
getLocalName
- 
getNamespaceURI
- 
getPrefix
- 
getPITarget
- 
getPIData
- 
getLocation- Specified by:
- getLocationin interface- XMLStreamReader
- Overrides:
- getLocationin class- AbstractDOMStreamReader<Node,- Node> 
 
- 
toString
 
-