Class com.ibm.xml.xpointer.Pointed
java.lang.Object
|
+----java.util.Vector
|
+----com.ibm.xml.xpointer.Pointed
- public class Pointed
- extends java.util.Vector
This class represents nodes pointed by an XPointer.
- Version:
- 1.1
Methods inherited from class java.util.Vector
|
addElement, capacity, clone, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, removeAllElements, removeElement, removeElementAt, setElementAt, setSize, size, toString, trimToSize |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
T_NODE
public static final int T_NODE
T_STRINGINNODE
public static final int T_STRINGINNODE
T_STRING
public static final int T_STRING
Pointed
public Pointed()
add
public boolean add(Node node,
java.lang.String str,
int offset,
int length)
add
public boolean add(Node node)
add
public boolean add(java.lang.String str)
item
public Pointed.Item item(int index)