| org.jibx.runtime.ITrackSource
ITrackSource | public interface ITrackSource (Code) | | 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.
author: Dennis M. Sosnoski version: 1.0 |
jibx_getColumnNumber | public int jibx_getColumnNumber()(Code) | | Get source document column number.
column number in source document, or -1 if unknown |
jibx_getDocumentName | public String jibx_getDocumentName()(Code) | | Get source document name.
name given for source document, or null if none |
jibx_getLineNumber | public int jibx_getLineNumber()(Code) | | Get source document line number.
line number in source document, or -1 if unknown |
|
|