public class DocReader extends Object
| Constructor and Description |
|---|
DocReader() |
| Modifier and Type | Method and Description |
|---|---|
DocReader |
add(com.github.javaparser.javadoc.description.JavadocDescriptionElement e) |
net.thevpc.nuts.lib.md.MdElement |
currTag() |
CharReader |
currText() |
boolean |
isCurrTag() |
boolean |
isCurrText() |
boolean |
isEmpty() |
net.thevpc.nuts.lib.md.MdElement |
parse() |
protected net.thevpc.nuts.lib.md.MdElement |
prepareXml(net.thevpc.nuts.lib.md.MdXml xml) |
public DocReader add(com.github.javaparser.javadoc.description.JavadocDescriptionElement e)
public boolean isEmpty()
public net.thevpc.nuts.lib.md.MdElement parse()
protected net.thevpc.nuts.lib.md.MdElement prepareXml(net.thevpc.nuts.lib.md.MdXml xml)
public boolean isCurrTag()
public boolean isCurrText()
public CharReader currText()
public net.thevpc.nuts.lib.md.MdElement currTag()
Copyright © 2021 vpc open source initiative. All rights reserved.