Uses of Class
info.informatica.doc.style.css.dom.BaseCSSStyleDeclaration

Packages that use BaseCSSStyleDeclaration
info.informatica.doc.dom4j Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets. 
info.informatica.doc.style.css.dom Implementation classes for the CSS Object Model API. 
 

Uses of BaseCSSStyleDeclaration in info.informatica.doc.dom4j
 

Subclasses of BaseCSSStyleDeclaration in info.informatica.doc.dom4j
 class DOM4JCSSStyleDeclaration
          Style declaration for DOM4J.
 

Methods in info.informatica.doc.dom4j that return BaseCSSStyleDeclaration
protected  BaseCSSStyleDeclaration XHTMLDocumentFactory.getUserImportantStyle()
           
 

Methods in info.informatica.doc.dom4j with parameters of type BaseCSSStyleDeclaration
 void XHTMLDocument.setUserImportantStyleDeclaration(BaseCSSStyleDeclaration style)
          Sets the CSS style declaration defined by the end-user as of "important" priority.
 

Constructors in info.informatica.doc.dom4j with parameters of type BaseCSSStyleDeclaration
DOM4JCSSStyleDeclaration(BaseCSSStyleDeclaration copiedObject)
           
 

Uses of BaseCSSStyleDeclaration in info.informatica.doc.style.css.dom
 

Subclasses of BaseCSSStyleDeclaration in info.informatica.doc.style.css.dom
 class ComputedCSSStyle
          Style declaration that computes CSS properties.
 class DOMCSSStyleDeclaration
          Style declaration for DOM.
 

Methods in info.informatica.doc.style.css.dom that return BaseCSSStyleDeclaration
 BaseCSSStyleDeclaration BaseCSSStyleDeclaration.clone()
           
 

Methods in info.informatica.doc.style.css.dom with parameters of type BaseCSSStyleDeclaration
 void BaseCSSStyleDeclaration.addStyle(BaseCSSStyleDeclaration style)
          Add all the rules of the given style declaration to this one.
 void BaseCSSStyleDeclaration.prioritySplit(BaseCSSStyleDeclaration importantDecl, BaseCSSStyleDeclaration normalDecl)
          Splits this style declaration in two: one for important properties only, and the other with normal properties.
 

Constructors in info.informatica.doc.style.css.dom with parameters of type BaseCSSStyleDeclaration
BaseCSSStyleDeclaration(BaseCSSStyleDeclaration copiedObject)
          Copy constructor.
ComputedCSSStyle(BaseCSSStyleDeclaration copiedObject)
           
DOMCSSStyleDeclaration(BaseCSSStyleDeclaration copiedObject)
           
 



Copyright © 2011 informatica.info. All Rights Reserved.