|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackSource
Unmarshalling source tracking interface. This interface is added to bound classes when requested by the binding definition. It allows the user to retrieve information about the location in the input document corresponding to an unmarshalled object, if the parser used for unmarshalling supports reporting this information.
Method Summary | |
---|---|
int |
jibx_getColumnNumber()
Get source document column number. |
java.lang.String |
jibx_getDocumentName()
Get source document name. |
int |
jibx_getLineNumber()
Get source document line number. |
Method Detail |
---|
java.lang.String jibx_getDocumentName()
null
if noneint jibx_getLineNumber()
-1
if unknownint jibx_getColumnNumber()
-1
if unknown
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |