接口 org.tinygroup.xmlparser.XmlDocument
的使用

使用 XmlDocument 的软件包
org.tinygroup.xmlparser.document   
org.tinygroup.xmlparser.formatter   
org.tinygroup.xmlparser.parser   
 

org.tinygroup.xmlparser.documentXmlDocument 的使用
 

实现 XmlDocumentorg.tinygroup.xmlparser.document 中的类
 class XmlDocumentImpl
           
 

org.tinygroup.xmlparser.formatterXmlDocument 的使用
 

参数类型为 XmlDocumentorg.tinygroup.xmlparser.formatter 中的方法
protected  StringBuffer XmlFormater.formatDocumentSelf(XmlDocument doc)
          格式化xml文档 并以StringBuffer格式返回
protected  void XmlFormater.formatDocumentSelf(XmlDocument doc, OutputStream out)
          格式化xml文档 并在指定的输出流中输出
 

org.tinygroup.xmlparser.parserXmlDocument 的使用
 

返回 XmlDocumentorg.tinygroup.xmlparser.parser 中的方法
 XmlDocument XmlStringParser.parse(String xmlSource)
          解析xml文档
 



Copyright © 2006–2016 TinyGroup. All rights reserved.