|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.expr.instruct.InstructionDetails
public final class InstructionDetails
Details about an instruction, used when reporting errors and when tracing
Constructor Summary | |
---|---|
InstructionDetails()
|
Method Summary | |
---|---|
int |
getColumnNumber()
Get the column number identifying the position of the instruction. |
int |
getColumnNumber(long locationId)
Get the column number within the document, entity, or module containing a particular location |
int |
getConstructType()
Get the construct type |
int |
getLineNumber()
Get the line number of the instruction within its module |
int |
getLineNumber(long locationId)
Get the line number within the document, entity or module containing a particular location |
StructuredQName |
getObjectName()
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc. |
Iterator<String> |
getProperties()
Get an iterator over all the properties available. |
Object |
getProperty(String name)
Get a named property of the instruction |
String |
getPublicId()
Get the public ID of the module containing the instruction. |
String |
getSystemId()
Get the URI of the module containing the instruction |
String |
getSystemId(long locationId)
Get the URI of the document, entity, or module containing a particular location |
void |
setColumnNumber(int column)
Set the column number |
void |
setConstructType(int type)
Set the type of construct |
void |
setLineNumber(int lineNumber)
Set the line number of the instruction within the module |
void |
setObjectName(StructuredQName qName)
Set a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc. |
void |
setProperty(String name,
Object value)
Set a named property of the instruction |
void |
setSystemId(String systemId)
Set the URI of the module containing the instruction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstructionDetails()
Method Detail |
---|
public void setConstructType(int type)
type
- the type of contructpublic int getConstructType()
getConstructType
in interface InstructionInfo
public void setSystemId(String systemId)
systemId
- the module's URI, or null indicating unknownpublic String getSystemId()
getSystemId
in interface SourceLocator
getSystemId
in interface InstructionInfo
getSystemId
in interface Locator
public void setLineNumber(int lineNumber)
lineNumber
- the line numberpublic int getLineNumber()
getLineNumber
in interface SourceLocator
getLineNumber
in interface InstructionInfo
getLineNumber
in interface Locator
public void setObjectName(StructuredQName qName)
qName
- the name of the object, for example a function or variable name, or null to indicate
that it has no namepublic StructuredQName getObjectName()
getObjectName
in interface InstructionInfo
public void setProperty(String name, Object value)
name
- the name of the propertyvalue
- the value of the propertypublic Object getProperty(String name)
getProperty
in interface InstructionInfo
name
- name of the property
public Iterator<String> getProperties()
getProperties
in interface InstructionInfo
public String getPublicId()
getPublicId
in interface SourceLocator
getPublicId
in interface Locator
public void setColumnNumber(int column)
column
- the column number of the instruction in the source modulepublic int getColumnNumber()
getColumnNumber
in interface SourceLocator
getColumnNumber
in interface Locator
public String getSystemId(long locationId)
LocationProvider
getSystemId
in interface LocationProvider
locationId
- identifier of the location in question (as passed down the Receiver pipeline)
public int getLineNumber(long locationId)
LocationProvider
getLineNumber
in interface LocationProvider
locationId
- identifier of the location in question (as passed down the Receiver pipeline)
public int getColumnNumber(long locationId)
LocationProvider
getColumnNumber
in interface LocationProvider
locationId
- identifier of the location in question (as passed down the Receiver pipeline)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |