Package org.apache.cxf.aegis.xml.stax
Class AttributeReader
java.lang.Object
org.apache.cxf.aegis.xml.AbstractMessageReader
org.apache.cxf.aegis.xml.stax.AttributeReader
- All Implemented Interfaces:
MessageReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeReader
(String n, String namespace) getAttributeReader
(QName qName) Get the local name of the element this reader represents.getName()
getNamespaceForPrefix
(String prefix) getValue()
boolean
boolean
Methods inherited from class org.apache.cxf.aegis.xml.AbstractMessageReader
getValueAsBoolean, getValueAsCharacter, getValueAsDouble, getValueAsFloat, getValueAsInt, getValueAsLong, getXMLStreamReader, hasValue, isXsiNil, readToEnd
-
Constructor Details
-
AttributeReader
-
-
Method Details
-
getValue
-
hasMoreAttributeReaders
public boolean hasMoreAttributeReaders() -
getNextAttributeReader
-
getAttributeReader
-
getAttributeReader
-
hasMoreElementReaders
public boolean hasMoreElementReaders() -
getNextElementReader
-
getName
-
getLocalName
Description copied from interface:MessageReader
Get the local name of the element this reader represents.- Returns:
- Local Name
-
getNamespace
- Returns:
- Namespace
-
getNamespaceForPrefix
-