Class OdfContainerElementBase

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
OdfStyleBase, OdfStylesBase

public abstract class OdfContainerElementBase extends OdfElement
Overwriting the DOM methods for element access, whenever a new ODF element was added triggering onOdfNodeInserted and when removed a onOdfNodeRemoved.. Yet not overriding all DOM access methods, esp. not the access on key attributes, eg. @style-name.
See Also: