HomeSort by relevance Sort by last modified time
    Searched defs:w3c (Results 1 - 25 of 1064) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
Comment.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DocumentFragment.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
EntityReference.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DOMErrorHandler.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DOMImplementationList.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DOMImplementationSource.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DOMStringList.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
NodeList.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
Notation.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
ProcessingInstruction.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DOMConfiguration.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
242 * outside the scope of the W3C and therefore should recommend an absolute
DOMImplementation.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DOMLocator.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSink.java 5 * Rights Reserved. This program is distributed under the W3C's Software
10 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts;
DOMTestSuite.java 5 * Rights Reserved. This program is distributed under the W3C's Software
10 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
27 package org.w3c.domts;
DOMTestLoadException.java 5 * Rights Reserved. This program is distributed under the W3C's Software
10 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
13 package org.w3c.domts;
DOMTestIncompatibleException.java 5 * Rights Reserved. This program is distributed under the W3C's Software
10 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
14 package org.w3c.domts;
JTidyDOMImplementation.java 5 * Rights Reserved. This program is distributed under the W3C's Software
10 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
13 package org.w3c.domts;
15 import org.w3c.dom.DOMException;
16 import org.w3c.dom.DOMImplementation;
17 import org.w3c.dom.Document;
18 import org.w3c.dom.DocumentType;
UserDataMonitor.java 5 * distributed under the W3C's Software Intellectual Property License. This
8 * FOR A PARTICULAR PURPOSE. See W3C License
12 package org.w3c.domts;
17 import org.w3c.dom.Node;
18 import org.w3c.dom.UserDataHandler;
40 * See org.w3c.dom.UserDataHandler
42 * See org.w3c.dom.UserDataHandler
44 * See org.w3c.dom.UserDataHandler
46 * See org.w3c.dom.UserDataHandler
48 * See org.w3c.dom.UserDataHandle
    [all...]
XalanDOMTestDocumentBuilderFactory.java 5 * Rights Reserved. This program is distributed under the W3C's Software
10 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
27 package org.w3c.domts;
33 import org.w3c.dom.Document;
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSResourceResolver.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom.ls;
LSSerializerFilter.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom.ls;
15 import org.w3c.dom.traversal.NodeFilter;
  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level1.java 17 package tests.api.org.w3c.dom;
22 import org.w3c.domts.DOMTestDocumentBuilderFactory;
23 import org.w3c.domts.DOMTestSuite;
24 import org.w3c.domts.JAXPDOMTestDocumentBuilderFactory;
25 import org.w3c.domts.JUnitTestSuiteAdapter;
46 domSuite = new org.w3c.domts.level1.core.alltests(factory1);
AllTests_Level2.java 17 package tests.api.org.w3c.dom;
22 import org.w3c.domts.DOMTestDocumentBuilderFactory;
23 import org.w3c.domts.DOMTestSuite;
24 import org.w3c.domts.JAXPDOMTestDocumentBuilderFactory;
25 import org.w3c.domts.JUnitTestSuiteAdapter;
46 domSuite = new org.w3c.domts.level2.core.alltests(factory1);

Completed in 220 milliseconds

1 2 3 4 5 6 7 8 91011>>