public class XmlIndenterPlugin
extends java.lang.Object
Constructor and Description |
---|
XmlIndenterPlugin() |
Modifier and Type | Method and Description |
---|---|
static java.util.List |
getEnumeratedProperty(java.lang.String key) |
protected static java.lang.String |
indent(java.lang.String inputString,
int indentAmount,
boolean indentWithTabs) |
static void |
indentXml(org.gjt.sp.jedit.View view)
Indents XML in current buffer.
|
void |
start() |
static void |
toggleSplitAttributes(org.gjt.sp.jedit.View view) |
public void start()
public static void toggleSplitAttributes(org.gjt.sp.jedit.View view)
public static void indentXml(org.gjt.sp.jedit.View view)
view
- protected static java.lang.String indent(java.lang.String inputString, int indentAmount, boolean indentWithTabs) throws java.lang.Exception
java.lang.Exception
public static java.util.List getEnumeratedProperty(java.lang.String key)