|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.saxon.instruct.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. |
java.lang.String |
getInstructionName()
Get the name of the instruction |
int |
getLineNumber()
Get the line number of the instruction within its module |
java.util.HashMap |
getProperties()
Get all the properties of the instruction |
java.lang.Object |
getProperty(java.lang.String name)
Get a named property of the instruction |
java.lang.String |
getPublicId()
Get the public ID of the module containing the instruction. |
java.lang.String |
getSystemId()
Get the URI of the module containing the instruction |
void |
setInstructionName(java.lang.String instructionName)
Set the name of the instruction |
void |
setLineNumber(int lineNumber)
Set the line number of the instruction within the module |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set a named property of the instruction |
void |
setSystemId(java.lang.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 setSystemId(java.lang.String systemId)
systemId - the module's URIpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.SourceLocatorpublic void setLineNumber(int lineNumber)
lineNumber - the line numberpublic int getLineNumber()
getLineNumber in interface javax.xml.transform.SourceLocatorpublic void setInstructionName(java.lang.String instructionName)
instructionName - the name of the instruction. This is a conventional name, it has the form
of a QName but the prefix chosen is arbitrarypublic java.lang.String getInstructionName()
getInstructionName in interface InstructionInfo
public void setProperty(java.lang.String name,
java.lang.Object value)
public java.lang.Object getProperty(java.lang.String name)
getProperty in interface InstructionInfoname - The name of the required property
public java.lang.String getPublicId()
getPublicId in interface javax.xml.transform.SourceLocatorpublic int getColumnNumber()
getColumnNumber in interface javax.xml.transform.SourceLocatorpublic java.util.HashMap getProperties()
getProperties in interface InstructionInfo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||