| Frames | No Frames |
Classes derived from au.id.jericho.lib.html.StartTagType | |
| class | Provides a generic implementation of the abstract StartTagType class based on the most common start tag behaviour. |
Fields of type au.id.jericho.lib.html.StartTagType | |
| StartTagType | The tag type given to a CDATA section
( <![CDATA[ ... ]]>). |
| StartTagType | The tag type given to an HTML comment
( <!-- ... -->). |
| StartTagType | The tag type given to a document type declaration
( <!DOCTYPE ... >). |
| StartTagType | The tag type given to a Microsoft® downlevel-revealed conditional comment
( <![if ... ]> | <![endif]>). |
| StartTagType | The tag type given to a markup declaration
( <!ELEMENT ... > | <!ATTLIST ... > | <!ENTITY ... > | <!NOTATION ... >). |
| StartTagType | The tag type given to a
Mason component call
( <& ... &>). |
| StartTagType | The tag type given to the start tag of a
Mason component called with content
( <&| ... &> ... </&>). |
| StartTagType | The tag type given to the start tag of a
Mason named block
( <%name ... > ... </%name>). |
| StartTagType | The tag type given to a normal HTML or XML start tag
( <name ... >). |
| StartTagType | The tag type given to a
script-style PHP start tag
( <script language="php"> ... </script>). |
| StartTagType | The tag type given to a
short-form PHP tag
( <? ... ?>). |
| StartTagType | The tag type given to a
standard PHP tag
( <?php ... ?>). |
| StartTagType | The tag type given to a common server tag
( <% ... %>). |
| StartTagType | The tag type given to an escaped common server tag
( <\% ... %>). |
| StartTagType | |
| StartTagType | The tag type given to an XML declaration
( <?xml ... ?>). |
| StartTagType | The tag type given to an XML processing instruction
( <?PITarget ... ?>). |
Methods with parameter type au.id.jericho.lib.html.StartTagType | |
| List | |
| StartTag | |
| StartTag | |
Methods with return type au.id.jericho.lib.html.StartTagType | |
| StartTagType | |
| StartTagType | Returns the type of this start tag. |