Package | Description |
---|---|
org.tinygroup.htmlparser | |
org.tinygroup.htmlparser.document | |
org.tinygroup.htmlparser.node |
Modifier and Type | Method and Description |
---|---|
HtmlNode |
HtmlDocument.getHtmlDeclaration()
获取HTML声明
|
Modifier and Type | Method and Description |
---|---|
List<HtmlNode> |
HtmlDocument.getCommentList()
获取Html注释
|
List<HtmlNode> |
HtmlDocument.getDoctypeList()
获取CDATA部分
|
List<HtmlNode> |
HtmlDocument.getProcessingInstructionList()
获取HTML处理指令
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlDocument.addComment(HtmlNode node)
添加注释
|
void |
HtmlDocument.addDoctype(HtmlNode node)
添加CDATA文本
|
void |
HtmlDocument.addProcessingInstruction(HtmlNode node)
添加HTML处理指令
|
void |
HtmlDocument.setHtmlDeclaration(HtmlNode node)
设置HTML声明
|
Modifier and Type | Method and Description |
---|---|
HtmlNode |
HtmlDocumentImpl.getHtmlDeclaration()
获取HTML声明
|
HtmlNode |
HtmlDocumentImpl.getRoot()
获取根结点 s
|
Modifier and Type | Method and Description |
---|---|
List<HtmlNode> |
HtmlDocumentImpl.getCommentList()
获取Html注释
|
List<HtmlNode> |
HtmlDocumentImpl.getDoctypeList()
获取CDATA部分
|
List<HtmlNode> |
HtmlDocumentImpl.getProcessingInstructionList()
获取HTML处理指令
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlDocumentImpl.addComment(HtmlNode node)
添加注释
|
void |
HtmlDocumentImpl.addDoctype(HtmlNode node)
添加CDATA文本
|
void |
HtmlDocumentImpl.addProcessingInstruction(HtmlNode node)
添加HTML处理指令
|
void |
HtmlDocumentImpl.setHtmlDeclaration(HtmlNode htmlDeclaration)
设置HTML声明
|
void |
HtmlDocumentImpl.setRoot(HtmlNode root)
设置根结点
|
Modifier and Type | Method and Description |
---|---|
HtmlNode |
HtmlNode.addContent(String content) |
HtmlNode |
HtmlNode.getRoot() |
Copyright © 2006–2018 TinyGroup. All rights reserved.