Package org.apache.cxf.aegis.xml.stax
Class ElementReader
java.lang.Object
org.apache.cxf.aegis.xml.AbstractMessageReader
org.apache.cxf.aegis.xml.stax.ElementReader
- All Implemented Interfaces:
MessageReader
Reads literal encoded messages.
-
Constructor Summary
ConstructorsConstructorDescriptionElementReader(XMLStreamReader reader) ElementReader(org.apache.cxf.staxutils.DepthXMLStreamReader root) -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeReader(QName qName) Get the local name of the element this reader represents.getName()getNamespaceForPrefix(String prefix) getValue()booleanbooleanMethods inherited from class org.apache.cxf.aegis.xml.AbstractMessageReader
getValueAsBoolean, getValueAsCharacter, getValueAsDouble, getValueAsFloat, getValueAsInt, getValueAsLong, hasValue, isXsiNil, readToEnd
-
Constructor Details
-
ElementReader
public ElementReader(org.apache.cxf.staxutils.DepthXMLStreamReader root) - Parameters:
root-
-
ElementReader
-
ElementReader
- Parameters:
is-- Throws:
XMLStreamException
-
-
Method Details
-
getValue
-
getValue
-
hasMoreElementReaders
public boolean hasMoreElementReaders() -
getNextElementReader
-
getName
-
getLocalName
Description copied from interface:MessageReaderGet the local name of the element this reader represents.- Returns:
- Local Name
-
getNamespace
- Returns:
- Namespace
-
getXsiType
-
getXMLStreamReader
- Specified by:
getXMLStreamReaderin interfaceMessageReader- Overrides:
getXMLStreamReaderin classAbstractMessageReader
-
hasMoreAttributeReaders
public boolean hasMoreAttributeReaders() -
getAttributeReader
-
getNextAttributeReader
-
getNamespaceForPrefix
-