org.apache.batik.css.parser

Class CSSLexicalUnit.StringLexicalUnit

protected static class CSSLexicalUnit.StringLexicalUnit extends CSSLexicalUnit

This class represents a string unit.
Field Summary
protected Stringvalue
The string value.
Constructor Summary
StringLexicalUnit(short t, String val, LexicalUnit prev)
Creates a new LexicalUnit.
Method Summary
StringgetStringValue()
SAC: Implements LexicalUnit#getStringValue().

Field Detail

value

protected String value
The string value.

Constructor Detail

StringLexicalUnit

public StringLexicalUnit(short t, String val, LexicalUnit prev)
Creates a new LexicalUnit.

Method Detail

getStringValue

public String getStringValue()
SAC: Implements LexicalUnit#getStringValue().
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.