public class XMLStreamReaderWithQName extends StreamReaderDelegate
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
XMLStreamReaderWithQName(XMLStreamReader reader,
QName soapBodyFirstChildElementQName) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalName() |
Object |
getProperty(String name) |
boolean |
isReadBody() |
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getParent, getPIData, getPITarget, getPrefix, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, setParent, standaloneSet
public XMLStreamReaderWithQName(XMLStreamReader reader, QName soapBodyFirstChildElementQName)
public String getLocalName()
getLocalName
in interface XMLStreamReader
getLocalName
in class StreamReaderDelegate
public boolean isReadBody()
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in interface XMLStreamReader
getProperty
in class StreamReaderDelegate
IllegalArgumentException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.