|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.style.xml.parse.IncludeStyleNode
IncludeStyleNode is used to represent a single <includeStyle> 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 |
Constructor Detail |
public IncludeStyleNode(java.lang.String name, java.lang.String selector)
Method Detail |
public java.lang.String getName()
public java.lang.String getSelector()
|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |