org.ccil.cowan.tagsoup.jaxp
public class SAXFactoryImpl extends SAXParserFactory
Constructor Summary | |
---|---|
SAXFactoryImpl() |
Method Summary | |
---|---|
boolean | getFeature(String name)
Returns whether the specified property will be enabled or disabled
on reader instances constructed by this factory. |
SAXParser | newSAXParser()
Creates a new instance of SAXParser using the currently
configured factory parameters. |
void | setFeature(String name, boolean value)
Defines that the specified feature is to enabled/disabled (as
per second argument) on reader instances created by this
factory. |
SAXParser
using the currently
configured factory parameters.