|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.DefaultSelectorFactory
This class implements the SelectorFactory
interface.
フィールドの概要 | |
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
内の createConditionalSelector
CSSException
public SimpleSelector createAnyNodeSelector() throws CSSException
SelectorFactory.createAnyNodeSelector()
.
SelectorFactory
内の createAnyNodeSelector
CSSException
public SimpleSelector createRootNodeSelector() throws CSSException
SelectorFactory.createRootNodeSelector()
.
SelectorFactory
内の createRootNodeSelector
CSSException
public NegativeSelector createNegativeSelector(SimpleSelector selector) throws CSSException
SelectorFactory.createNegativeSelector(SimpleSelector)
.
SelectorFactory
内の createNegativeSelector
CSSException
public ElementSelector createElementSelector(String namespaceURI, String tagName) throws CSSException
SelectorFactory.createElementSelector(String,String)
.
SelectorFactory
内の createElementSelector
CSSException
public CharacterDataSelector createTextNodeSelector(String data) throws CSSException
SelectorFactory.createTextNodeSelector(String)
.
SelectorFactory
内の createTextNodeSelector
CSSException
public CharacterDataSelector createCDataSectionSelector(String data) throws CSSException
SelectorFactory.createCDataSectionSelector(String)
.
SelectorFactory
内の createCDataSectionSelector
CSSException
public ProcessingInstructionSelector createProcessingInstructionSelector(String target, String data) throws CSSException
SelectorFactory.createProcessingInstructionSelector(String,String)
.
SelectorFactory
内の createProcessingInstructionSelector
CSSException
public CharacterDataSelector createCommentSelector(String data) throws CSSException
SelectorFactory.createCommentSelector(String)
.
SelectorFactory
内の createCommentSelector
CSSException
public ElementSelector createPseudoElementSelector(String namespaceURI, String pseudoName) throws CSSException
SelectorFactory.createPseudoElementSelector(String,String)
.
SelectorFactory
内の createPseudoElementSelector
CSSException
public DescendantSelector createDescendantSelector(Selector parent, SimpleSelector descendant) throws CSSException
SelectorFactory.createDescendantSelector(Selector,SimpleSelector)
.
SelectorFactory
内の createDescendantSelector
CSSException
public DescendantSelector createChildSelector(Selector parent, SimpleSelector child) throws CSSException
SelectorFactory.createChildSelector(Selector,SimpleSelector)
.
SelectorFactory
内の createChildSelector
CSSException
public SiblingSelector createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
SelectorFactory.createDirectAdjacentSelector(short,Selector,SimpleSelector)
.
SelectorFactory
内の createDirectAdjacentSelector
CSSException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |