Class DocReader
java.lang.Object
net.thevpc.nsite.javadoc.util.DocReader
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(com.github.javaparser.javadoc.description.JavadocDescriptionElement e) net.thevpc.nuts.lib.md.MdElementcurrTag()currText()booleanbooleanbooleanisEmpty()net.thevpc.nuts.lib.md.MdElementparse()protected net.thevpc.nuts.lib.md.MdElementprepareXml(net.thevpc.nuts.lib.md.MdXml xml)
-
Constructor Details
-
DocReader
public DocReader()
-
-
Method Details
-
add
-
isEmpty
public boolean isEmpty() -
parse
public net.thevpc.nuts.lib.md.MdElement parse() -
prepareXml
protected net.thevpc.nuts.lib.md.MdElement prepareXml(net.thevpc.nuts.lib.md.MdXml xml) -
isCurrTag
public boolean isCurrTag() -
isCurrText
public boolean isCurrText() -
currText
-
currTag
public net.thevpc.nuts.lib.md.MdElement currTag()
-