Class TemplateParser.HtmlTag
java.lang.Object
gg.jte.compiler.TemplateParser.HtmlTag
- All Implemented Interfaces:
HtmlTag
- Enclosing class:
TemplateParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<TemplateParser.HtmlAttribute> booleanfinal intfinal booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal Stringchar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanbooleanisCurrentAttributeQuote(char currentChar) booleanbooleanboolean
-
Field Details
-
VOID_HTML_TAGS
-
name
-
intercepted
public final boolean intercepted -
attributeStartIndex
public final int attributeStartIndex -
bodyIgnored
public final boolean bodyIgnored -
innerTagsIgnored
public final boolean innerTagsIgnored -
isScript
public final boolean isScript -
isStyle
public final boolean isStyle -
attributes
-
attributesProcessed
public boolean attributesProcessed -
stringLiteralQuote
public char stringLiteralQuote
-
-
Constructor Details
-
HtmlTag
-
-
Method Details
-
getCurrentAttribute
-
isCurrentAttributeComplete
public boolean isCurrentAttributeComplete() -
isCurrentAttributeQuote
public boolean isCurrentAttributeQuote(char currentChar) -
isInAttribute
public boolean isInAttribute() -
isInAttributeString
public boolean isInAttributeString() -
isInStringLiteral
public boolean isInStringLiteral() -
getName
-