public class XmlCategoryElement
extends tecgraf.javautils.xml.XMLBasicElement
| Constructor and Description |
|---|
XmlCategoryElement()
Constrói o elemento xml que descreve uma categoria.
|
XmlCategoryElement(Category category)
Construtor utilizado no processo de escrita do arquivo xml de categorias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endTag(List<tecgraf.javautils.xml.XMLElementInterface> childrenList)
Executado quando a tag de fim do elemento XML é encontrada.
|
Category |
getCategory()
Obtém o objeto da aplicação categoria que foi criado a partir desse
elemento xml.
|
void |
write(Writer writer,
String ident) |
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 XmlCategoryElement()
public XmlCategoryElement(Category category)
category - categoria de algoritmos a ser escritapublic void endTag(List<tecgraf.javautils.xml.XMLElementInterface> childrenList)
XMLElementInterface.endTag(java.util.List)public Category getCategory()
public void write(Writer writer, String ident) throws IOException
IOExceptionCopyright © 2017. All rights reserved.