|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.orbeon.oxf.pipeline.api.PipelineContext.TraceInfo
public static class PipelineContext.TraceInfo
Field Summary | |
---|---|
long |
end
|
int |
line
|
long |
start
|
String |
systemID
|
Constructor Summary | |
---|---|
PipelineContext.TraceInfo(long start,
String systemID,
int line)
|
|
PipelineContext.TraceInfo(String systemID,
int line)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final long start
public long end
public final String systemID
public final int line
Constructor Detail |
---|
public PipelineContext.TraceInfo(long start, String systemID, int line)
public PipelineContext.TraceInfo(String systemID, int line)
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |