All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class XSA.Util.ValidatingSAXParserFactory

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

public class ValidatingSAXParserFactory
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 ValidatingSAXParserFactory()

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.

Constructors

 o ValidatingSAXParserFactory
 public ValidatingSAXParserFactory()

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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index