Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.css.engine.value
Class IdentifierManager  view IdentifierManager download IdentifierManager.java

java.lang.Object
  extended byorg.apache.batik.css.engine.value.AbstractValueFactory
      extended byorg.apache.batik.css.engine.value.AbstractValueManager
          extended byorg.apache.batik.css.engine.value.IdentifierManager
All Implemented Interfaces:
ValueManager
Direct Known Subclasses:
AbstractColorManager

public abstract class IdentifierManager
extends AbstractValueManager

This class provides a manager for the property with support for identifier values.

Version:
$Id: IdentifierManager.java,v 1.5 2004/12/03 12:20:15 deweese Exp $

Constructor Summary
IdentifierManager()
           
 
Method Summary
 Value createStringValue(short type, java.lang.String value, org.apache.batik.css.engine.CSSEngine engine)
          Implements ValueManager.createStringValue(short,String,CSSEngine) 55 .
 Value createValue(org.w3c.css.sac.LexicalUnit lu, org.apache.batik.css.engine.CSSEngine engine)
          Implements ValueManager.createValue(LexicalUnit,CSSEngine) 55 .
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

IdentifierManager

public IdentifierManager()
Method Detail

createValue

public Value createValue(org.w3c.css.sac.LexicalUnit lu,
                         org.apache.batik.css.engine.CSSEngine engine)
                  throws org.w3c.dom.DOMException
Implements ValueManager.createValue(LexicalUnit,CSSEngine) 55 .


createStringValue

public Value createStringValue(short type,
                               java.lang.String value,
                               org.apache.batik.css.engine.CSSEngine engine)
                        throws org.w3c.dom.DOMException
Implements ValueManager.createStringValue(short,String,CSSEngine) 55 .

Specified by:
createStringValue in interface ValueManager
Overrides:
createStringValue in class AbstractValueManager

getIdentifiers

public abstract StringMap getIdentifiers()
Returns the map that contains the name/value mappings for each possible identifiers.