JHotDraw 7.1

org.jhotdraw.xml.css
Class StyleManager

java.lang.Object
  extended by org.jhotdraw.xml.css.StyleManager

public class StyleManager
extends java.lang.Object

StyleManager applies styling Rules to an XML DOM. This class supports net.n3.nanoxml as well as org.w3c.dom.

Version:
1.1 2007-05-13 Process styles in reverse sequence.
1.0 6. Juni 2006 Created.
Author:
Werner Randelshofer

Constructor Summary
StyleManager()
           
 
Method Summary
 void add(CSSRule rule)
           
 void applyStylesTo(org.w3c.dom.Element elem)
           
 void applyStylesTo(IXMLElement elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleManager

public StyleManager()
Method Detail

add

public void add(CSSRule rule)

applyStylesTo

public void applyStylesTo(org.w3c.dom.Element elem)

applyStylesTo

public void applyStylesTo(IXMLElement elem)

Copyright 1996-2007 (c) JHotDraw.org.
Some rights reserved.