Uses of Class
com.thirdpartylabs.xmlscalpel.entity.XMLByteLocation
| Package | Description |
|---|---|
| com.thirdpartylabs.xmlscalpel.entity |
Classes that wrap data used by the API.
|
| com.thirdpartylabs.xmlscalpel.io.reader |
Classes that read XML data at various levels.
|
-
Uses of XMLByteLocation in com.thirdpartylabs.xmlscalpel.entity
Methods in com.thirdpartylabs.xmlscalpel.entity that return XMLByteLocation Modifier and Type Method Description XMLByteLocationFragment. getXmlByteLocation()Constructors in com.thirdpartylabs.xmlscalpel.entity with parameters of type XMLByteLocation Constructor Description Fragment(org.w3c.dom.DocumentFragment documentFragment, XMLByteLocation location) -
Uses of XMLByteLocation in com.thirdpartylabs.xmlscalpel.io.reader
Methods in com.thirdpartylabs.xmlscalpel.io.reader with parameters of type XMLByteLocation Modifier and Type Method Description static java.lang.StringRandomAccessXMLReader. read(java.io.File file, XMLByteLocation xmlByteLocation)Get aStringfrom the providedFileusing the offset and length from theXMLByteLocation, encoded with the provided charsetstatic java.lang.StringRandomAccessXMLReader. read(java.io.File file, XMLByteLocation xmlByteLocation, java.lang.String charset)Get aStringfrom the providedFileusing the offset and length from theXMLByteLocation, encoded with the provided charsetstatic java.lang.StringRandomAccessXMLReader. read(java.io.File file, XMLByteLocation xmlByteLocation, java.nio.charset.Charset charset)Get aStringfrom the providedFileusing the offset and length from theXMLByteLocation, encoded with the provided charset