|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.uniba.euromath.document.NodeListID.NodePtr
public final class NodeListID.NodePtr
Points into contents of text/cdata/comment/pi node.
| Field Summary | |
|---|---|
int |
index
Index of the node in context of enclosing node list. |
Node |
node
The node instance. |
int |
pos
Character index, in context of the node. |
| Method Summary | |
|---|---|
boolean |
pointsIntoNode()
Determines if this pointer points into the node. |
DomPointer |
toDomPointer()
Converts itself into the DOM pointer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Node node
public final int index
public final int pos
| Method Detail |
|---|
public boolean pointsIntoNode()
public DomPointer toDomPointer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||