Uses of Class
com.machinezoo.pushmode.dom.DomContainer
-
Uses of DomContainer in com.machinezoo.pushmode.dom
Modifier and TypeClassDescriptionclass
Element in PushMode DOM tree.final class
Fragment of PushMode DOM tree.Modifier 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.