org.apache.batik.css.engine.value
public abstract class AbstractValueFactory extends java.lang.Object
Constructor and Description |
---|
AbstractValueFactory() |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.DOMException |
createDOMException() |
protected org.w3c.dom.DOMException |
createInvalidFloatTypeDOMException(short t)
Creates a DOM exception, given an invalid float type.
|
protected org.w3c.dom.DOMException |
createInvalidFloatValueDOMException(float f)
Creates a DOM exception, given an invalid float value.
|
protected org.w3c.dom.DOMException |
createInvalidIdentifierDOMException(java.lang.String ident)
Creates a DOM exception, given an invalid identifier.
|
protected org.w3c.dom.DOMException |
createInvalidLexicalUnitDOMException(short type)
Creates a DOM exception, given an invalid lexical unit type.
|
protected org.w3c.dom.DOMException |
createInvalidStringTypeDOMException(short t)
Creates a DOM exception, given an invalid string type.
|
protected org.w3c.dom.DOMException |
createMalformedLexicalUnitDOMException() |
abstract java.lang.String |
getPropertyName()
Returns the name of the property handled.
|
protected static java.lang.String |
resolveURI(ParsedURL base,
java.lang.String value)
Resolves an URI.
|
public abstract java.lang.String getPropertyName()
protected static java.lang.String resolveURI(ParsedURL base, java.lang.String value)
protected org.w3c.dom.DOMException createInvalidIdentifierDOMException(java.lang.String ident)
protected org.w3c.dom.DOMException createInvalidLexicalUnitDOMException(short type)
protected org.w3c.dom.DOMException createInvalidFloatTypeDOMException(short t)
protected org.w3c.dom.DOMException createInvalidFloatValueDOMException(float f)
protected org.w3c.dom.DOMException createInvalidStringTypeDOMException(short t)
protected org.w3c.dom.DOMException createMalformedLexicalUnitDOMException()
protected org.w3c.dom.DOMException createDOMException()
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.