org.apache.batik.css.engine.value

Class AbstractValueFactory

public abstract class AbstractValueFactory extends Object

This class provides a base implementation for the value factories.
Method Summary
protected DOMExceptioncreateDOMException()
protected DOMExceptioncreateInvalidFloatTypeDOMException(short t)
Creates a DOM exception, given an invalid float type.
protected DOMExceptioncreateInvalidFloatValueDOMException(float f)
Creates a DOM exception, given an invalid float value.
protected DOMExceptioncreateInvalidIdentifierDOMException(String ident)
Creates a DOM exception, given an invalid identifier.
protected DOMExceptioncreateInvalidLexicalUnitDOMException(short type)
Creates a DOM exception, given an invalid lexical unit type.
protected DOMExceptioncreateInvalidStringTypeDOMException(short t)
Creates a DOM exception, given an invalid string type.
protected DOMExceptioncreateMalformedLexicalUnitDOMException()
abstract StringgetPropertyName()
Returns the name of the property handled.
protected static StringresolveURI(ParsedURL base, String value)
Resolves an URI.

Method Detail

createDOMException

protected DOMException createDOMException()

createInvalidFloatTypeDOMException

protected DOMException createInvalidFloatTypeDOMException(short t)
Creates a DOM exception, given an invalid float type.

createInvalidFloatValueDOMException

protected DOMException createInvalidFloatValueDOMException(float f)
Creates a DOM exception, given an invalid float value.

createInvalidIdentifierDOMException

protected DOMException createInvalidIdentifierDOMException(String ident)
Creates a DOM exception, given an invalid identifier.

createInvalidLexicalUnitDOMException

protected DOMException createInvalidLexicalUnitDOMException(short type)
Creates a DOM exception, given an invalid lexical unit type.

createInvalidStringTypeDOMException

protected DOMException createInvalidStringTypeDOMException(short t)
Creates a DOM exception, given an invalid string type.

createMalformedLexicalUnitDOMException

protected DOMException createMalformedLexicalUnitDOMException()

getPropertyName

public abstract String getPropertyName()
Returns the name of the property handled.

resolveURI

protected static String resolveURI(ParsedURL base, String value)
Resolves an URI.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.