|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlDocument
| Method Summary | |
|---|---|
void |
addComment(XmlNode node)
添加注释 |
void |
addDoctype(XmlNode node)
添加CDATA文本 |
void |
addProcessingInstruction(XmlNode node)
添加XML处理指令 |
List<XmlNode> |
getCommentList()
获取Xml注释 |
List<XmlNode> |
getDoctypeList()
获取CDATA部分 |
List<XmlNode> |
getProcessingInstructionList()
获取XML处理指令 |
XmlNode |
getXmlDeclaration()
获取XML声明 |
void |
setXmlDeclaration(XmlNode node)
设置XML声明 |
| Methods inherited from interface org.tinygroup.parser.Document |
|---|
getRoot, setRoot, write |
| Method Detail |
|---|
XmlNode getXmlDeclaration()
List<XmlNode> getDoctypeList()
List<XmlNode> getProcessingInstructionList()
List<XmlNode> getCommentList()
void setXmlDeclaration(XmlNode node)
xmlDeclaration - void addDoctype(XmlNode node)
CDATA文本 - void addProcessingInstruction(XmlNode node)
processingInstruction - void addComment(XmlNode node)
comment -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||