Lines Matching refs:RANGLE

49 %token RANGLE ">"
139 RANGLE
692 token = RANGLE;
868 …l ::= xml_decl_start VERSION space_opt EQ space_opt literal attribute_list_opt QUESTIONMARK RANGLE;
906 doctype_decl ::= langle_bang DOCTYPE qname RANGLE;
909 doctype_decl ::= langle_bang DOCTYPE qname markup space_opt RANGLE;
915 doctype_decl ::= doctype_decl_start external_id space_opt markup space_opt RANGLE;
918 doctype_decl ::= doctype_decl_start external_id space_opt RANGLE;
960 element_decl ::= element_decl_start content_spec space_opt RANGLE;
1071 attlist_decl ::= langle_bang ATTLIST qname space_opt RANGLE;
1072 attlist_decl ::= langle_bang ATTLIST qname attdef_list space_opt RANGLE;
1149 entity_decl ::= entity_decl_external NDATA name space_opt RANGLE;
1160 entity_decl ::= entity_decl_external space_opt RANGLE;
1164 entity_decl ::= entity_decl_start entity_value space_opt RANGLE;
1207 processing_instruction ::= LANGLE QUESTIONMARK name QUESTIONMARK RANGLE;
1238 comment ::= comment_start RANGLE;
1276 notation_decl ::= notation_decl_start SYSTEM literal space_opt RANGLE;
1285 notation_decl ::= notation_decl_start PUBLIC public_literal space_opt RANGLE;
1294 notation_decl ::= notation_decl_start PUBLIC public_literal space literal space_opt RANGLE;
1305 content_char ::= RANGLE | HASH | LBRACK | RBRACK | LPAREN | RPAREN | PIPE | EQ | PERCENT | SLASH | …
1384 literal_content_start ::= LETTER | DIGIT | RANGLE | HASH | LBRACK | RBRACK | LPAREN | RPAREN | PIPE…
1457 entity_value_content ::= LETTER | DIGIT | LANGLE | RANGLE | HASH | LBRACK | RBRACK | LPAREN | RPARE…
1593 empty_element_tag ::= stag_start attribute_list_opt SLASH RANGLE;
1601 stag ::= stag_start attribute_list_opt RANGLE;
1613 etag ::= LANGLE SLASH qname space_opt RANGLE;