Uses of Interface
org.xml.sax.Parser
-
Packages that use Parser 软件包 描述 javax.xml.parsers 提供使用SAX(Simple API for XML)解析器或DOM(文档对象模型)文档构建器处理XML文档的类。org.xml.sax.helpers 提供帮助类,包括支持引导基于SAX的应用程序。 -
-
Uses of Parser in javax.xml.parsers
Methods in javax.xml.parsers that return Parser Modifier and Type 方法 描述 abstract Parser
SAXParser. getParser()
返回由该类实现封装的SAX解析器。 -
Uses of Parser in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement Parser Modifier and Type Class 描述 class
XMLReaderAdapter
将SAX2 XMLReader修改为SAX1解析器。Methods in org.xml.sax.helpers that return Parser Modifier and Type 方法 描述 static Parser
ParserFactory. makeParser()
已过时。使用`org.xml.sax.parser'系统属性创建一个新的SAX解析器。static Parser
ParserFactory. makeParser(String className)
已过时。使用提供的类名创建一个新的SAX解析器对象。Constructors in org.xml.sax.helpers with parameters of type Parser Constructor 描述 ParserAdapter(Parser parser)
构造一个新的解析器适配器。
-