Definition at line 63 of file PH5P.php.
| HTML5::char | ( | ) | [private] |
Definition at line 148 of file PH5P.php.
References EOF().
Referenced by afterDoctypeNameState(), beforeDoctypeNameState(), bogusDoctypeState(), closeTagOpenState(), commentDashState(), commentEndState(), commentState(), dataState(), doctypeNameState(), doctypeState(), entity(), and tagOpenState().
| HTML5::character | ( | $ | s, | |
| $ | l = 0 | |||
| ) | [private] |
Definition at line 154 of file PH5P.php.
References EOF().
Referenced by afterAttributeNameState(), attributeNameState(), attributeValueDoubleQuotedState(), attributeValueSingleQuotedState(), attributeValueUnquotedState(), beforeAttributeNameState(), beforeAttributeValueState(), closeTagOpenState(), dataState(), entity(), markupDeclarationOpenState(), tagNameState(), and tagOpenState().
| HTML5::characters | ( | $ | char_class, | |
| $ | start | |||
| ) | [private] |
Definition at line 164 of file PH5P.php.
Referenced by bogusCommentState(), closeTagOpenState(), and entity().
| HTML5::dataState | ( | ) | [private] |
Definition at line 168 of file PH5P.php.
References $char, char(), character(), emitToken(), and EOF().
| HTML5::entityDataState | ( | ) | [private] |
| HTML5::tagOpenState | ( | ) | [private] |
| HTML5::closeTagOpenState | ( | ) | [private] |
Definition at line 369 of file PH5P.php.
References $char, char(), character(), characters(), emitToken(), EOF(), and n.
| HTML5::tagNameState | ( | ) | [private] |
| HTML5::beforeAttributeNameState | ( | ) | [private] |
| HTML5::attributeNameState | ( | ) | [private] |
| HTML5::afterAttributeNameState | ( | ) | [private] |
| HTML5::beforeAttributeValueState | ( | ) | [private] |
| HTML5::attributeValueDoubleQuotedState | ( | ) | [private] |
Definition at line 688 of file PH5P.php.
References $char, character(), emitToken(), entityInAttributeValueState(), and EOF().
| HTML5::attributeValueSingleQuotedState | ( | ) | [private] |
Definition at line 723 of file PH5P.php.
References $char, character(), emitToken(), entityInAttributeValueState(), and EOF().
| HTML5::attributeValueUnquotedState | ( | ) | [private] |
Definition at line 758 of file PH5P.php.
References $char, character(), emitToken(), entityInAttributeValueState(), and n.
| HTML5::entityInAttributeValueState | ( | ) | [private] |
Definition at line 794 of file PH5P.php.
References $char, and entity().
Referenced by attributeValueDoubleQuotedState(), attributeValueSingleQuotedState(), and attributeValueUnquotedState().
| HTML5::bogusCommentState | ( | ) | [private] |
| HTML5::markupDeclarationOpenState | ( | ) | [private] |
| HTML5::commentState | ( | ) | [private] |
| HTML5::commentDashState | ( | ) | [private] |
| HTML5::commentEndState | ( | ) | [private] |
| HTML5::doctypeState | ( | ) | [private] |
| HTML5::beforeDoctypeNameState | ( | ) | [private] |
| HTML5::doctypeNameState | ( | ) | [private] |
| HTML5::afterDoctypeNameState | ( | ) | [private] |
| HTML5::bogusDoctypeState | ( | ) | [private] |
| HTML5::entity | ( | ) | [private] |
Definition at line 1071 of file PH5P.php.
References $char, char(), character(), and characters().
Referenced by entityDataState(), and entityInAttributeValueState().
| HTML5::emitToken | ( | $ | token | ) | [private] |
Definition at line 1161 of file PH5P.php.
References $token.
Referenced by afterAttributeNameState(), afterDoctypeNameState(), attributeNameState(), attributeValueDoubleQuotedState(), attributeValueSingleQuotedState(), attributeValueUnquotedState(), beforeAttributeNameState(), beforeAttributeValueState(), beforeDoctypeNameState(), bogusCommentState(), bogusDoctypeState(), closeTagOpenState(), commentDashState(), commentEndState(), commentState(), dataState(), doctypeNameState(), entityDataState(), tagNameState(), and tagOpenState().
| HTML5::EOF | ( | ) | [private] |
Definition at line 1172 of file PH5P.php.
Referenced by __construct(), afterAttributeNameState(), afterDoctypeNameState(), attributeNameState(), attributeValueDoubleQuotedState(), attributeValueSingleQuotedState(), beforeAttributeNameState(), beforeDoctypeNameState(), bogusCommentState(), bogusDoctypeState(), char(), character(), closeTagOpenState(), commentDashState(), commentEndState(), commentState(), dataState(), doctypeNameState(), HTML5TreeConstructer::initPhase(), HTML5TreeConstructer::mainPhase(), HTML5TreeConstructer::rootElementPhase(), tagNameState(), and HTML5TreeConstructer::trailingEndPhase().
HTML5::$data [private] |
HTML5::$char [private] |
Definition at line 65 of file PH5P.php.
Referenced by afterAttributeNameState(), afterDoctypeNameState(), attributeNameState(), attributeValueDoubleQuotedState(), attributeValueSingleQuotedState(), attributeValueUnquotedState(), beforeAttributeNameState(), beforeAttributeValueState(), beforeDoctypeNameState(), bogusDoctypeState(), closeTagOpenState(), commentDashState(), commentEndState(), commentState(), dataState(), doctypeNameState(), doctypeState(), entity(), entityDataState(), entityInAttributeValueState(), tagNameState(), and tagOpenState().
HTML5::$token [private] |
| const HTML5::PCDATA = 0 |
| const HTML5::RCDATA = 1 |
Definition at line 116 of file PH5P.php.
Referenced by HTML5TreeConstructer::inBody(), and HTML5TreeConstructer::inHead().
| const HTML5::CDATA = 2 |
Definition at line 117 of file PH5P.php.
Referenced by HTML5TreeConstructer::inBody(), and HTML5TreeConstructer::inHead().
| const HTML5::PLAINTEXT = 3 |
| const HTML5::DOCTYPE = 0 |
Definition at line 120 of file PH5P.php.
Referenced by HTML5TreeConstructer::mainPhase(), HTML5TreeConstructer::rootElementPhase(), and HTML5TreeConstructer::trailingEndPhase().
| const HTML5::STARTTAG = 1 |
Definition at line 121 of file PH5P.php.
Referenced by HTML5TreeConstructer::afterFrameset(), HTML5TreeConstructer::afterHead(), HTML5TreeConstructer::beforeHead(), HTML5TreeConstructer::inBody(), HTML5TreeConstructer::inCaption(), HTML5TreeConstructer::inCell(), HTML5TreeConstructer::inColumnGroup(), HTML5TreeConstructer::inFrameset(), HTML5TreeConstructer::inHead(), HTML5TreeConstructer::initPhase(), HTML5TreeConstructer::inRow(), HTML5TreeConstructer::inSelect(), HTML5TreeConstructer::inTable(), HTML5TreeConstructer::inTableBody(), HTML5TreeConstructer::mainPhase(), HTML5TreeConstructer::rootElementPhase(), and HTML5TreeConstructer::trailingEndPhase().
| const HTML5::ENDTAG = 2 |
Definition at line 122 of file PH5P.php.
Referenced by HTML5TreeConstructer::afterBody(), HTML5TreeConstructer::afterFrameset(), HTML5TreeConstructer::beforeHead(), HTML5TreeConstructer::closeCell(), HTML5TreeConstructer::inBody(), HTML5TreeConstructer::inCaption(), HTML5TreeConstructer::inCell(), HTML5TreeConstructer::inColumnGroup(), HTML5TreeConstructer::inFrameset(), HTML5TreeConstructer::inHead(), HTML5TreeConstructer::initPhase(), HTML5TreeConstructer::inRow(), HTML5TreeConstructer::inSelect(), HTML5TreeConstructer::inTable(), HTML5TreeConstructer::inTableBody(), HTML5TreeConstructer::rootElementPhase(), and HTML5TreeConstructer::trailingEndPhase().
| const HTML5::COMMENT = 3 |
Definition at line 123 of file PH5P.php.
Referenced by HTML5TreeConstructer::afterBody(), HTML5TreeConstructer::afterFrameset(), HTML5TreeConstructer::afterHead(), HTML5TreeConstructer::beforeHead(), HTML5TreeConstructer::inBody(), HTML5TreeConstructer::inColumnGroup(), HTML5TreeConstructer::inFrameset(), HTML5TreeConstructer::inHead(), HTML5TreeConstructer::initPhase(), HTML5TreeConstructer::inSelect(), HTML5TreeConstructer::inTable(), HTML5TreeConstructer::rootElementPhase(), and HTML5TreeConstructer::trailingEndPhase().
| const HTML5::CHARACTR = 4 |
Definition at line 124 of file PH5P.php.
Referenced by HTML5TreeConstructer::afterBody(), HTML5TreeConstructer::afterFrameset(), HTML5TreeConstructer::afterHead(), HTML5TreeConstructer::beforeHead(), HTML5TreeConstructer::inBody(), HTML5TreeConstructer::inColumnGroup(), HTML5TreeConstructer::inFrameset(), HTML5TreeConstructer::inHead(), HTML5TreeConstructer::initPhase(), HTML5TreeConstructer::inSelect(), HTML5TreeConstructer::inTable(), HTML5TreeConstructer::rootElementPhase(), and HTML5TreeConstructer::trailingEndPhase().
| const HTML5::EOF = 5 |
1.5.3