jd.xml.xpath.model.parse
Class ParseHandlerFactory
java.lang.Object
jd.xml.xpath.model.parse.ParseHandlerFactory
- public abstract class ParseHandlerFactory
- extends Object
ParseHandlerFactory creates ParseHandlers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
ParseHandlerFactory
public ParseHandlerFactory()
createDefaultParser
public static Object createDefaultParser()
throws SAXException
- Create the default Parser.
- Throws:
SAXException
createDefaultHandler
public static ParseHandler createDefaultHandler()
throws SAXException
- Create the ParseHandler for the default parser.
- Throws:
SAXException
createHandler
public static ParseHandler createHandler(Object parser)
throws SAXException
- Create a ParseHandler for a parser.
- Throws:
SAXException