java.lang .Object org.apache.axis2.jaxws.message.util.impl .XMLStreamReaderFromDOM XMLStreamReaderFromDOM public class XMLStreamReaderFromDOM implements XMLStreamReader (Code) XMLStreamReader created from walking a DOM. This is an implementation class used by
SOAPElementReader.
See Also: org.apache.axis2.jaxws.util.SOAPElementReader
Inner Class :class NamespaceDeclare
XMLStreamReaderFromDOM public XMLStreamReaderFromDOM(Element envelope)(Code) Create the XMLStreamReader with an Envelope
Parameters: envelope - Element (probably an SAAJ SOAPEnvelope) representing the Envelope
getAttributeCount public int getAttributeCount()(Code)
getAttributeLocalName public String getAttributeLocalName(int index)(Code)
getAttributeName public QName getAttributeName(int index)(Code)
getAttributeNamespace public String getAttributeNamespace(int index)(Code)
getAttributePrefix public String getAttributePrefix(int index)(Code)
getAttributeType public String getAttributeType(int index)(Code)
getAttributeValue public String getAttributeValue(int index)(Code)
getCharacterEncodingScheme public String getCharacterEncodingScheme()(Code)
getEventType public int getEventType()(Code)
getNamespaceCount public int getNamespaceCount()(Code)
getNamespaceDeclarations public List getNamespaceDeclarations()(Code)
getNamespacePrefix public String getNamespacePrefix(int index)(Code)
getNamespaceURI public String getNamespaceURI(int index)(Code)
getTextCharacters public char[] getTextCharacters()(Code)
getTextCharacters public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException (Code)
getTextLength public int getTextLength()(Code)
getTextStart public int getTextStart()(Code)
hasName public boolean hasName()(Code)
hasText public boolean hasText()(Code)
isAttributeSpecified public boolean isAttributeSpecified(int arg0)(Code)
isCharacters public boolean isCharacters()(Code)
isEndElement public boolean isEndElement()(Code)
isStandalone public boolean isStandalone()(Code)
isStartElement public boolean isStartElement()(Code)
isWhiteSpace public boolean isWhiteSpace()(Code)
standaloneSet public boolean standaloneSet()(Code)