HomeSort by relevance Sort by last modified time
    Searched refs:DOMBuilder (Results 1 - 8 of 8) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 19 * $Id: DOMBuilder.java 472634 2006-11-08 20:43:55Z jycli $
46 public class DOMBuilder
72 * DOMBuilder instance constructor... it will add the DOM nodes
78 public DOMBuilder(Document doc, Node node)
88 * DOMBuilder instance constructor... it will add the DOM nodes
94 public DOMBuilder(Document doc, DocumentFragment docFrag)
101 * DOMBuilder instance constructor... it will add the DOM nodes
106 public DOMBuilder(Document doc)
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 52 import org.apache.xml.utils.DOMBuilder;
75 * {@link org.apache.xml.utils.DOMBuilder}. If the result is another
243 DOMBuilder domBuilder =
245 ? new DOMBuilder(doc, (DocumentFragment) outputNode)
246 : new DOMBuilder(doc, outputNode);
249 domBuilder.setNextSibling(nextSibling);
251 m_resultContentHandler = domBuilder;
252 m_resultLexicalHandler = domBuilder;
    [all...]
TransformerImpl.java 78 import org.apache.xml.utils.DOMBuilder;
986 DOMBuilder handler =
988 ? new DOMBuilder(doc, (org.w3c.dom.DocumentFragment) outputNode)
989 : new DOMBuilder(doc, outputNode);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 9 __all__ = ["DOMBuilder", "DOMEntityResolver", "DOMInputSource"]
13 """Features object that has variables set for each DOMBuilder feature.
15 The DOMBuilder class uses an instance of this class to pass settings to
19 # Note that the DOMBuilder class in LoadSave constrains which of these
44 class DOMBuilder:
99 # not supported by the DOMBuilder.
375 return DOMBuilder()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 9 __all__ = ["DOMBuilder", "DOMEntityResolver", "DOMInputSource"]
13 """Features object that has variables set for each DOMBuilder feature.
15 The DOMBuilder class uses an instance of this class to pass settings to
19 # Note that the DOMBuilder class in LoadSave constrains which of these
44 class DOMBuilder:
99 # not supported by the DOMBuilder.
375 return DOMBuilder()
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 138 milliseconds