Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.style.xml.parse
Class StyleNode

java.lang.Object
  |
  +--oracle.cabo.style.xml.parse.StyleNode

public class StyleNode
extends java.lang.Object

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

StyleNode

public 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 Detail

getName

public java.lang.String getName()
Implementation of StyleNode.getName().

getSelector

public java.lang.String getSelector()
Implementation of StyleNode.getSelector().

getProperties

public java.util.Enumeration getProperties()
Implementation of StyleNode.getProperties().

getCompoundProperties

public java.util.Enumeration getCompoundProperties()
Returns an Enumeration containing Strings and IncludePropertyNodes.

getIncludedStyles

public java.util.Enumeration getIncludedStyles()
Returns an Enumeration of IncludeStyleNodes.

getIncludedProperties

public java.util.Enumeration getIncludedProperties()
Returns an Enumeration of IncludePropertyNodes.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.