|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.fastparser.dom.DomNodeFactory
Node factory for DOM
NodeFactory
Constructor Summary | |
DomNodeFactory()
|
Method Summary | |
MutableNode |
getCommentNode(java.lang.String comment)
|
static NodeFactory |
getFactory()
|
MutableNode |
getTagNode(java.lang.String tag)
|
MutableNode |
getTextNode(java.lang.String text)
|
void |
setRefDocument(Document doc)
Specified the reference document |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DomNodeFactory()
Method Detail |
public void setRefDocument(Document doc)
NodeFactory
setRefDocument
in interface NodeFactory
public static NodeFactory getFactory()
public MutableNode getTextNode(java.lang.String text)
getTextNode
in interface NodeFactory
public MutableNode getTagNode(java.lang.String tag)
getTagNode
in interface NodeFactory
public MutableNode getCommentNode(java.lang.String comment)
getCommentNode
in interface NodeFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |