org.apache.fop.dom.css
Class CSSStyleRuleImpl


public class CSSStyleRuleImpl
implements CSSStyleRule


Field Summary
 (package private) StringcssText
           
 (package private) Vectorselectors
           
 (package private) Stringseltext
           
 (package private) CSSStyleDeclarationstyle
           
 (package private) CSSStyleSheetstyleSheet
           

Constructor Summary
CSSStyleRuleImpl(CSSStyleSheet styleSheet)
           

Method Summary
 StringgetCssText()
           
 CSSRulegetParentRule()
           
 CSSStyleSheetgetParentStyleSheet()
           
 StringgetSelectorText()
           
 CSSStyleDeclarationgetStyle()
           
 shortgetType()
           
 booleanmatches(SVGElement el)
          This should probably be elsewhere, in dom.svg
 voidsetCssText(String cssText)
           
 voidsetSelectorText(String selectorText)
          Selectors are comma separated values (except for attributes) of all the selectors for the style.

Field Detail

cssText

String cssText

selectors

Vector selectors

seltext

String seltext

style

CSSStyleDeclaration style

styleSheet

CSSStyleSheet styleSheet
Constructor Detail

CSSStyleRuleImpl

public CSSStyleRuleImpl(CSSStyleSheet styleSheet)
Method Detail

getCssText

public String getCssText()

getParentRule

public CSSRule getParentRule()

getParentStyleSheet

public CSSStyleSheet getParentStyleSheet()

getSelectorText

public String getSelectorText()

getStyle

public CSSStyleDeclaration getStyle()

getType

public short getType()

matches

public boolean matches(SVGElement el)
This should probably be elsewhere, in dom.svg

setCssText

public void setCssText(String cssText)

setSelectorText

public void setSelectorText(String selectorText)
Selectors are comma separated values (except for attributes) of all the selectors for the style.

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.util.Vector