Searched defs:w3c (Results 126 - 150 of 1023) sorted by relevance

1234567891011>>

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dalltests.java20 package org.w3c.domts.level1.core;
22 import org.w3c.domts.DOMTestCase;
23 import org.w3c.domts.DOMTestSuite;
24 import org.w3c.domts.DOMTestSink;
25 import org.w3c.domts.DOMTestDocumentBuilderFactory;
H A Dattrcreatedocumentfragment.java20 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 attrcreatedocumentfragment(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrcreatetextnode.java20 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 {
H A Dattrcreatetextnode2.java20 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 {
H A Dattrdefaultvalue.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
52 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
54 public attrdefaultvalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
56 org.w3c.domts.DocumentBuilderSetting[] settings =
57 new org.w3c.domts.DocumentBuilderSetting[] {
58 org.w3c.domts.DocumentBuilderSetting.validating
H A Dattreffectivevalue.java20 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 {
H A Dattrentityreplacement.java20 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 {
H A Dattrname.java20 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 {
H A Dattrnextsiblingnull.java20 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 {
H A Dattrnotspecifiedvalue.java20 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 attrnotspecifiedvalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
53 org.w3c.domts.DocumentBuilderSetting[] settings =
54 new org.w3c.domts.DocumentBuilderSetting[] {
55 org.w3c.domts.DocumentBuilderSetting.validating
H A Dattrparentnodenull.java20 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 attrparentnodenull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrprevioussiblingnull.java20 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 attrprevioussiblingnull(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrremovechild1.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
42 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
44 public attrremovechild1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrreplacechild1.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
42 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
44 public attrreplacechild1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrsetvaluenomodificationallowederr.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
51 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
53 public attrsetvaluenomodificationallowederr(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
55 org.w3c.domts.DocumentBuilderSetting[] settings =
56 new org.w3c.domts.DocumentBuilderSetting[] {
57 org.w3c.domts.DocumentBuilderSetting.notExpandEntityReferences
H A DattrsetvaluenomodificationallowederrEE.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
51 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
53 public attrsetvaluenomodificationallowederrEE(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrspecifiedvalue.java20 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 attrspecifiedvalue(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrspecifiedvaluechanged.java20 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 attrspecifiedvaluechanged(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dattrspecifiedvalueremove.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
53 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
55 public attrspecifiedvalueremove(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
57 org.w3c.domts.DocumentBuilderSetting[] settings =
58 new org.w3c.domts.DocumentBuilderSetting[] {
59 org.w3c.domts.DocumentBuilderSetting.validating
H A Dcdatasectiongetdata.java20 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 cdatasectiongetdata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
50 org.w3c.domts.DocumentBuilderSetting[] settings =
51 new org.w3c.domts.DocumentBuilderSetting[] {
52 org.w3c.domts.DocumentBuilderSetting.notCoalescing
H A Dcdatasectionnormalize.java20 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 cdatasectionnormalize(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dcharacterdataappenddata.java20 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 characterdataappenddata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dcharacterdataappenddatagetdata.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
51 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
53 public characterdataappenddatagetdata(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A Dcharacterdataappenddatanomodificationallowederr.java20 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 characterdataappenddatanomodificationallowederr(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {
H A DcharacterdataappenddatanomodificationallowederrEE.java20 package org.w3c.domts.level1.core;
22 import org.w3c.dom.*;
25 import org.w3c.domts.DOMTestCase;
26 import org.w3c.domts.DOMTestDocumentBuilderFactory;
44 * @throws org.w3c.domts.DOMTestIncompatibleException Thrown if test is not compatible with parser configuration
46 public characterdataappenddatanomodificationallowederrEE(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException {

Completed in 294 milliseconds

1234567891011>>