HomeSort by relevance Sort by last modified time
    Searched defs:w3c (Results 251 - 275 of 1069) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
DOMError.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
NamedNodeMap.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
TypeInfo.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom;
88 * <p ><b>Note:</b> Other schema languages are outside the scope of the W3C
  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.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.DOMException;
62 * <p ><b>Note:</b> For W3C XML Schema [<a href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/'>XML Schema Part 1</a>]
67 * are outside the scope of the W3C and therefore should recommend an
LSOutput.java 6 * work is distributed under the W3C(r) Software License [1] in the hope that
13 package org.w3c.dom.ls;
LSParserFilter.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.Element;
16 import org.w3c.dom.Node;
LSSerializer.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.DOMConfiguration;
16 import org.w3c.dom.DOMException;
17 import org.w3c.dom.Node;
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.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.dom.traversal;
15 import org.w3c.dom.DOMException;
16 import org.w3c.dom.Node;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetAttributeNS.java 12 Rights Reserved. This program is distributed under the W3C's Software
18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package tests.org.w3c.dom;
29 import org.w3c.dom.Document;
30 import org.w3c.dom.Element;
31 import org.w3c.dom.NodeList;
HCEntitiesRemoveNamedItemNS.java 10 Rights Reserved. This program is distributed under the W3C's Software
15 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
19 package tests.org.w3c.dom;
25 import org.w3c.dom.DOMException;
26 import org.w3c.dom.Document;
27 import org.w3c.dom.DocumentType;
28 import org.w3c.dom.NamedNodeMap;
HCEntitiesSetNamedItemNS.java 1 package tests.org.w3c.dom;
7 import org.w3c.dom.DOMException;
8 import org.w3c.dom.Document;
9 import org.w3c.dom.DocumentType;
10 import org.w3c.dom.Element;
11 import org.w3c.dom.NamedNodeMap;
RemoveAttributeNS.java 11 Rights Reserved. This program is distributed under the W3C's Software
17 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
22 package tests.org.w3c.dom;
28 import org.w3c.dom.Attr;
29 import org.w3c.dom.DOMException;
30 import org.w3c.dom.Document;
31 import org.w3c.dom.Element;
32 import org.w3c.dom.Node;
33 import org.w3c.dom.NodeList;
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 5 * Rights Reserved. This program is distributed under the W3C's Software
9 * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more
13 package org.w3c.dom.smil;
15 import org.w3c.dom.DOMException;
ElementTargetAttributes.java 5 * Rights Reserved. This program is distributed under the W3C's Software
9 * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more
13 package org.w3c.dom.smil;
ElementTimeManipulation.java 5 * Rights Reserved. This program is distributed under the W3C's Software
9 * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more
13 package org.w3c.dom.smil;
15 import org.w3c.dom.DOMException;
SMILRegionElement.java 5 * Rights Reserved. This program is distributed under the W3C's Software
9 * PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more
19 package org.w3c.dom.smil;
21 import org.w3c.dom.DOMException;
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.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;
JUnitTestSuiteAdapter.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;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatetextnode.java 11 Rights Reserved. This program is distributed under the W3C's Software
16 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
49 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
51 public attrcreatetextnode(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
attrcreatetextnode2.java 11 Rights Reserved. This program is distributed under the W3C's Software
16 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
48 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
50 public attrcreatetextnode2(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
attreffectivevalue.java 11 Rights Reserved. This program is distributed under the W3C's Software
16 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
45 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
47 public attreffectivevalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
attrentityreplacement.java 11 Rights Reserved. This program is distributed under the W3C's Software
16 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
50 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
52 public attrentityreplacement(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
attrname.java 11 Rights Reserved. This program is distributed under the W3C's Software
16 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
46 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
48 public attrname(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
attrnextsiblingnull.java 11 Rights Reserved. This program is distributed under the W3C's Software
16 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
45 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
47 public attrnextsiblingnull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {

Completed in 486 milliseconds

<<11121314151617181920>>