Package | Description |
---|---|
org.apache.sling.commons.html | |
org.apache.sling.commons.html.impl.parser | |
org.apache.sling.commons.html.impl.tag | |
org.apache.sling.commons.html.util |
Modifier and Type | Method and Description |
---|---|
Map<String,AttrValue> |
HtmlElement.getAttributes() |
Modifier and Type | Method and Description |
---|---|
Map<String,AttrValue> |
TagParser.attributeList() |
Modifier and Type | Method and Description |
---|---|
void |
TagParser.attribute(Map<String,AttrValue> alist) |
Modifier and Type | Method and Description |
---|---|
Map<String,AttrValue> |
DocType.getAttributes() |
Map<String,AttrValue> |
EndTag.getAttributes() |
Map<String,AttrValue> |
EndOfFile.getAttributes() |
Map<String,AttrValue> |
Comment.getAttributes() |
Map<String,AttrValue> |
TextData.getAttributes() |
Map<String,AttrValue> |
StartTag.getAttributes() |
Constructor and Description |
---|
DocType(String tag,
Map<String,AttrValue> attrList) |
StartTag(String value,
Map<String,AttrValue> attrList) |
StartTag(String value,
Map<String,AttrValue> attrList,
boolean selfClosing) |
Modifier and Type | Method and Description |
---|---|
static Attributes |
HtmlSAXSupport.convert(Map<String,AttrValue> attributes) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.