org.apache.myfaces.trinidadinternal.style.xml.parse
Class IncludeStyleNode
java.lang.Object
org.apache.myfaces.trinidadinternal.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.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/xml/parse/IncludeStyleNode.java#0 $) $Date: 10-nov-2005.18:58:08 $
|
Constructor Summary |
IncludeStyleNode(java.lang.String name,
java.lang.String selector)
Creates an IncludeStyleNode. |
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the name of the style to include. |
java.lang.String |
getSelector()
Returns the selector of the style to include. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, 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.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.