Uses of Class
com.machinezoo.pushmode.dom.DomContainer
Packages that use DomContainer
-
Uses of DomContainer in com.machinezoo.pushmode.dom
Subclasses of DomContainer in com.machinezoo.pushmode.domModifier and TypeClassDescriptionclass
Element in PushMode DOM tree.final class
Fragment of PushMode DOM tree.Methods in com.machinezoo.pushmode.dom that return DomContainerModifier and TypeMethodDescriptionDomContainer.add
(DomContent child) Adds new child node to the list of children.Adds literal text to the list of children.<C extends DomContent>
DomContainerDomContainer.add
(Collection<C> children) Adds all nodes in aCollection
to the list of children.<C extends DomContent>
DomContainerAdds all nodes in aStream
to the list of children.abstract DomContainer
DomContainer.clone()
Creates mutable deep clone of this element or fragment.DomContainer.freeze()
Protects this element or fragment from further modification.