Uses of Class
org.codehaus.mojo.xml.format.IndentCheckSaxHandler.Indent
-
Packages that use IndentCheckSaxHandler.Indent Package Description org.codehaus.mojo.xml.format -
-
Uses of IndentCheckSaxHandler.Indent in org.codehaus.mojo.xml.format
Fields in org.codehaus.mojo.xml.format declared as IndentCheckSaxHandler.Indent Modifier and Type Field Description private IndentCheckSaxHandler.IndentIndentCheckSaxHandler.ElementEntry. expectedIndentprivate IndentCheckSaxHandler.IndentIndentCheckSaxHandler.ElementEntry. foundIndentprivate IndentCheckSaxHandler.IndentIndentCheckSaxHandler. lastIndentstatic IndentCheckSaxHandler.IndentIndentCheckSaxHandler.Indent. STARTAnIndentCheckSaxHandler.Indentusable at the beginning of a typical XML file.Constructors in org.codehaus.mojo.xml.format with parameters of type IndentCheckSaxHandler.Indent Constructor Description ElementEntry(java.lang.String elementName, IndentCheckSaxHandler.Indent foundIndent)ElementEntry(java.lang.String elementName, IndentCheckSaxHandler.Indent foundIndent, IndentCheckSaxHandler.Indent expectedIndent)
-