info.informatica.doc.style.css
Class StyleDeclarationFactory
java.lang.Object
info.informatica.doc.style.css.StyleDeclarationFactory
public class StyleDeclarationFactory
- extends Object
Factory for style declarations.
- Author:
- Carlos Amengual
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StyleDeclarationFactory
public StyleDeclarationFactory()
createCSSStyleDeclaration
public static org.w3c.dom.css.CSSStyleDeclaration createCSSStyleDeclaration()
- Creates a CSSStyleDeclaration.
- Returns:
- a new CSSStyleDeclaration.
parseProperty
public static org.w3c.dom.css.CSSValue parseProperty(String value)
throws DOMException
- Parses a property value.
- Parameters:
value - the string containing the property value
- Returns:
- the CSSValue object containing the parsed value.
- Throws:
DOMException
Copyright © 2011 informatica.info. All Rights Reserved.