public interface ITrackSourceImpl extends ITrackSource
| Modifier and Type | Method and Description |
|---|---|
void |
jibx_setSource(String name,
int line,
int column)
Set source document information.
|
jibx_getColumnNumber, jibx_getDocumentName, jibx_getLineNumbervoid jibx_setSource(String name, int line, int column)
name - of source document, or null if noneline - source document line number, or -1 if unknowncolumn - source document column position, or -1 if
unknownCopyright © 2005-2014 jibx.org. All Rights Reserved.