|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.AbstractSiblingSelector
This class provides an abstract implementation of the
SiblingSelector
interface.
フィールドの概要 | |
protected short |
nodeType
The node type. |
protected Selector |
selector
The selector. |
protected SimpleSelector |
simpleSelector
The simple selector. |
インタフェース org.w3c.css.sac.SiblingSelector から継承したフィールド |
ANY_NODE |
コンストラクタの概要 | |
protected |
AbstractSiblingSelector(short type,
Selector sel,
SimpleSelector simple)
Creates a new SiblingSelector object. |
メソッドの概要 | |
short |
getNodeType()
Returns the node type. |
Selector |
getSelector()
SAC : Implements SiblingSelector.getSelector() . |
SimpleSelector |
getSiblingSelector()
SAC : Implements SiblingSelector.getSiblingSelector() . |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.w3c.css.sac.Selector から継承したメソッド |
getSelectorType |
フィールドの詳細 |
protected short nodeType
protected Selector selector
protected SimpleSelector simpleSelector
コンストラクタの詳細 |
protected AbstractSiblingSelector(short type, Selector sel, SimpleSelector simple)
メソッドの詳細 |
public short getNodeType()
SiblingSelector
内の getNodeType
public Selector getSelector()
SiblingSelector.getSelector()
.
SiblingSelector
内の getSelector
public SimpleSelector getSiblingSelector()
SiblingSelector.getSiblingSelector()
.
SiblingSelector
内の getSiblingSelector
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |