Uses of Interface
org.tinygroup.xmlparser.XmlDocument

Packages that use XmlDocument
org.tinygroup.xmlparser.document   
org.tinygroup.xmlparser.formatter   
org.tinygroup.xmlparser.parser   
 

Uses of XmlDocument in org.tinygroup.xmlparser.document
 

Classes in org.tinygroup.xmlparser.document that implement XmlDocument
 class XmlDocumentImpl
           
 

Uses of XmlDocument in org.tinygroup.xmlparser.formatter
 

Methods in org.tinygroup.xmlparser.formatter with parameters of type XmlDocument
protected  StringBuffer XmlFormater.formatDocumentSelf(XmlDocument doc)
          格式化xml文档 并以StringBuffer格式返回
protected  void XmlFormater.formatDocumentSelf(XmlDocument doc, OutputStream out)
          格式化xml文档 并在指定的输出流中输出
 

Uses of XmlDocument in org.tinygroup.xmlparser.parser
 

Methods in org.tinygroup.xmlparser.parser that return XmlDocument
 XmlDocument XmlStringParser.parse(String xmlSource)
          解析xml文档
 



Copyright © 2006–2015 TinyGroup. All rights reserved.