Searched refs:org (Results 1 - 25 of 2459) sorted by relevance

1234567891011>>

/libcore/luni/src/main/java/org/w3c/dom/
H A DCDATASection.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom;
33 * in the content, which is illegal in a CDATA section per section 2.7 of [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>]. The
51 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
H A DComment.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom;
24 * 2.5 of [<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>]. The
27 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
H A DDocumentFragment.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom;
50 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
H A DEntityReference.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom;
40 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
H A DDOMErrorHandler.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom;
26 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
H A DDOMImplementationList.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom;
21 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
H A DNodeList.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom;
21 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSSerializerFilter.java10 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 package org.w3c.dom.ls;
15 import org.w3c.dom.traversal.NodeFilter;
21 * based on the <code>NodeFilter</code> interface defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
42 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
57 * <br> Unlike [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
60 * <br> The constants used here are defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DLocator2.java2 // http://www.saxproject.org
6 package org.xml.sax.ext;
8 import org.xml.sax.Locator;
15 * provided in {@link org.xml.sax.ContentHandler#setDocumentLocator
18 * <em>http://xml.org/sax/features/use-locator2</em> feature
56 * <p>When an {@link org.xml.sax.InputSource InputSource} is used
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestSink.java10 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/support/
H A DB.java9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.tests.support;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DNoSubclassParser.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.tests.org.xml.sax.support;
19 import org.xml.sax.DTDHandler;
20 import org.xml.sax.DocumentHandler;
21 import org.xml.sax.EntityResolver;
22 import org.xml.sax.ErrorHandler;
23 import org.xml.sax.InputSource;
H A DDoNothingParser.java8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.tests.org.xml.sax.support;
19 import org.xml.sax.DTDHandler;
20 import org.xml.sax.DocumentHandler;
21 import org.xml.sax.EntityResolver;
22 import org.xml.sax.ErrorHandler;
23 import org.xml.sax.InputSource;
24 import org.xml.sax.Parser;
/libcore/dom/src/test/java/tests/api/org/w3c/dom/
H A DAllTests_Level2.java8 * http://www.apache.org/licenses/LICENSE-2.0
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;
36 // from http://www.w3.org/DOM/Test/
46 domSuite = new org.w3c.domts.level2.core.alltests(factory1);
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DHCEntitiesSetNamedItemNS.java1 package tests.org.w3c.dom;
5 import org.w3c.dom.DOMException;
6 import org.w3c.dom.Document;
7 import org.w3c.dom.DocumentType;
8 import org.w3c.dom.Element;
9 import org.w3c.dom.NamedNodeMap;
17 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1788794630">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1788794630</a>
19 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-setNamedItemNS">http://www.w3.org/T
[all...]
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentgetdoctypenodtd.java16 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;
37 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-B63ED1A31">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-B63ED1A31</a>
44 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
46 public documentgetdoctypenodtd(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
48 org
[all...]
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DdocumentgetelementsbytagnameNS04.java18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
42 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core">http://www.w3.org/TR/DOM-Level-2-Core/core</a>
43 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS</a>
44 * @see <a href="http://www.w3.org/Bug
[all...]
H A Delementgetelementsbytagnamens02.java29 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
36 package org.w3c.domts.level2.core;
38 import org.w3c.dom.*;
41 import org.w3c.domts.DOMTestCase;
42 import org.w3c.domts.DOMTestDocumentBuilderFactory;
55 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS</a>
62 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
64 public elementgetelementsbytagnamens02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
66 org
[all...]
H A Delementgetelementsbytagnamens05.java29 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
36 package org.w3c.domts.level2.core;
38 import org.w3c.dom.*;
41 import org.w3c.domts.DOMTestCase;
42 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS</a>
63 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
65 public elementgetelementsbytagnamens05(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
67 org
[all...]
H A Delementhasattribute01.java29 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
36 package org.w3c.domts.level2.core;
38 import org.w3c.dom.*;
41 import org.w3c.domts.DOMTestCase;
42 import org.w3c.domts.DOMTestDocumentBuilderFactory;
53 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeHasAttrs">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-NodeHasAttrs</a>
60 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
62 public elementhasattribute01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
64 org
[all...]
H A DgetElementById01.java18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
42 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-104682815">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-104682815</a>
43 * @see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=383">http://www.w3.org/Bugs/Public/show_bug.cgi?id=383</a>
50 * @throws org
[all...]
H A DgetElementsByTagNameNS06.java18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS</a>
52 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
54 public getElementsByTagNameNS06(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
56 org
[all...]
H A DgetElementsByTagNameNS07.java18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-getElBTNNS</a>
52 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
54 public getElementsByTagNameNS07(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
56 org
[all...]
H A DgetElementsByTagNameNS13.java18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1938918D">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1938918D</a>
51 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
53 public getElementsByTagNameNS13(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
55 org
[all...]
H A DgetElementsByTagNameNS14.java18 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
23 package org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1938918D">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-1938918D</a>
51 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
53 public getElementsByTagNameNS14(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
55 org
[all...]

Completed in 465 milliseconds

1234567891011>>