Uses of Interface
org.w3c.dom.TypeInfo
| Package | Description |
|---|---|
| javax.xml.validation | |
| org.apache.harmony.xml.dom | |
| 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 Modifier and Type Method Description abstract TypeInfoTypeInfoProvider. getAttributeTypeInfo(int index)Returns the immutableTypeInfoobject for the specified attribute of the current element.abstract TypeInfoTypeInfoProvider. getElementTypeInfo()Returns the immutableTypeInfoobject for the current element. -
Uses of TypeInfo in org.apache.harmony.xml.dom
Methods in org.apache.harmony.xml.dom that return TypeInfo Modifier and Type Method Description TypeInfoAttrImpl. getSchemaTypeInfo()TypeInfoElementImpl. getSchemaTypeInfo() -
Uses of TypeInfo in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return TypeInfo Modifier and Type Method Description TypeInfoElemLiteralResult.Attribute. getSchemaTypeInfo() -
Uses of TypeInfo in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return TypeInfo Modifier and Type Method Description TypeInfoDTMNodeProxy. getSchemaTypeInfo() -
Uses of TypeInfo in org.apache.xml.dtm.ref.dom2dtm
Classes in org.apache.xml.dtm.ref.dom2dtm that implement TypeInfo Modifier and Type Class Description classDOM2DTMdefaultNamespaceDeclarationNodeThis 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 Modifier and Type Method Description TypeInfoDOM2DTMdefaultNamespaceDeclarationNode. getSchemaTypeInfo() -
Uses of TypeInfo in org.apache.xml.utils
Methods in org.apache.xml.utils that return TypeInfo Modifier and Type Method Description TypeInfoUnImplNode. getSchemaTypeInfo()Method getSchemaTypeInfo. -
Uses of TypeInfo in org.w3c.dom
Methods in org.w3c.dom that return TypeInfo Modifier and Type Method Description TypeInfoAttr. getSchemaTypeInfo()The type information associated with this attribute.TypeInfoElement. getSchemaTypeInfo()The type information associated with this element.