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 |
---|---|
HtmlElement |
HtmlIterator.next() |
Modifier and Type | Method and Description |
---|---|
static Stream<HtmlElement> |
Html.stream(InputStream is) |
static Stream<HtmlElement> |
Html.stream(InputStream is,
String encoding) |
static Stream<HtmlElement> |
Html.stream(String input) |
Modifier and Type | Method and Description |
---|---|
HtmlElement |
TagParser.decltag() |
HtmlElement |
TagParser.element() |
HtmlElement |
TagParser.endHtmlElement() |
HtmlElement |
TagParser.tag() |
Modifier and Type | Class and Description |
---|---|
class |
Comment |
class |
DocType |
class |
EndOfFile |
class |
EndTag |
class |
StartTag |
class |
TextData
Represents the data that is found between tags.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlSAXSupport.accept(HtmlElement element) |
T |
Visitor.visit(HtmlElement element) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.