|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.dtdparser.node.DTDNodeFactory
Factory for producing DTDNode. If you want to produce your own DTDNode, please inherit from this class. You will have to create custom DTDNode
Constructor Summary | |
DTDNodeFactory()
|
Method Summary | |
DTDNode |
getNodeForType(int type)
Recall the getNodeForType with a null argument |
DTDNode |
getNodeForType(int type,
java.lang.String arg)
HERE the mehod you will have to override if you want to use custom node |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDNodeFactory()
Method Detail |
public DTDNode getNodeForType(int type)
null
argument
public DTDNode getNodeForType(int type, java.lang.String arg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |