OptionalcommentComment content, whitespace is not trimmed or normalized.
OptionaldoctypeDocument type declaration.
<!DOCTYPE example PUBLIC "-//Example//example" "./example.dtd">
This handler is called before parsing any markup declarations.
OptionalendEnd of a CDATA section.
]]>
OptionalprocessingA processing instruction.
<?target content?>
Processing instruction target, used to identify the application to which the instruction is directed.
Processing instruction content, whitespace is not trimmed or normalized.
OptionalstartStart of a CDATA section.
<![CDATA[
OptionalxmlXML declaration of the document.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
A comment.