Package de.julielab.xml.binary
Class XmlAttribute
- java.lang.Object
-
- de.julielab.xml.binary.XmlAttribute
-
public class XmlAttribute extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlAttribute(int nameStart, int nameEnd, int valStart, int valEnd, byte[] xmlData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlByteSpangetAttributeName()XmlByteSpangetAttributeValue()
-
-
-
Method Detail
-
getAttributeName
public XmlByteSpan getAttributeName()
-
getAttributeValue
public XmlByteSpan getAttributeValue()
-
-