public final class InstructionDetails extends java.lang.Object implements InstructionInfo, InstructionInfoProvider, java.io.Serializable
| Constructor and Description |
|---|
InstructionDetails() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Get the column number identifying the position of the instruction.
|
int |
getConstructType()
Get the construct type
|
InstructionInfo |
getInstructionInfo()
Get the InstructionInfo details about the construct.
|
int |
getLineNumber()
Get the line number of the instruction within its module
|
int |
getLineNumber(int locationId)
Get the line number within the document or module containing a particular location
|
NamespaceResolver |
getNamespaceResolver()
Get the namespace resolver to supply the namespace context of the instruction
that is being traced
|
int |
getObjectNameCode()
Get a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc.
|
java.util.Iterator |
getProperties()
Get an iterator over all the properties available.
|
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
|
java.lang.String |
getSystemId(int locationId)
Get the URI of the document 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 |
setNamespaceResolver(NamespaceResolver resolver)
Set the namespace context for the instruction being traced.
|
void |
setObjectNameCode(int nameCode)
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(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
|
public void setConstructType(int type)
public int getConstructType()
getConstructType in interface InstructionInfopublic void setNamespaceResolver(NamespaceResolver resolver)
public NamespaceResolver getNamespaceResolver()
getNamespaceResolver in interface InstructionInfopublic void setSystemId(java.lang.String systemId)
systemId - the module's URIpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.SourceLocatorgetSystemId in interface InstructionInfogetSystemId in interface org.xml.sax.Locatorpublic void setLineNumber(int lineNumber)
lineNumber - the line numberpublic int getLineNumber()
getLineNumber in interface javax.xml.transform.SourceLocatorgetLineNumber in interface InstructionInfogetLineNumber in interface org.xml.sax.Locatorpublic void setObjectNameCode(int nameCode)
public int getObjectNameCode()
getObjectNameCode in interface InstructionInfopublic 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 propertypublic java.util.Iterator getProperties()
getProperties in interface InstructionInfopublic java.lang.String getPublicId()
getPublicId in interface javax.xml.transform.SourceLocatorgetPublicId in interface org.xml.sax.Locatorpublic void setColumnNumber(int column)
public int getColumnNumber()
getColumnNumber in interface javax.xml.transform.SourceLocatorgetColumnNumber in interface org.xml.sax.Locatorpublic InstructionInfo getInstructionInfo()
getInstructionInfo in interface InstructionInfoProviderpublic java.lang.String getSystemId(int locationId)
LocationProvidergetSystemId in interface LocationProviderlocationId - identifier of the location in question (as passed down the Receiver pipeline)public int getLineNumber(int locationId)
LocationProvidergetLineNumber in interface LocationProviderlocationId - identifier of the location in question (as passed down the Receiver pipeline)