Uses of Class
eu.bandm.tools.doctypes.xhtml.Element_body
Packages that use Element_body
Package
Description
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
-
Uses of Element_body in eu.bandm.tools.doctypes.xhtml
Methods in eu.bandm.tools.doctypes.xhtml that return Element_bodyModifier and TypeMethodDescriptionfinal Element_bodyElement_body.checkRequiredAttrs()Document_body.getDocumentElement()Return the top level element.Element_html.getElem_1_body()static Element_bodyElement_body.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_html.setElem_1_body(Element_body newElem_1_body) Methods in eu.bandm.tools.doctypes.xhtml with parameters of type Element_bodyModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_body element) protected voidMatcher.action(Element_body element) DTD.createDocument_body(Element_body root) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_body element) voidElement_html.set(Element_head elem_1_head, Element_body elem_1_body) Set all contents fields to a new value, after checking.Element_html.setElem_1_body(Element_body newElem_1_body) voidDumper.visit(Element_body element) voidVisitor.visit(Element_body element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_body element) (Superclass implementation descends into<!ELEMENT body (p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | noscript | ins | del | script)* >.)static Document_htmlUtil.wrap_document(Element_head head, Element_body body) Constructors in eu.bandm.tools.doctypes.xhtml with parameters of type Element_bodyModifierConstructorDescriptionDocument_body(Element_body root) Create a document in a bottom-up fashion from its toplevel element.Element_html(Element_head elem_1_head, Element_body elem_1_body) Statically typed w.r.t. the contents, as far as possible.Element_html(TypedAttribute.SafeValues flag, Element_head elem_1_head, Element_body elem_1_body)