| org.jibx.runtime.impl.ITrackSourceImpl
ITrackSourceImpl | public interface ITrackSourceImpl extends ITrackSource(Code) | | Unmarshalling source tracking implementation interface. This interface is
added to bound classes when requested by the binding definition. It defines
the method used by JiBX to add unmarshal source tracking information to an
instance of a bound class.
author: Dennis M. Sosnoski version: 1.0 |
Method Summary | |
public void | jibx_setSource(String name, int line, int column) Set source document information. |
jibx_setSource | public void jibx_setSource(String name, int line, int column)(Code) | | Set source document information.
Parameters: name - of source document, or null if none Parameters: line - source document line number, or -1 if unknown Parameters: column - source document column position, or -1 ifunknown |
|
|