Uses of Class
org.xml.sax.SAXNotSupportedException
-
Packages that use SAXNotSupportedException 软件包 描述 javax.xml.parsers 提供使用SAX(Simple API for XML)解析器或DOM(文档对象模型)文档构建器处理XML文档的类。javax.xml.validation 提供用于验证XML文档的API。org.xml.sax 提供核心SAX API。org.xml.sax.helpers 提供帮助程序类,包括支持引导基于SAX的应用程序。 -
-
Uses of SAXNotSupportedException in javax.xml.parsers
Methods in javax.xml.parsers that throw SAXNotSupportedException 变量和类型 方法 描述 abstract boolean
SAXParserFactory. getFeature(String name)
返回org.xml.sax.XMLReader的底层实现中请求的特定属性。abstract Object
SAXParser. getProperty(String name)
返回XMLReader
的底层实现中请求的特定属性。abstract void
SAXParserFactory. setFeature(String name, boolean value)
设置org.xml.sax.XMLReader的底层实现中的特定功能。abstract void
SAXParser. setProperty(String name, Object value)
设置XMLReader
的基础实现中的特定属性。 -
Uses of SAXNotSupportedException in javax.xml.validation
Methods in javax.xml.validation that throw SAXNotSupportedException 变量和类型 方法 描述 boolean
SchemaFactory. getFeature(String name)
查找功能标志的值。boolean
Validator. getFeature(String name)
查找功能标志的值。boolean
ValidatorHandler. getFeature(String name)
查找功能标志的值。Object
SchemaFactory. getProperty(String name)
查找属性的值。Object
Validator. getProperty(String name)
查找属性的值。Object
ValidatorHandler. getProperty(String name)
查找属性的值。void
SchemaFactory. setFeature(String name, boolean value)
设置了一个功能,这个SchemaFactory
,Schema
个此工厂创建S,推而广之,Validator
个 S和ValidatorHandler
那些创建小号Schema
秒。void
Validator. setFeature(String name, boolean value)
设置功能标志的值。void
ValidatorHandler. setFeature(String name, boolean value)
为此ValidatorHandler
设置功能。void
SchemaFactory. setProperty(String name, Object object)
设置属性的值。void
Validator. setProperty(String name, Object object)
设置属性的值。void
ValidatorHandler. setProperty(String name, Object object)
设置属性的值。 -
Uses of SAXNotSupportedException in org.xml.sax
Methods in org.xml.sax that throw SAXNotSupportedException 变量和类型 方法 描述 boolean
XMLReader. getFeature(String name)
查找功能标志的值。Object
XMLReader. getProperty(String name)
查找属性的值。void
XMLReader. setFeature(String name, boolean value)
设置功能标志的值。void
XMLReader. setProperty(String name, Object value)
设置属性的值。 -
Uses of SAXNotSupportedException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw SAXNotSupportedException 变量和类型 方法 描述 boolean
ParserAdapter. getFeature(String name)
检查解析器功能标志。boolean
XMLFilterImpl. getFeature(String name)
查找功能的值。Object
ParserAdapter. getProperty(String name)
获取解析器属性。Object
XMLFilterImpl. getProperty(String name)
查找属性的值。void
ParserAdapter. setFeature(String name, boolean value)
为解析器设置功能标志。void
XMLFilterImpl. setFeature(String name, boolean value)
设置要素的值。void
ParserAdapter. setProperty(String name, Object value)
设置解析器属性。void
XMLFilterImpl. setProperty(String name, Object value)
设置属性的值。
-