public class XmlCodeFormatter extends Object implements net.thevpc.nuts.NutsCodeFormat
| Constructor and Description |
|---|
XmlCodeFormatter(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsText |
formatNodeName(String text) |
net.thevpc.nuts.NutsText |
formatNodeSeparator(String text) |
net.thevpc.nuts.NutsText |
formatNodeString(String text) |
int |
getSupportLevel(net.thevpc.nuts.NutsSupportLevelContext<String> criteria) |
net.thevpc.nuts.NutsText |
stringToText(String text,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsText |
tokenToText(String text,
String nodeType,
net.thevpc.nuts.NutsSession session) |
public int getSupportLevel(net.thevpc.nuts.NutsSupportLevelContext<String> criteria)
getSupportLevel in interface net.thevpc.nuts.NutsCodeFormatpublic net.thevpc.nuts.NutsText tokenToText(String text, String nodeType, net.thevpc.nuts.NutsSession session)
tokenToText in interface net.thevpc.nuts.NutsCodeFormatpublic net.thevpc.nuts.NutsText formatNodeName(String text)
public net.thevpc.nuts.NutsText formatNodeString(String text)
public net.thevpc.nuts.NutsText formatNodeSeparator(String text)
public net.thevpc.nuts.NutsText stringToText(String text, net.thevpc.nuts.NutsSession session)
stringToText in interface net.thevpc.nuts.NutsCodeFormatCopyright © 2021 vpc open source initiative. All rights reserved.