JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.daffodil.api
Interface DataLocation
public interface
DataLocation
Relevant data location for a diagnostic message. E.g., file and line number.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
bitPos1b
()
long
bytePos1b
()
String
toString
()
Method Details
toString
String
toString
()
Overrides:
toString
in class
Object
bitPos1b
long
bitPos1b
()
Returns:
current bit position 1 based
bytePos1b
long
bytePos1b
()
Returns:
current byte position 1 based