Uses of Package
org.w3c.dom.ls
-
Packages that use org.w3c.dom.ls 软件包 描述 javax.xml.catalog javax.xml.validation 提供用于验证XML文档的API。org.w3c.dom.ls 为DOM Level 3加载和保存提供接口。 -
Classes in org.w3c.dom.ls used by javax.xml.catalog 类 描述 LSInput 此接口表示数据的输入源。LSResourceResolver LSResourceResolver
为应用程序提供了一种将引用重定向到外部资源的方法。 -
Classes in org.w3c.dom.ls used by javax.xml.validation 类 描述 LSResourceResolver LSResourceResolver
为应用程序提供了一种将引用重定向到外部资源的方法。 -
Classes in org.w3c.dom.ls used by org.w3c.dom.ls 类 描述 LSException 如果处理停止,则解析或写入操作可能会抛出LSException
。LSInput 此接口表示数据的输入源。LSOutput 此接口表示数据的输出目标。LSParser 对象的接口,能够从各种输入源构建或扩充DOM树。LSParserFilter LSParserFilter
s为应用程序提供了在解析时构建节点时检查节点的能力。LSSerializer ALSSerializer
提供了用于将DOM文档序列化(写入)到XML的API。LSSerializerFilter LSSerializerFilter
s provide applications the ability to examine nodes as they are being serialized and decide what nodes should be serialized or not.