All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class XSA.Util.AnySAXParserFactory

java.lang.Object
   |
   +----XSA.Util.AnySAXParserFactory

public class AnySAXParserFactory
extends Object
This parser factory has a preset list of known validating SAX parsers which it runs through to see if any of them are installed. If the org.xml.sax.parser property is set this parser will be used.


Constructor Index

 o AnySAXParserFactory()

Method Index

 o findParser()
Returns the name of an installed validating parser by first trying the org.xml.sax.parser property and a preset list of parsers.
 o findParser(String[])
Returns the name of an installed validating parser by first trying the org.xml.sax.parser property and the supplied list of parsers.

Constructors

 o AnySAXParserFactory
 public AnySAXParserFactory()

Methods

 o findParser
 public static String findParser()
Returns the name of an installed validating parser by first trying the org.xml.sax.parser property and a preset list of parsers.

Returns:
s The class name of the driver or null if none was found.
 o findParser
 public static String findParser(String drivers[])
Returns the name of an installed validating parser by first trying the org.xml.sax.parser property and the supplied list of parsers.

Returns:
s The class name of the driver or null if none was found.

All Packages  Class Hierarchy  This Package  Previous  Next  Index