Uses of Class
net.htmlparser.jericho.StartTagType
Packages that use StartTagType
-
Uses of StartTagType in net.htmlparser.jericho
Subclasses of StartTagType in net.htmlparser.jerichoModifier and TypeClassDescriptionclass
Provides a generic implementation of the abstractStartTagType
class based on the most common start tag behaviour.Fields in net.htmlparser.jericho declared as StartTagTypeModifier and TypeFieldDescriptionstatic final StartTagType
StartTagType.CDATA_SECTION
The tag type given to a CDATA section (<![CDATA[ ... ]]>
).static final StartTagType
StartTagType.COMMENT
The tag type given to an HTML comment (<!-- ... -->
).static final StartTagType
StartTagType.DOCTYPE_DECLARATION
The tag type given to a document type declaration (<!DOCTYPE ... >
).static final StartTagType
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_HIDDEN_ENDIF
static final StartTagType
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_HIDDEN_IF
static final StartTagType
MicrosoftTagTypes.DOWNLEVEL_REVEALED_CONDITIONAL_COMMENT
Deprecated.static final StartTagType
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_ENDIF
static final StartTagType
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_IF
static final StartTagType
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_VALIDATING_ENDIF
The tag type given to a validating downlevel-revealed conditional commentendif
tag (<!--<![endif]-->
).static final StartTagType
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_VALIDATING_IF
The tag type given to a validating downlevel-revealed conditional commentif
tag (<!--[if ... ]><!-->
).static final StartTagType
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_VALIDATING_SIMPLIFIED_IF
The tag type given to a validating simplified downlevel-revealed conditional commentif
tag (<!--[if ... ]>-->
).static final StartTagType
StartTagType.MARKUP_DECLARATION
The tag type given to a markup declaration (<!ELEMENT ... >
|<!ATTLIST ... >
|<!ENTITY ... >
|<!NOTATION ... >
).static final StartTagType
MasonTagTypes.MASON_COMPONENT_CALL
The tag type given to a Mason component call (<& ... &>
).static final StartTagType
MasonTagTypes.MASON_COMPONENT_CALLED_WITH_CONTENT
The tag type given to the start tag of a Mason component called with content (<&| ... &> ... </&>
).static final StartTagType
MasonTagTypes.MASON_NAMED_BLOCK
The tag type given to the start tag of a Mason named block (<%name ... > ... </%name>
).static final StartTagType
StartTagType.NORMAL
The tag type given to a normal HTML or XML start tag (<name ... >
).static final StartTagType
PHPTagTypes.PHP_SCRIPT
The tag type given to a script-style PHP start tag (<script language="php"> ... </script>
).static final StartTagType
PHPTagTypes.PHP_SHORT
The tag type given to a short-form PHP tag (<? ... ?>
).static final StartTagType
PHPTagTypes.PHP_STANDARD
The tag type given to a standard PHP tag (<?php ... ?>
).static final StartTagType
StartTagType.SERVER_COMMON
The tag type given to a common server tag (<% ... %>
).static final StartTagType
StartTagType.SERVER_COMMON_COMMENT
The tag type given to a common server comment tag (<%-- ... --%>
).static final StartTagType
StartTagType.SERVER_COMMON_ESCAPED
The tag type given to an escaped common server tag (<\% ... %>
).static final StartTagType
StartTagType.UNREGISTERED
static final StartTagType
StartTagType.XML_DECLARATION
The tag type given to an XML declaration (<?xml ... ?>
).static final StartTagType
StartTagType.XML_PROCESSING_INSTRUCTION
The tag type given to an XML processing instruction (<?PITarget ... ?>
).Methods in net.htmlparser.jericho that return StartTagTypeModifier and TypeMethodDescriptionEndTagType.getCorrespondingStartTagType()
StartTag.getStartTagType()
Returns the type of this start tag.Methods in net.htmlparser.jericho with parameters of type StartTagTypeModifier and TypeMethodDescriptionSegment.getAllElements
(StartTagType startTagType) Segment.getAllStartTags
(StartTagType startTagType) final StartTag
Segment.getFirstStartTag
(StartTagType startTagType) Source.getNextStartTag
(int pos, String name, StartTagType startTagType) Source.getNextStartTag
(int pos, StartTagType startTagType) Source.getPreviousStartTag
(int pos, String name, StartTagType startTagType) Source.getPreviousStartTag
(int pos, StartTagType startTagType)
MicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_IF
andMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_ENDIF
instead.