Uses of Class
com.semanticcms.core.model.Element
-
Uses of Element in com.semanticcms.core.model
Methods in com.semanticcms.core.model with type parameters of type ElementModifier and TypeMethodDescriptionPage.filterElements
(Class<E> clazz) Gets all elements in the page (including all child elements) that are of the given type, in the order they were declared in the page.Methods in com.semanticcms.core.model that return ElementModifier and TypeMethodDescriptionElement.getParentElement()
Elements may be nested, gets the parent Element above this element.Methods in com.semanticcms.core.model that return types with arguments of type ElementModifier and TypeMethodDescriptionNode.getChildElements()
Every node may potentially have child elements.Page.getElements()
Gets all elements in the page (including all child elements), in the order they were declared in the page.Page.getElementsById()
Gets the elements indexed by id, in no particular order.Methods in com.semanticcms.core.model with parameters of type ElementModifier and TypeMethodDescriptionElement.addChildElement
(Element childElement, ElementWriter elementWriter) Adds a child element to this element.Node.addChildElement
(Element childElement, ElementWriter elementWriter) Adds a child element to this node.void
Page.addElement
(Element element) Adds an element to this page.