org.apache.tomcat.util.digester

Class ParserFeatureSetterFactory

public class ParserFeatureSetterFactory extends Object

Creates a SAXParser based on the underlying parser. Allows logical properties depending on logical parser versions to be set.

Since: 1.6

Method Summary
static SAXParsernewSAXParser(Properties properties)
Create a new SAXParser

Method Detail

newSAXParser

public static SAXParser newSAXParser(Properties properties)
Create a new SAXParser

Parameters: properties (logical) properties to be set on parser

Returns: a SAXParser configured based on the underlying parser implementation.

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.