Uses of Class
com.machinezoo.pushmode.dom.DomContent
-
Uses of DomContent in com.machinezoo.pushmode.dom
Modifier and TypeClassDescriptionclass
Base class forDomElement
andDomFragment
.class
Element in PushMode DOM tree.final class
Fragment of PushMode DOM tree.class
Text node in PushMode DOM tree.Modifier and TypeMethodDescription<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.<C extends DomContent>
DomElementDomElement.add
(Collection<C> children) Adds all nodes in aCollection
to this element.<C extends DomContent>
DomElementAdds all nodes in aStream
to this element.<C extends DomContent>
DomFragmentDomFragment.add
(Collection<C> children) Adds all nodes in aCollection
to this fragment.<C extends DomContent>
DomFragmentAdds all nodes in aStream
to this fragment.Modifier and TypeMethodDescriptionabstract DomContent
DomContent.clone()
Creates deep clone of this node.abstract DomContent
DomContent.freeze()
Protects this node from further modification.DomContainer.rawChildren()
Gets child node buffer.Modifier and TypeMethodDescriptionDomContainer.children()
Lists all children in this element or fragment.Modifier and TypeMethodDescriptionDomContainer.add
(DomContent child) Adds new child node to the list of children.DomElement.add
(DomContent child) Adds new child node to this element.DomFragment.add
(DomContent child) Adds new child node to this fragment.DomFormatter.format
(DomContent content) static DomFragment
DomFragment.join
(DomContent separator, Iterable<? extends DomContent> items) void
DomContainer.rawChildren
(int count, DomContent[] children) Sets child node buffer.Modifier and TypeMethodDescriptionstatic DomFragment
DomFragment.join
(DomContent separator, Iterable<? extends DomContent> items) static DomFragment
DomFragment.join
(String separator, Iterable<? extends DomContent> items)