Uses of Class
javax.xml.parsers.ParserConfigurationException
Packages that use ParserConfigurationException
包
描述
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
-
Uses of ParserConfigurationException in javax.xml.parsers
Methods in javax.xml.parsers that throw ParserConfigurationException修饰符和类方法描述abstract booleanDocumentBuilderFactory.getFeature(String name) Get the state of the named feature.abstract booleanSAXParserFactory.getFeature(String name) Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.abstract DocumentBuilderDocumentBuilderFactory.newDocumentBuilder()Creates a new instance of aDocumentBuilderusing the currently configured parameters.abstract SAXParserSAXParserFactory.newSAXParser()Creates a new instance of a SAXParser using the currently configured factory parameters.abstract voidDocumentBuilderFactory.setFeature(String name, boolean value) Set a feature for thisDocumentBuilderFactoryandDocumentBuilders created by this factory.abstract voidSAXParserFactory.setFeature(String name, boolean value) Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.