Home | History | Annotate | Download | only in core

Lines Matching defs:core

23 package org.w3c.domts.level2.core;
34 * Calls isSupported("Core","") should return true for all implementations (by extension of core-14).
36 * @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>
37 * @see <a href="http://www.w3.org/2000/11/DOM-Level-2-errata#core-14">http://www.w3.org/2000/11/DOM-Level-2-errata#core-14</a>
66 state = rootNode.isSupported("Core", "");
67 assertTrue("Core", state);
74 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/isSupported13";