| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.xml.parser.v2.XSLTContext
Class for Xpath processing Context
| Method Summary | |
|  XMLNode | getContextNode()Get the current context node | 
|  int | getContextPosition()Get the current context node position | 
|  int | getContextSize()Get the current context size | 
|  XMLError | getError()Get the XMLError instance for reporting errors | 
|  oracle.xml.parser.v2.XSLExprValue | getVariable(NSName name, int offset)Retrieve variable at the given stack offset | 
|  void | reportCharacters(java.lang.String data, boolean disableoutesc)Report characters to the current output handler | 
|  void | reportNode(XMLNode node)Report a XMLNode to the current output handler | 
|  void | setError(XMLError err)Set the XMLError | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public XMLNode getContextNode()
                       throws XSLException
XSLException
public int getContextSize()
                   throws XSLException
XSLException
public int getContextPosition()
                       throws XSLException
XSLException
public oracle.xml.parser.v2.XSLExprValue getVariable(NSName name,
                                                     int offset)
name - - name of the variable
public void reportCharacters(java.lang.String data,
                             boolean disableoutesc)
                      throws XSLException
disableoutesc - - boolean to disable output escapingXSLException
public void reportNode(XMLNode node)
                throws XSLException
node - - node to be outptuXSLExceptionpublic XMLError getError()
public void setError(XMLError err)
err - - instance of XMLError| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||