|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTDNode | |
com.japisoft.dtdparser.node |
Uses of DTDNode in com.japisoft.dtdparser.node |
Subclasses of DTDNode in com.japisoft.dtdparser.node | |
class |
AttributeDTDNode
Attribute node. |
class |
CommentDTDNode
Comment node |
class |
ElementDTDNode
Element definition |
class |
ElementRefDTDNode
This is only a reference node to existing ELEMENT. |
class |
ElementSetDTDNode
Set of node needed |
class |
EntityDTDNode
Created Sat Feb 15 11:21:34 2003 Comments |
class |
RootDTDNode
Main node type for DTD document type. |
Methods in com.japisoft.dtdparser.node that return DTDNode | |
DTDNode |
DTDNode.getDTDNodeAt(int index)
|
DTDNode |
DTDNode.getDTDParentNode()
|
DTDNode |
DTDNodeFactory.getNodeForType(int type)
Recall the getNodeForType with a null argument |
DTDNode |
DTDNodeFactory.getNodeForType(int type,
java.lang.String arg)
HERE the mehod you will have to override if you want to use custom node |
Methods in com.japisoft.dtdparser.node with parameters of type DTDNode | |
void |
DTDNode.addDTDNode(DTDNode node)
Add a DTDNode child / @return the added node |
void |
DTDNode.removeDTDNode(DTDNode node)
Remove a DTDNode child |
int |
DTDNode.getDTDNodeIndex(DTDNode node)
|
void |
DTDNode.setDTDParentNode(DTDNode parent)
Reset the parent node |
void |
ElementDTDNode.addDTDNode(DTDNode node)
Overriding for getting attribute node |
void |
ElementSetDTDNode.addDTDNode(DTDNode node)
Overriding for elementRef |
void |
RootDTDNode.addDTDNode(DTDNode node)
Override for fast element access |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |