Home | History | Annotate | Download | only in core

Lines Matching defs:core

23 package org.w3c.domts.level2.core;
37 * feature to test. CORE is a legal value for the feature parameter
38 * (Test for CORE, upper case).
45 * method is invoked with "feature" equal to "CORE" and the version equal to 2.0.
49 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports">http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports</a>
78 state = rootNode.isSupported("CORE", "2.0");
86 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported10";