Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java
PREV | NEXT SHOW LISTS | HIDE LISTS

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

Inner Class Summary
static   Pointed.Item
 
 

Field Summary
static int  T_NODE
 
static int  T_STRING
 
static int  T_STRINGINNODE
 
 
Fields inherited from class java.util.Vector
 capacityIncrement, elementCount, elementData
 

Constructor Summary
 Pointed()
 
 

Method Summary
boolean  add(Node node, java.lang.String str, int offset, int length)
 
boolean  add(Node node)
 
boolean  add(java.lang.String str)
 
Pointed.Item  item(int index)
 
 
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
 

Field Detail

T_NODE

public static final int T_NODE

T_STRINGINNODE

public static final int T_STRINGINNODE

T_STRING

public static final int T_STRING
Constructor Detail

Pointed

public Pointed()
Method Detail

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)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS