Class AttributeReader

    • Constructor Detail

      • AttributeReader

        public AttributeReader​(QName name,
                               String value)
    • Method Detail

      • getValue

        public String getValue()
      • hasMoreAttributeReaders

        public boolean hasMoreAttributeReaders()
      • getNextAttributeReader

        public MessageReader getNextAttributeReader()
      • 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)