src/org/w3c/dom/TypeInfo.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 116,126 **** * </ul> * <p ><b>Note:</b> Other schema languages are outside the scope of the W3C * and therefore should define how to represent their type systems using * <code>TypeInfo</code>. * <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>. ! * @since DOM Level 3 */ public interface TypeInfo { /** * The name of a type declared for the associated element or attribute, * or <code>null</code> if unknown. --- 116,126 ---- * </ul> * <p ><b>Note:</b> Other schema languages are outside the scope of the W3C * and therefore should define how to represent their type systems using * <code>TypeInfo</code>. * <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>. ! * @since 1.5, DOM Level 3 */ public interface TypeInfo { /** * The name of a type declared for the associated element or attribute, * or <code>null</code> if unknown.