public class XPathLocation extends java.lang.Object implements Location
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
allowChildrenOrAtts |
(package private) java.util.Vector |
path |
| Constructor and Description |
|---|
XPathLocation()
Creates a default XPathLocation
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(java.lang.String name) |
void |
addChild(java.lang.String name)
Adds the name as a child of the current path
|
void |
addParent(java.lang.String name)
Adds the name as a parent of the current path
|
java.lang.String |
toString()
Returns the String representation of this XPathLocation
|
public void addAttribute(java.lang.String name)
public void addChild(java.lang.String name)
name - the name to add as a childpublic void addParent(java.lang.String name)
name - the name to add as a parentIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com