com.inet.html.css
Class TemporaryStyle

java.lang.Object
  extended by com.inet.html.css.TemporaryStyle

public class TemporaryStyle
extends java.lang.Object

This are simply name constants to identify style entries within attribute set, which are only present at runtime. They are the result of a find-attribute action. These entries should not be stored!


Nested Class Summary
static class TemporaryStyle.Attribute
          A list of CSS attributes.
 
Constructor Summary
TemporaryStyle()
           
 
Method Summary
static TemporaryStyle.Attribute getAttribute(CSS.Attribute origAttribute)
          Find a temporary attribute for an CSS attribute
static TemporaryStyle.Attribute getAttribute(java.lang.String name)
          Get the CSS Attribute with the same name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporaryStyle

public TemporaryStyle()
Method Detail

getAttribute

public static final TemporaryStyle.Attribute getAttribute(java.lang.String name)
Get the CSS Attribute with the same name.

Parameters:
name - the lower case name
Returns:
the Attribute or null

getAttribute

public static final TemporaryStyle.Attribute getAttribute(CSS.Attribute origAttribute)
Find a temporary attribute for an CSS attribute

Parameters:
origAttribute - the CSS attribute
Returns:
the temporary attribute