This class is missing documentation.
Copy and paste the text below and save to HelpSource/Classes/DOMDocument.schelpTITLE:: DOMDocument summary:: _short_description_here_ categories:: Undocumented classes related:: Classes/SomeRelatedClass, Reference/SomeRelatedStuff DESCRIPTION:: _put_long_description_here_ First code examples: code:: _some_example_code_ :: CLASSMETHODS:: METHOD:: encodeStandardEntities argument:: s METHOD:: decodeStandardEntities argument:: s METHOD:: new argument:: filename METHOD:: initStandardEntities INSTANCEMETHODS:: METHOD:: getDoctype METHOD:: parseXML argument:: xml METHOD:: filename METHOD:: parseComments METHOD:: getDocumentElement METHOD:: parseError argument:: message argument:: pos METHOD:: createDocumentFragment METHOD:: read argument:: file METHOD:: createTextNode argument:: text METHOD:: format METHOD:: linenr argument:: pos METHOD:: parseQuoted argument:: pos argument:: result METHOD:: skipUntil argument:: pos argument:: delim METHOD:: write argument:: file METHOD:: parse argument:: parentNode argument:: pos METHOD:: preserveWhitespace METHOD:: getImplementation METHOD:: createProcessingInstruction argument:: target argument:: data METHOD:: importNode argument:: node METHOD:: createElement argument:: tagname METHOD:: initFromFile argument:: filename METHOD:: createCDATASection argument:: cdata METHOD:: getElementsByTagName argument:: tagname METHOD:: indent METHOD:: createComment argument:: comment EXAMPLES:: code:: _some_example_code_ ::