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