|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.parser.DefaultSelectorFactory
This class implements the SelectorFactoryinterface.
| フィールドの概要 | |
static SelectorFactory |
INSTANCE
The instance of this class. |
| コンストラクタの概要 | |
protected |
DefaultSelectorFactory()
This class does not need to be instantiated. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final SelectorFactory INSTANCE
| コンストラクタの詳細 |
protected DefaultSelectorFactory()
| メソッドの詳細 |
public ConditionalSelector createConditionalSelector(SimpleSelector selector,
Condition condition)
throws CSSException
SelectorFactory.createConditionalSelector(SimpleSelector,Condition)
.
SelectorFactory 内の createConditionalSelectorCSSException
public SimpleSelector createAnyNodeSelector()
throws CSSException
SelectorFactory.createAnyNodeSelector().
SelectorFactory 内の createAnyNodeSelectorCSSException
public SimpleSelector createRootNodeSelector()
throws CSSException
SelectorFactory.createRootNodeSelector().
SelectorFactory 内の createRootNodeSelectorCSSException
public NegativeSelector createNegativeSelector(SimpleSelector selector)
throws CSSException
SelectorFactory.createNegativeSelector(SimpleSelector)
.
SelectorFactory 内の createNegativeSelectorCSSException
public ElementSelector createElementSelector(String namespaceURI,
String tagName)
throws CSSException
SelectorFactory.createElementSelector(String,String)
.
SelectorFactory 内の createElementSelectorCSSException
public CharacterDataSelector createTextNodeSelector(String data)
throws CSSException
SelectorFactory.createTextNodeSelector(String).
SelectorFactory 内の createTextNodeSelectorCSSException
public CharacterDataSelector createCDataSectionSelector(String data)
throws CSSException
SelectorFactory.createCDataSectionSelector(String)
.
SelectorFactory 内の createCDataSectionSelectorCSSException
public ProcessingInstructionSelector createProcessingInstructionSelector(String target,
String data)
throws CSSException
SelectorFactory.createProcessingInstructionSelector(String,String)
.
SelectorFactory 内の createProcessingInstructionSelectorCSSException
public CharacterDataSelector createCommentSelector(String data)
throws CSSException
SelectorFactory.createCommentSelector(String).
SelectorFactory 内の createCommentSelectorCSSException
public ElementSelector createPseudoElementSelector(String namespaceURI,
String pseudoName)
throws CSSException
SelectorFactory.createPseudoElementSelector(String,String).
SelectorFactory 内の createPseudoElementSelectorCSSException
public DescendantSelector createDescendantSelector(Selector parent,
SimpleSelector descendant)
throws CSSException
SelectorFactory.createDescendantSelector(Selector,SimpleSelector)
.
SelectorFactory 内の createDescendantSelectorCSSException
public DescendantSelector createChildSelector(Selector parent,
SimpleSelector child)
throws CSSException
SelectorFactory.createChildSelector(Selector,SimpleSelector).
SelectorFactory 内の createChildSelectorCSSException
public SiblingSelector createDirectAdjacentSelector(short nodeType,
Selector child,
SimpleSelector directAdjacent)
throws CSSException
SelectorFactory.createDirectAdjacentSelector(short,Selector,SimpleSelector)
.
SelectorFactory 内の createDirectAdjacentSelectorCSSException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||