TypeInfo
是和Java {@link Type}相对应的,但比Java Types更易用。 Subject to change without notice. @since 2.0 EA1 @author Kohsuke Kawaguchi @author shih-chang.chen@oracle.com
getTypeInfo()
. Provides a suitable natural ordering. This class probably shouldn't be public, but is required to be so by the tests.
@author David Eaves
@version $Id: TypeInfo.java,v 1.5 2005-07-27 11:02:34 alin_sinpalean Exp $
Subclasses of TypeInfo can be created on a per-DBMS basis to supply missing metadata or correct faulty metadata obtained from that DBMS's JDBC driver(s).
@see java.sql.DatabaseMetaData#getTypeInfo @version $Revision: 1.9 $Attr
node, typeNamespace
is null
and typeName
represents the [attribute type] property in the [XML Information set] . If there is no declaration for the attribute, typeName
is null
. Element
node, the typeNamespace
and typeName
are null
. If the document's schema is an XML Schema [XML Schema Part 1] , the values are computed as follows using the post-schema-validation infoset contributions (also called PSVI contributions):
null
. Note: At the time of writing, the XML Schema specification does not require exposing the declared type. Thus, DOM implementations might choose not to provide type information if validity is not valid.
Note: Other schema languages are outside the scope of the W3C and therefore should define how to represent their type systems using TypeInfo
.
See also the Document Object Model (DOM) Level 3 Core Specification. @since DOM Level 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|