Class CSSParser

java.lang.Object
io.sf.carte.doc.style.css.parser.CSSParser
All Implemented Interfaces:
Parser, Cloneable
Direct Known Subclasses:
CSSOMParser

public class CSSParser extends Object implements Parser, Cloneable
CSS parser implementing the NSAC API.

Additionally to NSAC, it includes several other methods.

By default, the methods that take a Reader or an InputSource as argument can process streams up to 0x6000000 (100MB) in size, and throw a SecurityException if they hit that limit. See also setStreamSizeLimit(int).