Searched defs:ExtendedType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DExtendedType.java21 * $Id: ExtendedType.java,v 1.2.4.1 2005/09/15 08:15:06 suresh_emailid Exp $
26 * The class ExtendedType represents an extended type object used by
29 public final class ExtendedType class
37 * Create an ExtendedType object from node type, namespace and local name.
44 public ExtendedType (int nodetype, String namespace, String localName) method in class:ExtendedType
53 * Create an ExtendedType object from node type, namespace, local name
61 public ExtendedType (int nodetype, String namespace, String localName, int hash) method in class:ExtendedType
70 * Redefine this ExtendedType object to represent a different extended type.
83 * Redefine this ExtendedType object to represent a different extended type.
104 * Test if this ExtendedType objec
[all...]

Completed in 29 milliseconds