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.
-
ValidatingSAXParserFactory()
-
-
findParser()
- Returns the name of an installed validating parser by first trying the
org.xml.sax.parser property and a preset list of parsers.
ValidatingSAXParserFactory
public ValidatingSAXParserFactory()
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