|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.fastparser.node.NodeFactoryImpl
Factory for building node.
MutableNode
,
SimpleNode
,
NodeFactory
Constructor Summary | |
NodeFactoryImpl()
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeFactoryImpl()
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 |