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

Packages that use SelectorMatcher
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 SelectorMatcher in info.informatica.doc.dom4j
 

Methods in info.informatica.doc.dom4j that return SelectorMatcher
 SelectorMatcher CSSStylableElement.getSelectorMatcher()
          Gets the selector matcher for this element.
 

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

Methods in info.informatica.doc.style.css.dom that return SelectorMatcher
abstract  SelectorMatcher SelectorMatcher.getParentSelectorMatcher()
          Gets the selector matcher for the parent element.
abstract  SelectorMatcher SelectorMatcher.getPreviousSiblingSelectorMatcher()
          Gets the selector matcher for the previous sibling.
 

Methods in info.informatica.doc.style.css.dom with parameters of type SelectorMatcher
protected  ComputedCSSStyle BaseCSSStyleSheet.computeStyle(ComputedCSSStyle style, SelectorMatcher matcher, ComputedCSSStyle inlineStyle, String pseudoElt)
          Compute the style for an element.
 



Copyright © 2011 informatica.info. All Rights Reserved.