Uses of Class au.id.jericho.lib.html.StartTagType

Uses in package au.id.jericho.lib.html

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 markup declaration (<! ... >).
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 unregistered start tag (< ... >).
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
Returns a list of all Element objects with start tags of the specified type that are enclosed by this segment.

Methods with return type au.id.jericho.lib.html.StartTagType

StartTagType
Returns the type of start tag that is usually paired with an end tag of this type to form an Element.
StartTagType
Returns the type of this start tag.