Package | Description |
---|---|
org.apache.sling.commons.html | |
org.apache.sling.commons.html.impl.tag |
Modifier and Type | Method and Description |
---|---|
HtmlElementType |
HtmlElement.getType()
Retrieve the associated ElementType
|
static HtmlElementType |
HtmlElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlElementType[] |
HtmlElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HtmlElementType |
DocType.getType() |
HtmlElementType |
EndTag.getType() |
HtmlElementType |
EndOfFile.getType() |
HtmlElementType |
Comment.getType() |
HtmlElementType |
TextData.getType() |
HtmlElementType |
StartTag.getType() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.