public abstract class AbstractXmlItem extends Object
XML expression
.Constructor and Description |
---|
AbstractXmlItem() |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
abstract void |
toString(StringBuilder stringBuilder)
This method is like
toString() using the given stringBuilder . |
public abstract void toString(StringBuilder stringBuilder)
toString()
using the given stringBuilder
.stringBuilder
- is where to append the string representation to.Copyright © 2001–2016 mmm-Team. All rights reserved.