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

Class com.ibm.xml.xpointer.Pointed.Item

java.lang.Object
    |
    +----com.ibm.xml.xpointer.Pointed.Item

public static class Pointed.Item
extends java.lang.Object

Field Summary
Node  node
 
java.lang.String  string
 
int  type
 
 

Constructor Summary
 Pointed.Item(Node node, java.lang.String str, int offset, int length)
for T_NODE:
new Item(node, null, 0, 0);
for T_STRINGINNODE:
new Item(node, "foo", 5, 3);
for T_STRING:
new Item(null, "foo", 0, 0);
 

Method Summary
boolean  equals(java.lang.Object obj)
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

node

public Node node

string

public java.lang.String string
Constructor Detail

Pointed.Item

public Pointed.Item(Node node,
                    java.lang.String str,
                    int offset,
                    int length)
for T_NODE:
new Item(node, null, 0, 0);
for T_STRINGINNODE:
new Item(node, "foo", 5, 3);
for T_STRING:
new Item(null, "foo", 0, 0);
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

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