|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.engine.value.AbstractValueFactory
public abstract class AbstractValueFactory
This class provides a base implementation for the value factories.
Constructor Summary | |
---|---|
AbstractValueFactory()
|
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(ParsedURL base,
String value)
Resolves an URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractValueFactory()
Method Detail |
---|
public abstract String getPropertyName()
protected static String resolveURI(ParsedURL base, String value)
protected DOMException createInvalidIdentifierDOMException(String ident)
protected DOMException createInvalidLexicalUnitDOMException(short type)
protected DOMException createInvalidFloatTypeDOMException(short t)
protected DOMException createInvalidFloatValueDOMException(float f)
protected DOMException createInvalidStringTypeDOMException(short t)
protected DOMException createMalformedLexicalUnitDOMException()
protected DOMException createDOMException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |