public static String getCSSParserClassName()(Code)
Returns the class name of the CSS parser to use.
This method first checks if any CSS parser has been
specified using the setCSSParserClassName method. If
any, this method will return the value of the property
'org.w3c.css.sac.driver' specified in the
resources/XMLResourceDescriptor.properties resource
file.
getXMLParserClassName
public static String getXMLParserClassName()(Code)
Returns the class name of the XML parser to use.
This method first checks if any XML parser has been specified using
the setXMLParserClassName method. If any, this method will
return the value of the property 'org.xml.sax.driver' specified in the
resources/XMLResourceDescriptor.properties resource file.
setCSSParserClassName
public static void setCSSParserClassName(String cssParserClassName)(Code)
Sets the class name of the CSS parser to use.
Parameters: cssParserClassName - the classname of the CSS parser
setXMLParserClassName
public static void setXMLParserClassName(String xmlParserClassName)(Code)
Sets the class name of the XML parser to use.
Parameters: xmlParserClassName - the classname of the XML parser