Class head

java.lang.Object

public class head extends X3DConcreteStatement
Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements. This concrete class represents an X3D head statement.

head statement tooltip: head can contain component, unit, and author-defined meta (metadata) elements.
  • Hint: design for this element is patterned after the <head> tag in HTML: https://www.w3.org/TR/html5/document-metadata.html#the-head-element
  • Warning: head is optional first child of X3D statement, and must precede the Scene statement.
  • Warning: in order to pass XML validation, these contained optional statements must appear in order: first component statements, then unit statements, then meta statements.
See Also: