public class ClassificationAttributeValueTagWriter extends XMLTagWriter
| Constructor and Description |
|---|
ClassificationAttributeValueTagWriter(XMLTagWriter parent,
String tagName) |
ClassificationAttributeValueTagWriter(XMLTagWriter parent,
String tagName,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getTagName()
Returns the name of the xml tag.
|
protected void |
writeContent(XMLOutputter xmlOut,
Object object)
Here you can write out the data to the given
XMLOutputter. |
addSubTagWriter, addSubTagWriter, addSubTagWriter, debug, error, getAllSubTagWriter, getAttributesMap, getParent, getSubTagWriter, getSubTagWriter, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isMandatory, isWarnEnabled, warn, writepublic ClassificationAttributeValueTagWriter(XMLTagWriter parent, String tagName)
parent - tagName - public ClassificationAttributeValueTagWriter(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 XMLTagWriterxmlOut - the XMLOutputter to write toobject - the data object, it depends on the parent what kind of object you get hereIOExceptionprotected String getTagName()
XMLTagWritergetTagName in class XMLTagWriterXMLTagWriter.getTagName()Copyright © 2017 SAP SE. All Rights Reserved.