Uses of Interface
org.w3c.dom.TypeInfo
-
Packages that use TypeInfo 软件包 描述 javax.imageio.metadata 处理读写元数据的Java Image I / O API的一个包。javax.xml.validation 提供用于验证XML文档的API。org.w3c.dom 提供文档对象模型(DOM)的接口。 -
-
Uses of TypeInfo in javax.imageio.metadata
Methods in javax.imageio.metadata that return TypeInfo Modifier and Type 方法 描述 TypeInfo
IIOMetadataNode. getSchemaTypeInfo()
这个DOM Level 3方法不支持IIOMetadataNode
,并将抛出一个DOMException
。 -
Uses of TypeInfo in javax.xml.validation
Methods in javax.xml.validation that return TypeInfo Modifier and Type 方法 描述 abstract TypeInfo
TypeInfoProvider. getAttributeTypeInfo(int index)
返回当前元素的指定属性的不可变的TypeInfo
对象。abstract TypeInfo
TypeInfoProvider. getElementTypeInfo()
返回当前元素的不可变的TypeInfo
对象。 -
Uses of TypeInfo in org.w3c.dom
Methods in org.w3c.dom that return TypeInfo Modifier and Type 方法 描述 TypeInfo
Attr. getSchemaTypeInfo()
与此属性相关联的类型信息。TypeInfo
Element. getSchemaTypeInfo()
与此元素相关联的类型信息。
-