HomeSort by relevance Sort by last modified time
    Searched refs:DOMImplementation (Results 76 - 100 of 148) sorted by null

1 2 34 5 6

  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 25 import org.w3c.dom.DOMImplementation;
121 public DOMImplementation getImplementation() {
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocument05.java 35 * DOMImplementation should raise INVALID_CHARACTER_ERR DOMException
39 * this domimplementation with namespaceURI equals "http://www.ecommerce.org/schema",
74 DOMImplementation domImpl;
createDocumentType02.java 35 * DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if
39 * this domimplementation with qualifiedName containing an illegal character
75 DOMImplementation domImpl;
domimplementationhasfeature01.java 34 * The method "hasFeature(feature,version)" tests if the DOMImplementation implements
37 * Call the hasFeature method on this DOMImplementation with a combination of features
68 DOMImplementation domImpl;
documentimportnode19.java 79 DOMImplementation domImpl;
documentimportnode20.java 80 DOMImplementation domImpl;
documentimportnode21.java 85 DOMImplementation domImpl;
documentimportnode22.java 79 DOMImplementation domImpl;
nodenormalize01.java 70 DOMImplementation domImpl;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentCreateAttributeNS.java 31 import org.w3c.dom.DOMImplementation;
206 DOMImplementation domImpl;
231 DOMImplementation domImpl;
NamedNodeMapSetNamedItemNS.java 31 import org.w3c.dom.DOMImplementation;
160 DOMImplementation domImpl;
NodeNormalize.java 29 import org.w3c.dom.DOMImplementation;
87 DOMImplementation domImpl;
DocumentImportNode.java 10 import org.w3c.dom.DOMImplementation;
145 // DOMImplementation domImpl;
228 DOMImplementation domImpl;
335 // DOMImplementation domImpl;
411 // DOMImplementation domImpl;
461 // DOMImplementation domImpl;
510 // DOMImplementation domImpl;
567 // DOMImplementation domImpl;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 27 #include "core/dom/DOMImplementation.h"
75 result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument->url() : KURL(), false);
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 40 import org.w3c.dom.DOMImplementation;
383 DOMImplementation dim = db.getDOMImplementation();
XPathImpl.java 37 import org.w3c.dom.DOMImplementation;
185 DOMImplementation dim = getParser().getDOMImplementation();
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 22 import org.w3c.dom.DOMImplementation;
75 public DOMImplementation getImplementation() {
DOMTestInnerClass.java 18 import org.w3c.dom.DOMImplementation;
189 public DOMImplementation getImplementation() {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 27 import org.w3c.dom.DOMImplementation;
50 private DOMImplementation domImplementation;
80 this.domImplementation = impl;
401 public DOMImplementation getImplementation() {
402 return domImplementation;
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderTest.java 20 import org.w3c.dom.DOMImplementation;
56 public DOMImplementation getDOMImplementation() {
181 DOMImplementation d;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 26 #include "core/dom/DOMImplementation.h"
107 if (value.isEmpty() || !DOMImplementation::hasFeature(value, String()))
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 31 import org.w3c.dom.DOMImplementation;
71 public DOMImplementation getDOMImplementation() {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 33 import org.w3c.dom.DOMImplementation;
77 /** The DOMImplementation object */
78 static final DOMImplementation implementation=new DTMNodeProxyImplementation();
578 public final DOMImplementation getImplementation()
1398 static class DTMNodeProxyImplementation implements DOMImplementation
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 36 import org.w3c.dom.DOMImplementation;
    [all...]
UnImplNode.java 30 import org.w3c.dom.DOMImplementation;
704 * <code>DOMImplementation</code>.
787 public DOMImplementation getImplementation()
    [all...]

Completed in 1555 milliseconds

1 2 34 5 6