public class NumberTagWriter extends SimpleTagWriter
| Constructor and Description |
|---|
NumberTagWriter(XMLTagWriter parent,
String tagName) |
NumberTagWriter(XMLTagWriter parent,
String tagName,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeContent(XMLOutputter xmlOut,
Object object)
Here you can write out the data to the given
XMLOutputter. |
getTagNameaddSubTagWriter, addSubTagWriter, addSubTagWriter, debug, error, getAllSubTagWriter, getAttributesMap, getParent, getSubTagWriter, getSubTagWriter, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isMandatory, isWarnEnabled, warn, writepublic NumberTagWriter(XMLTagWriter parent, String tagName)
parent - tagName - public NumberTagWriter(XMLTagWriter parent, String tagName, boolean mandatory)
protected void writeContent(XMLOutputter xmlOut,
Object object)
throws IOException
XMLTagWriterXMLOutputter. This method will write the content between
the start- and endtag.writeContent in class SimpleTagWriterxmlOut - the XMLOutputter to write toobject - the data object, it depends on the parent what kind of object you get hereIOExceptionCopyright © 2017 SAP SE. All Rights Reserved.