org.apache.batik.css.engine.value
public abstract class AbstractValueFactory extends Object
Method Summary | |
---|---|
protected DOMException | createDOMException() |
protected DOMException | createInvalidFloatTypeDOMException(short t)
Creates a DOM exception, given an invalid float type. |
protected DOMException | createInvalidFloatValueDOMException(float f)
Creates a DOM exception, given an invalid float value. |
protected DOMException | createInvalidIdentifierDOMException(String ident)
Creates a DOM exception, given an invalid identifier. |
protected DOMException | createInvalidLexicalUnitDOMException(short type)
Creates a DOM exception, given an invalid lexical unit type. |
protected DOMException | createInvalidStringTypeDOMException(short t)
Creates a DOM exception, given an invalid string type. |
protected DOMException | createMalformedLexicalUnitDOMException() |
abstract String | getPropertyName()
Returns the name of the property handled. |
protected static String | resolveURI(URL base, String value)
Resolves an URI. |