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 Class 描述 LSInput 此接口表示数据的输入源。LSResourceResolver LSResourceResolver
提供了一种应用程序将引用重定向到外部资源的方法。 -
Classes in org.w3c.dom.ls used by javax.xml.validation Class 描述 LSResourceResolver LSResourceResolver
提供了一种应用程序将引用重定向到外部资源的方法。 -
Classes in org.w3c.dom.ls used by org.w3c.dom.ls Class 描述 LSException 如果处理停止,解析器或写入操作可能会抛出LSException
。LSInput 此接口表示数据的输入源。LSOutput 该接口表示数据的输出目的地。LSParser 能够从各种输入源构建或增加DOM树的对象的接口。LSParserFilter LSParserFilter
提供应用程序在分析时正在构造时检查节点的能力。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.