|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.DocContext
Store parse context of XML document.
| Constructor Summary | |
DocContext(XmlSpec pXmlSpec)
Specify XmlSpec. |
|
| Method Summary | |
DocContext |
copy(XmlSpec pXmlSpec)
Create a copy, with new XmlSpec. |
com.ricebridge.xmlman.tp.Context |
getContext()
Get the current Jaxen Context. |
boolean |
getNamespaceAware()
Indicate that current parse is namespace aware. |
TargetPathState |
getState(TargetPath pTargetPath)
Get current state of TargetPath. |
TreeContext |
getTreeContext()
Get the current TreeContext. |
String |
resolve(String pExprName)
Resolve the value of an expression at this point in time. |
String |
resolve(String pExprName,
com.ricebridge.xmlman.tp.Context pContext)
Resolve an expression against the specified context. |
void |
setExpression(String pName,
Expression pExpression)
Store a named expression. |
String |
toString()
Debugging description. |
String |
toString(boolean pShowExprValues)
Debugging description, with expression values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DocContext(XmlSpec pXmlSpec)
XmlSpec.
| Method Detail |
public DocContext copy(XmlSpec pXmlSpec)
XmlSpec.
public TargetPathState getState(TargetPath pTargetPath)
TargetPath.
public com.ricebridge.xmlman.tp.Context getContext()
Context.
public TreeContext getTreeContext()
TreeContext.
public boolean getNamespaceAware()
public String resolve(String pExprName)
public String resolve(String pExprName,
com.ricebridge.xmlman.tp.Context pContext)
public void setExpression(String pName,
Expression pExpression)
public String toString()
public String toString(boolean pShowExprValues)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||