|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.style.xml.parse.StyleNode
public class StyleNode
Private implementation of StyleNode.
Constructor Summary | |
---|---|
StyleNode(java.lang.String name,
java.lang.String selector,
PropertyNode[] properties,
CompoundPropertyNode[] compoundProperties,
IncludeStyleNode[] includedStyles,
IncludePropertyNode[] includedProperties,
java.util.Set<java.lang.String> inhibitedProperties)
Creates a Style with the specified properties |
Method Summary | |
---|---|
java.util.Iterator<CompoundPropertyNode> |
getCompoundProperties()
Returns an Iterator containing Strings and IncludePropertyNodes. |
java.util.Iterator<IncludePropertyNode> |
getIncludedProperties()
Returns an Iterator of IncludePropertyNodes. |
java.util.Iterator<IncludeStyleNode> |
getIncludedStyles()
Returns an Iterator of IncludeStyleNodes. |
java.util.Iterator<java.lang.String> |
getInhibitedProperties()
Gets the properties specified by this node's parent that should be ignored. |
java.lang.String |
getName()
Implementation of StyleNode.getName(). |
java.util.Iterator<PropertyNode> |
getProperties()
Implementation of StyleNode.getProperties(). |
java.lang.String |
getSelector()
Implementation of StyleNode.getSelector(). |
boolean |
isEmpty()
Returns true if the style node has no properties. |
boolean |
isInhibitingAll()
Determines if this node inhibits all of its inherited properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleNode(java.lang.String name, java.lang.String selector, PropertyNode[] properties, CompoundPropertyNode[] compoundProperties, IncludeStyleNode[] includedStyles, IncludePropertyNode[] includedProperties, java.util.Set<java.lang.String> inhibitedProperties)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getSelector()
public boolean isEmpty()
public java.util.Iterator<PropertyNode> getProperties()
public java.util.Iterator<CompoundPropertyNode> getCompoundProperties()
public java.util.Iterator<IncludeStyleNode> getIncludedStyles()
public java.util.Iterator<IncludePropertyNode> getIncludedProperties()
public java.util.Iterator<java.lang.String> getInhibitedProperties()
isInhibitingAll()
returns true
public boolean isInhibitingAll()
true
if this node ignores all properties defined
by its parent, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |