|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.designer.domino.xsp.api.published.XPathSerializer
public class XPathSerializer
A serializer object that will save the XPath expression that describes a node in a schema.
| Field Summary | |
|---|---|
static int |
FROMROOT
Provides an XPath from the root of the document to the node provided, XPath expression will begin with '/' |
static int |
RELATIVE
Provides an XPath which is relative |
| Constructor Summary | |
|---|---|
XPathSerializer()
|
|
XPathSerializer(int pathType)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getValue(java.lang.Object object)
Given a node within the tree this method returns a 'path' that can later be used to travese to the selected tree location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int FROMROOT
public static final int RELATIVE
| Constructor Detail |
|---|
public XPathSerializer(int pathType)
public XPathSerializer()
| Method Detail |
|---|
public java.lang.String getValue(java.lang.Object object)
CTreeCombo.IPathSerializer
getValue in interface CTreeCombo.IPathSerializerobject - an object from the tree control
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||