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
public class AttributeReader extends AbstractMessageReader
-
-
Constructor Summary
Constructors Constructor Description AttributeReader(QName name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageReadergetAttributeReader(String n, String namespace)MessageReadergetAttributeReader(QName qName)StringgetLocalName()Get the local name of the element this reader represents.QNamegetName()StringgetNamespace()StringgetNamespaceForPrefix(String prefix)MessageReadergetNextAttributeReader()MessageReadergetNextElementReader()StringgetValue()booleanhasMoreAttributeReaders()booleanhasMoreElementReaders()-
Methods inherited from class org.apache.cxf.aegis.xml.AbstractMessageReader
getValueAsBoolean, getValueAsCharacter, getValueAsDouble, getValueAsFloat, getValueAsInt, getValueAsLong, getXMLStreamReader, hasValue, isXsiNil, readToEnd
-
-
-
-
Method Detail
-
getValue
public String getValue()
-
hasMoreAttributeReaders
public boolean hasMoreAttributeReaders()
-
getNextAttributeReader
public MessageReader getNextAttributeReader()
-
getAttributeReader
public MessageReader getAttributeReader(QName qName)
-
getAttributeReader
public MessageReader getAttributeReader(String n, String namespace)
-
hasMoreElementReaders
public boolean hasMoreElementReaders()
-
getNextElementReader
public MessageReader getNextElementReader()
-
getName
public QName getName()
-
getLocalName
public String getLocalName()
Description copied from interface:MessageReaderGet the local name of the element this reader represents.- Returns:
- Local Name
-
getNamespace
public String getNamespace()
- Returns:
- Namespace
-
-