Uses of Class
javax.xml.parsers.ParserConfigurationException
-
Packages that use ParserConfigurationException 软件包 描述 javax.xml.parsers 提供使用SAX(Simple API for XML)解析器或DOM(文档对象模型)文档构建器处理XML文档的类。 -
-
Uses of ParserConfigurationException in javax.xml.parsers
Methods in javax.xml.parsers that throw ParserConfigurationException 变量和类型 方法 描述 abstract boolean
DocumentBuilderFactory. getFeature(String name)
获取指定功能的状态。abstract boolean
SAXParserFactory. getFeature(String name)
返回org.xml.sax.XMLReader的底层实现中请求的特定属性。abstract DocumentBuilder
DocumentBuilderFactory. newDocumentBuilder()
使用当前配置的参数创建DocumentBuilder
的新实例。abstract SAXParser
SAXParserFactory. newSAXParser()
使用当前配置的工厂参数创建SAXParser的新实例。abstract void
DocumentBuilderFactory. setFeature(String name, boolean value)
设置此工厂创建的DocumentBuilderFactory
和DocumentBuilder
的功能。abstract void
SAXParserFactory. setFeature(String name, boolean value)
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
-