| 软件包 | 描述 |
|---|---|
| javax.imageio.metadata |
一包I/O API处理读写的java图像元数据。
|
| javax.xml.validation |
这个软件包提供了一个用于验证XML文档的API。
|
| org.w3c.dom |
提供的文档对象模型(DOM)接口是一组API的
Java API for XML Processing。
|
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
IIOMetadataNode.getSchemaTypeInfo()
这3级DOM方法不支持
IIOMetadataNode和将
DOMException。
|
| Modifier and Type | Method and Description |
|---|---|
abstract TypeInfo |
TypeInfoProvider.getAttributeTypeInfo(int index)
返回指定属性的当前元素的不变的
TypeInfo对象。
|
abstract TypeInfo |
TypeInfoProvider.getElementTypeInfo()
返回当前元素的不变的
TypeInfo对象。
|
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
Element.getSchemaTypeInfo()
与此元素关联的类型信息。
|
TypeInfo |
Attr.getSchemaTypeInfo()
与此属性关联的类型信息。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.