public class XmlCodeHighlighter extends Object implements net.thevpc.nuts.NutsCodeHighlighter
| Constructor and Description |
|---|
XmlCodeHighlighter(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsText |
formatNodeName(String text,
net.thevpc.nuts.NutsTexts txt) |
net.thevpc.nuts.NutsText |
formatNodeSeparator(String text,
net.thevpc.nuts.NutsTexts txt) |
net.thevpc.nuts.NutsText |
formatNodeString(String text,
net.thevpc.nuts.NutsTexts txt) |
String |
getId() |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
net.thevpc.nuts.NutsText |
stringToText(String text,
net.thevpc.nuts.NutsTexts txt,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsText |
tokenToText(String text,
String nodeType,
net.thevpc.nuts.NutsTexts txt,
net.thevpc.nuts.NutsSession session) |
public String getId()
getId in interface net.thevpc.nuts.NutsCodeHighlighterpublic int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.NutsCodeHighlightergetSupportLevel in interface net.thevpc.nuts.spi.NutsComponentpublic net.thevpc.nuts.NutsText stringToText(String text, net.thevpc.nuts.NutsTexts txt, net.thevpc.nuts.NutsSession session)
stringToText in interface net.thevpc.nuts.NutsCodeHighlighterpublic net.thevpc.nuts.NutsText tokenToText(String text, String nodeType, net.thevpc.nuts.NutsTexts txt, net.thevpc.nuts.NutsSession session)
tokenToText in interface net.thevpc.nuts.NutsCodeHighlighterpublic net.thevpc.nuts.NutsText formatNodeName(String text, net.thevpc.nuts.NutsTexts txt)
public net.thevpc.nuts.NutsText formatNodeString(String text, net.thevpc.nuts.NutsTexts txt)
public net.thevpc.nuts.NutsText formatNodeSeparator(String text, net.thevpc.nuts.NutsTexts txt)
Copyright © 2022 vpc open source initiative. All rights reserved.