Package de.julielab.xml.binary
Class XmlStartTag
- java.lang.Object
-
- de.julielab.xml.binary.XmlByteSpan
-
- de.julielab.xml.binary.XmlStartTag
-
public class XmlStartTag extends XmlByteSpan
-
-
Constructor Summary
Constructors Constructor Description XmlStartTag(int start, int end, List<XmlAttribute> attributes, byte[] elementData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XmlAttribute>getAttributes()-
Methods inherited from class de.julielab.xml.binary.XmlByteSpan
getEnd, getLength, getStart, getXmlData, toString
-
-
-
-
Constructor Detail
-
XmlStartTag
public XmlStartTag(int start, int end, List<XmlAttribute> attributes, byte[] elementData)
-
-
Method Detail
-
getAttributes
public List<XmlAttribute> getAttributes()
-
-