|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlNode | |
|---|---|
| org.tinygroup.xmlparser | |
| org.tinygroup.xmlparser.document | |
| org.tinygroup.xmlparser.node | |
| Uses of XmlNode in org.tinygroup.xmlparser |
|---|
| Methods in org.tinygroup.xmlparser that return XmlNode | |
|---|---|
XmlNode |
XmlDocument.getXmlDeclaration()
获取XML声明 |
| Methods in org.tinygroup.xmlparser that return types with arguments of type XmlNode | |
|---|---|
List<XmlNode> |
XmlDocument.getCommentList()
获取Xml注释 |
List<XmlNode> |
XmlDocument.getDoctypeList()
获取CDATA部分 |
List<XmlNode> |
XmlDocument.getProcessingInstructionList()
获取XML处理指令 |
| Methods in org.tinygroup.xmlparser with parameters of type XmlNode | |
|---|---|
void |
XmlDocument.addComment(XmlNode node)
添加注释 |
void |
XmlDocument.addDoctype(XmlNode node)
添加CDATA文本 |
void |
XmlDocument.addProcessingInstruction(XmlNode node)
添加XML处理指令 |
void |
XmlDocument.setXmlDeclaration(XmlNode node)
设置XML声明 |
| Uses of XmlNode in org.tinygroup.xmlparser.document |
|---|
| Methods in org.tinygroup.xmlparser.document that return XmlNode | |
|---|---|
XmlNode |
XmlDocumentImpl.getRoot()
获取根结点 s |
XmlNode |
XmlDocumentImpl.getXmlDeclaration()
获取XML声明 |
| Methods in org.tinygroup.xmlparser.document that return types with arguments of type XmlNode | |
|---|---|
List<XmlNode> |
XmlDocumentImpl.getCommentList()
获取Xml注释 |
List<XmlNode> |
XmlDocumentImpl.getDoctypeList()
获取CDATA部分 |
List<XmlNode> |
XmlDocumentImpl.getProcessingInstructionList()
获取XML处理指令 |
| Methods in org.tinygroup.xmlparser.document with parameters of type XmlNode | |
|---|---|
void |
XmlDocumentImpl.addComment(XmlNode node)
添加注释 |
void |
XmlDocumentImpl.addDoctype(XmlNode node)
添加CDATA文本 |
void |
XmlDocumentImpl.addProcessingInstruction(XmlNode node)
添加XML处理指令 |
void |
XmlDocumentImpl.setRoot(XmlNode root)
设置根结点 |
void |
XmlDocumentImpl.setXmlDeclaration(XmlNode xmlDeclaration)
设置XML声明 |
| Uses of XmlNode in org.tinygroup.xmlparser.node |
|---|
| Methods in org.tinygroup.xmlparser.node that return XmlNode | |
|---|---|
XmlNode |
XmlNode.addContent(String content)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||