Class Element_head

All Implemented Interfaces:
Attr_dir.Owner, Attr_id.Owner, Attr_lang.Owner, Attr_xml_lang.Owner, Locatable<XMLDocumentIdentifier>, Identifiable, Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>

<!ELEMENT head ((script | style | meta | link | object)*, ((title, (script | style | meta | link | object)*, (base, (script | style | meta | link | object)*)?) | (base, (script | style | meta | link | object)*, (title, (script | style | meta | link | object)*)))) >.
Optional attributes: xml:lang, profile, id, lang, dir.
This class realizes the element definition from the source DTD.