oracle.cabo.style.xml.parse
Class IncludeStyleNode
java.lang.Object
|
+--oracle.cabo.style.xml.parse.IncludeStyleNode
- public class IncludeStyleNode
- extends java.lang.Object
IncludeStyleNode is used to represent a single element
in a parsed XML Style Sheet Language document.
Constructor Summary |
IncludeStyleNode(java.lang.String name,
java.lang.String selector)
Creates an IncludeStyleNode. |
Method Summary |
java.lang.String |
getName()
Returns the name of the style to include. |
java.lang.String |
getSelector()
Returns the selector of the style to include. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludeStyleNode
public IncludeStyleNode(java.lang.String name,
java.lang.String selector)
- Creates an IncludeStyleNode. In general, either the name or
selector of the included style is specified.
getName
public java.lang.String getName()
- Returns the name of the style to include.
getSelector
public java.lang.String getSelector()
- Returns the selector of the style to include.
Copyright © 2002,2003, Oracle. All Rights Reserved.