|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
protected static class ExpressionParser.TemporaryContainer
A Container used on a temporary basis to hold an expression while it is being parsed
Constructor Summary | |
---|---|
ExpressionParser.TemporaryContainer(LocationMap map,
int locationId)
|
Method Summary | |
---|---|
int |
getColumnNumber()
|
int |
getColumnNumber(long locationId)
Get the column number within the document, entity, or module containing a particular location |
int |
getContainerGranularity()
Get the granularity of the container. |
Executable |
getExecutable()
Get the Executable (representing a complete stylesheet or query) of which this Container forms part |
int |
getHostLanguage()
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container |
int |
getLineNumber()
|
int |
getLineNumber(long locationId)
Get the line number within the document, entity or module containing a particular location |
LocationProvider |
getLocationProvider()
Get the LocationProvider allowing location identifiers to be resolved. |
String |
getPublicId()
|
String |
getSystemId()
|
String |
getSystemId(long locationId)
Get the URI of the document, entity, or module containing a particular location |
void |
setExecutable(Executable exec)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionParser.TemporaryContainer(LocationMap map, int locationId)
Method Detail |
---|
public int getContainerGranularity()
getContainerGranularity
in interface Container
public void setExecutable(Executable exec)
public Executable getExecutable()
Container
getExecutable
in interface Container
public LocationProvider getLocationProvider()
Container
getLocationProvider
in interface Container
public String getPublicId()
getPublicId
in interface SourceLocator
public String getSystemId()
getSystemId
in interface SourceLocator
public int getLineNumber()
getLineNumber
in interface SourceLocator
public int getColumnNumber()
getColumnNumber
in interface SourceLocator
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)
public int getHostLanguage()
getHostLanguage
in interface Container
Configuration.XSLT
or Configuration.XQUERY
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |