|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.batik.css.engine.value.AbstractValueFactory
|
+--org.apache.batik.css.engine.value.AbstractValueManager
|
+--org.apache.batik.css.engine.value.IdentifierManager
This class provides a manager for the property with support for identifier values.
| Constructor Summary | |
IdentifierManager()
|
|
| Method Summary | |
Value |
createStringValue(short type,
java.lang.String value,
CSSEngine engine)
Implements ValueManager.createStringValue(short,String,CSSEngine). |
Value |
createValue(LexicalUnit lu,
CSSEngine engine)
Implements ValueManager.createValue(LexicalUnit,CSSEngine). |
protected abstract StringMap |
getIdentifiers()
Returns the map that contains the name/value mappings for each possible identifiers. |
| Methods inherited from class org.apache.batik.css.engine.value.AbstractValueManager |
computeValue, createFloatValue |
| Methods inherited from class org.apache.batik.css.engine.value.AbstractValueFactory |
createDOMException, createInvalidFloatTypeDOMException, createInvalidFloatValueDOMException, createInvalidIdentifierDOMException, createInvalidLexicalUnitDOMException, createInvalidStringTypeDOMException, createMalformedLexicalUnitDOMException, getPropertyName, resolveURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.css.engine.value.ValueManager |
getDefaultValue, getPropertyName, isInheritedProperty |
| Constructor Detail |
public IdentifierManager()
| Method Detail |
public Value createValue(LexicalUnit lu,
CSSEngine engine)
throws DOMException
ValueManager.createValue(LexicalUnit,CSSEngine).org.apache.batik.css.engine.value.ValueManagerlu - The SAC lexical unit used to create the value.engine - The calling CSSEngine.
public Value createStringValue(short type,
java.lang.String value,
CSSEngine engine)
throws DOMException
ValueManager.createStringValue(short,String,CSSEngine).createStringValue in class AbstractValueManagerorg.apache.batik.css.engine.value.ValueManagertype - A string code as defined in CSSPrimitiveValue. The string
code can only be a string unit type.value - The new string value.base - The base URL.protected abstract StringMap getIdentifiers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||