org.apache.batik.parser.style
Class DefaultStyleAttributeParser

java.lang.Object
  |
  +--org.apache.batik.parser.style.StyleAttributeParser
        |
        +--org.apache.batik.parser.style.DefaultStyleAttributeParser
All Implemented Interfaces:
Localizable

public class DefaultStyleAttributeParser
extends StyleAttributeParser

This class represents a style attribute parser initialized for the SVG style attributes.


Fields inherited from class org.apache.batik.parser.style.StyleAttributeParser
BUNDLE_CLASSNAME, errorHandler, factories, parser
 
Constructor Summary
DefaultStyleAttributeParser(java.lang.String s)
          Creates a new StyleAttributeParser object.
 
Methods inherited from class org.apache.batik.parser.style.StyleAttributeParser
formatMessage, getErrorHandler, getLocale, parse, putCSSValueFactory, removeCSSValueFactory, setErrorHandler, setLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStyleAttributeParser

public DefaultStyleAttributeParser(java.lang.String s)
                            throws ParseException
Creates a new StyleAttributeParser object.
Parameters:
s - The name of a SAC compliant CSS parser class.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.