tecgraf.javautils.xml
Class XMLNullDataElement

java.lang.Object
  extended by tecgraf.javautils.xml.XMLElement
      extended by tecgraf.javautils.xml.XMLDataElement
          extended by tecgraf.javautils.xml.XMLNullDataElement
All Implemented Interfaces:
XMLElementInterface
Direct Known Subclasses:
XMLComment, XMLEmptyElement

public class XMLNullDataElement
extends XMLDataElement

A classe XMLNullDataElement modela data elements (elementos que não têm filhos) que não estão associados a nenhum objeto da aplicação.

Author:
costa

Constructor Summary
XMLNullDataElement()
           
 
Method Summary
 void endTag(List<XMLElementInterface> childrenList)
          Callback de fechamento da tag do elemento.
 
Methods inherited from class tecgraf.javautils.xml.XMLDataElement
write, write, write, write, writeEndTag
 
Methods inherited from class tecgraf.javautils.xml.XMLElement
appendValue, 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, xmlEncode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNullDataElement

public XMLNullDataElement()
Method Detail

endTag

public void endTag(List<XMLElementInterface> childrenList)
Callback de fechamento da tag do elemento.

Parameters:
childrenList - lista com os filhos do elemento em questão, ou uma lista vazia caso o elemento não possua filhos
See Also:
XMLElementInterface.endTag(java.util.List)


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.