|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.style.xml.parse.StyleNode
Private implementation of StyleNode.
Constructor Summary | |
StyleNode(java.lang.String name,
java.lang.String selector,
PropertyNode[] properties,
CompoundPropertyNode[] compoundProperties,
IncludeStyleNode[] includedStyles,
IncludePropertyNode[] includedProperties)
Creates a Style with the specified properties |
Method Summary | |
java.util.Enumeration |
getCompoundProperties()
Returns an Enumeration containing Strings and IncludePropertyNodes. |
java.util.Enumeration |
getIncludedProperties()
Returns an Enumeration of IncludePropertyNodes. |
java.util.Enumeration |
getIncludedStyles()
Returns an Enumeration of IncludeStyleNodes. |
java.lang.String |
getName()
Implementation of StyleNode.getName(). |
java.util.Enumeration |
getProperties()
Implementation of StyleNode.getProperties(). |
java.lang.String |
getSelector()
Implementation of StyleNode.getSelector(). |
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)
Method Detail |
public java.lang.String getName()
public java.lang.String getSelector()
public java.util.Enumeration getProperties()
public java.util.Enumeration getCompoundProperties()
public java.util.Enumeration getIncludedStyles()
public java.util.Enumeration getIncludedProperties()
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |