com.sun.xml.ws.streaming
Class XMLStreamReaderUtil.AttributesImpl.AttributeInfo

java.lang.Object
  extended by com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl.AttributeInfo
Enclosing class:
XMLStreamReaderUtil.AttributesImpl

static class XMLStreamReaderUtil.AttributesImpl.AttributeInfo
extends Object


Constructor Summary
XMLStreamReaderUtil.AttributesImpl.AttributeInfo(QName name, String value)
           
 
Method Summary
(package private)  String getLocalName()
           
(package private)  QName getName()
           
(package private)  String getValue()
           
(package private)  boolean isNamespaceDeclaration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStreamReaderUtil.AttributesImpl.AttributeInfo

public XMLStreamReaderUtil.AttributesImpl.AttributeInfo(QName name,
                                                        String value)
Method Detail

getName

QName getName()

getValue

String getValue()

getLocalName

String getLocalName()

isNamespaceDeclaration

boolean isNamespaceDeclaration()