Class XmlAttribute


  • public class XmlAttribute
    extends Object
    • Constructor Detail

      • XmlAttribute

        public XmlAttribute​(int nameStart,
                            int nameEnd,
                            int valStart,
                            int valEnd,
                            byte[] xmlData)
    • Method Detail

      • getAttributeName

        public XmlByteSpan getAttributeName()
      • getAttributeValue

        public XmlByteSpan getAttributeValue()