Package de.julielab.xml.binary
Class XmlByteSpan
- java.lang.Object
-
- de.julielab.xml.binary.XmlByteSpan
-
- Direct Known Subclasses:
XmlStartTag
public class XmlByteSpan extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlByteSpan(int start, int end, byte[] xmlData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnd()intgetLength()intgetStart()byte[]getXmlData()StringtoString()
-