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

1 2 3 4 5 6 78 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementById02.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
50 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
52 public getElementById02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
getElementsByTagNameNS08.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
48 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
50 public getElementsByTagNameNS08(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
getElementsByTagNameNS12.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
51 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
53 public getElementsByTagNameNS12(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
hasAttribute01.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
47 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
49 public hasAttribute01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
hasAttribute03.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
47 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
49 public hasAttribute03(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
hasAttributes01.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
47 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
49 public hasAttributes01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
hasAttributes02.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
47 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
49 public hasAttributes02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
internalSubset01.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
50 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
52 public internalSubset01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported01.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
54 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
56 public isSupported01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported02.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
54 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
56 public isSupported02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported04.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
58 public isSupported04(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported05.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
58 public isSupported05(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported06.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
58 public isSupported06(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported07.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
58 public isSupported07(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported09.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
58 public isSupported09(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported10.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
58 public isSupported10(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported11.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
56 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
58 public isSupported11(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported13.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
44 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
46 public isSupported13(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
isSupported14.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
44 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
46 public isSupported14(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
localName02.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
51 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
53 public localName02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
nodehasattributes01.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
46 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
48 public nodehasattributes01(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
nodehasattributes02.java 17 Rights Reserved. This program is distributed under the W3C's Software
29 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;
59 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
61 public nodehasattributes02(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
nodehasattributes03.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
45 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
47 public nodehasattributes03(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
nodeissupported03.java 17 Rights Reserved. This program is distributed under the W3C's Software
29 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;
61 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
63 public nodeissupported03(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
nodeissupported04.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 org.w3c.domts.level2.core;
25 import org.w3c.dom.*;
28 import org.w3c.domts.DOMTestCase;
29 import org.w3c.domts.DOMTestDocumentBuilderFactory;
48 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
50 public nodeissupported04(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {

Completed in 191 milliseconds

1 2 3 4 5 6 78 91011>>