Uses of Class
org.apache.batik.dom.util.SAXDocumentFactory

Packages that use SAXDocumentFactory
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
 

Uses of SAXDocumentFactory in org.apache.batik.dom.util
 

Methods in org.apache.batik.dom.util with parameters of type SAXDocumentFactory
static Node DOMUtilities.parseXML(String text, Document doc, String uri, Map prefixes, String wrapperElementName, SAXDocumentFactory documentFactory)
          Parses the given XML string into a DocumentFragment of the given document or a new document if 'doc' is null.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.