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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeReader
public AttributeReader(QName name,
String value)
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:
MessageReader
- Get the local name of the element this reader represents.
- Returns:
- Local Name
getNamespace
public String getNamespace()
- Returns:
- Namespace
getNamespaceForPrefix
public String getNamespaceForPrefix(String prefix)
Apache CXF