| java.lang.Object org.apache.batik.css.engine.value.AbstractValueFactory
All known Subclasses: org.netbeans.modules.visualweb.designer.cssengine.BorderColorShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.BackgroundShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.BorderShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.FontShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.ListStyleShorthandManager, org.apache.batik.css.engine.value.AbstractValueManager, org.netbeans.modules.visualweb.designer.cssengine.BorderWidthShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.BorderSideShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.MarginShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.PaddingShorthandManager, org.netbeans.modules.visualweb.designer.cssengine.BorderStyleShorthandManager,
AbstractValueFactory | abstract public class AbstractValueFactory (Code) | | This class provides a base implementation for the value factories.
author: Stephane Hillion version: $Id$ |
Method Summary | |
protected DOMException | createDOMException(CSSEngine engine) | protected DOMException | createInvalidFloatTypeDOMException(short t, CSSEngine engine) Creates a DOM exception, given an invalid float type. | protected DOMException | createInvalidFloatValueDOMException(float f, CSSEngine engine) Creates a DOM exception, given an invalid float value. | protected DOMException | createInvalidIdentifierDOMException(String ident, CSSEngine engine) Creates a DOM exception, given an invalid identifier. | protected DOMException | createInvalidLexicalUnitDOMException(short type, CSSEngine engine) Creates a DOM exception, given an invalid lexical unit type. | protected DOMException | createInvalidStringTypeDOMException(short t, CSSEngine engine) Creates a DOM exception, given an invalid string type. | protected DOMException | createMalformedLexicalUnitDOMException(CSSEngine engine) | abstract public String | getPropertyName() Returns the name of the property handled. | protected static String | resolveURI(URL base, String value) Resolves an URI. |
createInvalidFloatTypeDOMException | protected DOMException createInvalidFloatTypeDOMException(short t, CSSEngine engine)(Code) | | Creates a DOM exception, given an invalid float type.
|
createInvalidFloatValueDOMException | protected DOMException createInvalidFloatValueDOMException(float f, CSSEngine engine)(Code) | | Creates a DOM exception, given an invalid float value.
|
createInvalidIdentifierDOMException | protected DOMException createInvalidIdentifierDOMException(String ident, CSSEngine engine)(Code) | | Creates a DOM exception, given an invalid identifier.
|
createInvalidLexicalUnitDOMException | protected DOMException createInvalidLexicalUnitDOMException(short type, CSSEngine engine)(Code) | | Creates a DOM exception, given an invalid lexical unit type.
|
createInvalidStringTypeDOMException | protected DOMException createInvalidStringTypeDOMException(short t, CSSEngine engine)(Code) | | Creates a DOM exception, given an invalid string type.
|
getPropertyName | abstract public String getPropertyName()(Code) | | Returns the name of the property handled.
|
|
|