Uses of Interface
org.w3c.dom.TypeInfo

Packages that use TypeInfo
javax.xml.validation   
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
 

Uses of TypeInfo in javax.xml.validation
 

Methods in javax.xml.validation that return TypeInfo
abstract  TypeInfo TypeInfoProvider.getElementTypeInfo()
          Returns the immutable TypeInfo object for the current element.
abstract  TypeInfo TypeInfoProvider.getAttributeTypeInfo(int index)
          Returns the immutable TypeInfo object for the specified attribute of the current element.
 

Uses of TypeInfo in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates that return TypeInfo
 TypeInfo ElemLiteralResult.Attribute.getSchemaTypeInfo()
           
 

Uses of TypeInfo in org.apache.xml.dtm.ref
 

Methods in org.apache.xml.dtm.ref that return TypeInfo
 TypeInfo DTMNodeProxy.getSchemaTypeInfo()
           
 

Uses of TypeInfo in org.apache.xml.dtm.ref.dom2dtm
 

Classes in org.apache.xml.dtm.ref.dom2dtm that implement TypeInfo
 class DOM2DTMdefaultNamespaceDeclarationNode
          This is a kluge to let us shove a declaration for xml: into the DOM2DTM model.
 

Methods in org.apache.xml.dtm.ref.dom2dtm that return TypeInfo
 TypeInfo DOM2DTMdefaultNamespaceDeclarationNode.getSchemaTypeInfo()
           
 

Uses of TypeInfo in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return TypeInfo
 TypeInfo UnImplNode.getSchemaTypeInfo()
          Method getSchemaTypeInfo.
 

Uses of TypeInfo in org.w3c.dom
 

Methods in org.w3c.dom that return TypeInfo
 TypeInfo Element.getSchemaTypeInfo()
          The type information associated with this element.
 TypeInfo Attr.getSchemaTypeInfo()
          The type information associated with this attribute.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.