The DOMElement class DOMElement
&reftitle.classsynopsis; DOMElement DOMElement extends DOMNode &Properties; readonly public bool schemaTypeInfo readonly public string tagName &Methods; &InheritedMethods;
&reftitle.properties; schemaTypeInfo Not implemented yet, always return &null; tagName The element name
&reftitle.notes; The DOM extension uses UTF-8 encoding. Use utf8_encode and utf8_decode to work with texts in ISO-8859-1 encoding or Iconv for other encodings.
&reference.dom.entities.domelement;