Uses of Class
com.machinezoo.pushmode.dom.DomContent
Packages that use DomContent
-
Uses of DomContent in com.machinezoo.pushmode.dom
Subclasses of DomContent in com.machinezoo.pushmode.domModifier and TypeClassDescriptionclassBase class forDomElementandDomFragment.classElement in PushMode DOM tree.final classFragment of PushMode DOM tree.classText node in PushMode DOM tree.Methods in com.machinezoo.pushmode.dom with type parameters of type DomContentModifier and TypeMethodDescription<C extends DomContent>
DomContainerDomContainer.add(Collection<C> children) Adds all nodes in aCollectionto the list of children.<C extends DomContent>
DomContainerAdds all nodes in aStreamto the list of children.<C extends DomContent>
DomElementDomElement.add(Collection<C> children) Adds all nodes in aCollectionto this element.<C extends DomContent>
DomElementAdds all nodes in aStreamto this element.<C extends DomContent>
DomFragmentDomFragment.add(Collection<C> children) Adds all nodes in aCollectionto this fragment.<C extends DomContent>
DomFragmentAdds all nodes in aStreamto this fragment.Methods in com.machinezoo.pushmode.dom that return DomContentModifier and TypeMethodDescriptionabstract DomContentDomContent.clone()Creates deep clone of this node.abstract DomContentDomContent.freeze()Protects this node from further modification.DomContainer.rawChildren()Gets child node buffer.Methods in com.machinezoo.pushmode.dom that return types with arguments of type DomContentModifier and TypeMethodDescriptionDomContainer.children()Lists all children in this element or fragment.Methods in com.machinezoo.pushmode.dom with parameters of type DomContentModifier 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 DomFragmentDomFragment.join(DomContent separator, Iterable<? extends DomContent> items) voidDomContainer.rawChildren(int count, DomContent[] children) Sets child node buffer.Method parameters in com.machinezoo.pushmode.dom with type arguments of type DomContentModifier and TypeMethodDescriptionstatic DomFragmentDomFragment.join(DomContent separator, Iterable<? extends DomContent> items) static DomFragmentDomFragment.join(String separator, Iterable<? extends DomContent> items)