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 TypeClassDescriptionclassProvides a generic implementation of the abstractStartTagTypeclass based on the most common start tag behaviour.Fields in net.htmlparser.jericho declared as StartTagTypeModifier and TypeFieldDescriptionstatic final StartTagTypeStartTagType.CDATA_SECTIONThe tag type given to a CDATA section (<![CDATA[ ... ]]>).static final StartTagTypeStartTagType.COMMENTThe tag type given to an HTML comment (<!-- ... -->).static final StartTagTypeStartTagType.DOCTYPE_DECLARATIONThe tag type given to a document type declaration (<!DOCTYPE ... >).static final StartTagTypeMicrosoftConditionalCommentTagTypes.DOWNLEVEL_HIDDEN_ENDIFstatic final StartTagTypeMicrosoftConditionalCommentTagTypes.DOWNLEVEL_HIDDEN_IFstatic final StartTagTypeMicrosoftTagTypes.DOWNLEVEL_REVEALED_CONDITIONAL_COMMENTDeprecated.static final StartTagTypeMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_ENDIFstatic final StartTagTypeMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_IFstatic final StartTagTypeMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_VALIDATING_ENDIFThe tag type given to a validating downlevel-revealed conditional commentendiftag (<!--<![endif]-->).static final StartTagTypeMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_VALIDATING_IFThe tag type given to a validating downlevel-revealed conditional commentiftag (<!--[if ... ]><!-->).static final StartTagTypeMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_VALIDATING_SIMPLIFIED_IFThe tag type given to a validating simplified downlevel-revealed conditional commentiftag (<!--[if ... ]>-->).static final StartTagTypeStartTagType.MARKUP_DECLARATIONThe tag type given to a markup declaration (<!ELEMENT ... >|<!ATTLIST ... >|<!ENTITY ... >|<!NOTATION ... >).static final StartTagTypeMasonTagTypes.MASON_COMPONENT_CALLThe tag type given to a Mason component call (<& ... &>).static final StartTagTypeMasonTagTypes.MASON_COMPONENT_CALLED_WITH_CONTENTThe tag type given to the start tag of a Mason component called with content (<&| ... &> ... </&>).static final StartTagTypeMasonTagTypes.MASON_NAMED_BLOCKThe tag type given to the start tag of a Mason named block (<%name ... > ... </%name>).static final StartTagTypeStartTagType.NORMALThe tag type given to a normal HTML or XML start tag (<name ... >).static final StartTagTypePHPTagTypes.PHP_SCRIPTThe tag type given to a script-style PHP start tag (<script language="php"> ... </script>).static final StartTagTypePHPTagTypes.PHP_SHORTThe tag type given to a short-form PHP tag (<? ... ?>).static final StartTagTypePHPTagTypes.PHP_STANDARDThe tag type given to a standard PHP tag (<?php ... ?>).static final StartTagTypeStartTagType.SERVER_COMMONThe tag type given to a common server tag (<% ... %>).static final StartTagTypeStartTagType.SERVER_COMMON_COMMENTThe tag type given to a common server comment tag (<%-- ... --%>).static final StartTagTypeStartTagType.SERVER_COMMON_ESCAPEDThe tag type given to an escaped common server tag (<\% ... %>).static final StartTagTypeStartTagType.UNREGISTEREDstatic final StartTagTypeStartTagType.XML_DECLARATIONThe tag type given to an XML declaration (<?xml ... ?>).static final StartTagTypeStartTagType.XML_PROCESSING_INSTRUCTIONThe 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 StartTagSegment.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_IFandMicrosoftConditionalCommentTagTypes.DOWNLEVEL_REVEALED_ENDIFinstead.