Type:
Class
Constants:
START : "<!DOCTYPE"
STOP : ">"
SYSTEM : "SYSTEM"
PUBLIC : "PUBLIC"
DEFAULT_ENTITIES : { 'gt'=>EntityConst::GT, 'lt'=>EntityConst::LT, 'quot'=>EntityConst::QUOT, "apos"=>EntityConst::APOS }

Represents an XML DOCTYPE declaration; that is, the contents of <!DOCTYPE … >. DOCTYPES can be used to declare the DTD of a document, as well as being used to declare entities used in the document.

write

write( output, indent=0, transitive=false, ie_hack=false ) Instance Public methods output

2015-05-06 05:29:39
public

public() Instance Public methods This method retrieves the public identifier

2015-05-06 05:17:47
notation

notation(name) Instance Public methods Retrieves a named notation. Only notations

2015-05-06 05:13:48