public class XMLRootElement extends XMLBasicElement
| Constructor and Description |
|---|
XMLRootElement()
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endTag(List<XMLElementInterface> childrenList)
Callback de fechamento do elemento.
|
void |
write(Writer stream,
String ident)
Escreve o elemento, com seus filhos.
|
getFirstChildWithTag, getNextIdentation, writeEndTag, writeStartTag, writeStartTag, writeStartTagln, writeStartTaglnappendValue, convertTextToXML, convertValueFromXML, getAppContextObject, getAppObject, getAttributeBooleanValue, getAttributeDoubleValue, getAttributeIntValue, getAttributes, getAttributeStrValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getStrValue, getStrValue, getTag, hasAttribute, hasValue, isEmpty, newAttribute, newAttribute, newAttribute, newAttribute, newAttribute, newAttribute, newAttributeList, newCharsEvent, resetAttributeList, resetValue, setAppContextObject, setAppObject, setTag, setValue, setValue, startTag, writeAttributes, writeAttributes, writeEndTag, writeEndTag, writeStartTag, writeStartTagln, writeValue, xmlEncodepublic void endTag(List<XMLElementInterface> childrenList)
childrenList - lista com os filhos do elementopublic void write(Writer stream, String ident) throws IOException
stream - stream de saídaident - identaçãoIOException - se houve algum erro de I/O na escritaCopyright © 2016 Tecgraf/PUC-Rio. All rights reserved.