Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
abstract TypeInfo |
TypeInfoProvider.getAttributeTypeInfo(int index)
Returns the immutable
TypeInfo object for the specified
attribute of the current element. |
abstract TypeInfo |
TypeInfoProvider.getElementTypeInfo()
Returns the immutable
TypeInfo object for the current element. |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
ElemLiteralResult.Attribute.getSchemaTypeInfo() |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
DTMNodeProxy.getSchemaTypeInfo() |
Modifier and Type | Class and Description |
---|---|
class |
DOM2DTMdefaultNamespaceDeclarationNode
This is a kluge to let us shove a declaration for xml: into the
DOM2DTM model.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
DOM2DTMdefaultNamespaceDeclarationNode.getSchemaTypeInfo() |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
UnImplNode.getSchemaTypeInfo()
Method getSchemaTypeInfo.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
Element.getSchemaTypeInfo()
The type information associated with this element.
|
TypeInfo |
Attr.getSchemaTypeInfo()
The type information associated with this attribute.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.