Uses of Class
org.xhtmlrenderer.css.sheet.PropertyDeclaration

Packages that use PropertyDeclaration
org.xhtmlrenderer.css.newmatch   
org.xhtmlrenderer.css.parser.property   
org.xhtmlrenderer.css.sheet   
 

Uses of PropertyDeclaration in org.xhtmlrenderer.css.newmatch
 

Methods in org.xhtmlrenderer.css.newmatch that return PropertyDeclaration
static PropertyDeclaration CascadedStyle.createLayoutPropertyDeclaration(CSSName cssName, IdentValue display)
          Creates a PropertyDeclaration suitable for passing to CascadedStyle.createLayoutStyle(PropertyDeclaration[]) or CascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[])
 PropertyDeclaration CascadedStyle.propertyByName(CSSName cssName)
          Returns a PropertyDeclaration by CSS property name, e.g.
 

Methods in org.xhtmlrenderer.css.newmatch with parameters of type PropertyDeclaration
static CascadedStyle CascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)
          Creates a CascadedStyle using style information from startingPoint and then adding the property declarations from decls.
static CascadedStyle CascadedStyle.createLayoutStyle(PropertyDeclaration[] decls)
          Creates a CascadedStyle using the provided property declarations.
 

Uses of PropertyDeclaration in org.xhtmlrenderer.css.parser.property
 

Methods in org.xhtmlrenderer.css.parser.property that return PropertyDeclaration
protected  PropertyDeclaration AbstractPropertyBuilder.copyOf(PropertyDeclaration decl, CSSName newName)
           
 

Methods in org.xhtmlrenderer.css.parser.property with parameters of type PropertyDeclaration
protected  PropertyDeclaration AbstractPropertyBuilder.copyOf(PropertyDeclaration decl, CSSName newName)
           
 

Uses of PropertyDeclaration in org.xhtmlrenderer.css.sheet
 

Methods in org.xhtmlrenderer.css.sheet with parameters of type PropertyDeclaration
 void Ruleset.addProperty(PropertyDeclaration decl)
           
 



Copyright © 2013. All Rights Reserved.