public class MPropertyXMLFormatter
extends java.lang.Object
Constructor and Description |
---|
MPropertyXMLFormatter(boolean isIndented)
MPropertyFormatter constructor comment.
|
Modifier and Type | Method and Description |
---|---|
void |
printAttribute(MPropertyAttribute propAttr) |
void |
printElement(MPropertyElement propElem) |
protected void |
printIndent() |
protected void |
printLn() |
void |
printText(MPropertyText propText) |
java.lang.String |
toString() |
public MPropertyXMLFormatter(boolean isIndented)
public void printAttribute(MPropertyAttribute propAttr)
public void printElement(MPropertyElement propElem)
protected void printIndent()
protected void printLn()
public void printText(MPropertyText propText)
public java.lang.String toString()
toString
in class java.lang.Object