|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.AbstractElementSelector
This class provides an abstract implementation of the ElementSelector
interface.
フィールドの概要 | |
protected String |
localName
The local name. |
protected String |
namespaceURI
The namespace URI. |
コンストラクタの概要 | |
protected |
AbstractElementSelector(String uri,
String name)
Creates a new ElementSelector object. |
メソッドの概要 | |
String |
getLocalName()
SAC : Implements ElementSelector.getLocalName() . |
String |
getNamespaceURI()
SAC : Implements ElementSelector.getNamespaceURI() . |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.w3c.css.sac.Selector から継承したメソッド |
getSelectorType |
フィールドの詳細 |
protected String namespaceURI
protected String localName
コンストラクタの詳細 |
protected AbstractElementSelector(String uri, String name)
メソッドの詳細 |
public String getNamespaceURI()
ElementSelector.getNamespaceURI()
.
ElementSelector
内の getNamespaceURI
public String getLocalName()
ElementSelector.getLocalName()
.
ElementSelector
内の getLocalName
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |