Package org.eclnt.jsfserver.elements
Class XMLNode
java.lang.Object
org.eclnt.jsfserver.elements.XMLNode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XMLNodeContainingXML
During the rendering processing the rendering is output into XMLNodes
(using writer_* methods). Background this tree then can better optimize
e.g. by identifying areas where nothing has changed at all.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeValue
(String attributeName, String attributeValue) void
getAttributeValue
(String attributeName) getName()
void
markAsChanged
(boolean fromParentOn) void
writeSubNodesToWriter
(Writer writer) void
writeToWriter
(Writer writer)
-
Constructor Details
-
XMLNode
-
XMLNode
-
-
Method Details
-
getChildren
-
getName
-
getAttributeValue
-
addAttributeValue
-
addText
-
writeSubNodesToWriter
- Throws:
IOException
-
writeToWriter
- Throws:
IOException
-
markAsChanged
public void markAsChanged(boolean fromParentOn)
-