|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.infoset.util.XPath
Method Summary | |
static java.lang.String |
toXPath(Item context)
Returns an xpath to the context node. |
static java.lang.String |
toXPath(Item context,
boolean includeBase)
Returns an xpath to the context node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String toXPath(Item context, boolean includeBase)
context
- THe context node to get an xpath for.includeBase
- A true value indicates that the base URI should be used to qualify this node.public static java.lang.String toXPath(Item context)
context
- The context node to get an xpath for.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |