nu.xom:Document
Posted junjie2019
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nu.xom:Document相关的知识,希望对你有一定的参考价值。
Document:
机翻
Document(Document doc):创建此文档的副本。 Document(Element root):使用指定的根元素创建新的Document对象。 DocType getDocType() :返回此文档的文档类型声明,如果没有,则返回null。 Element getRootElement() :返回此文档的根元素。 String getValue() :返回XPath 1.0定义的文档值。 Node removeChild(int position) :在指定位置删除此文档的子项。 Node removeChild(Node child) :从此文档中删除指定的子项 void replaceChild(Node oldChild, Node newChild) :用新的子节点替换现有子节点 void setDocType(DocType doctype) :设置此文档的文档类型声明。 void setRootElement(Element root) :用不同的根元素替换当前的根元素
以上是关于nu.xom:Document的主要内容,如果未能解决你的问题,请参考以下文章
使用json报错java.lang.NoClassDefFoundError: nu/xom/ParentNode