public class SelectorFactoryAdapter extends Object implements SelectorFactoryExt
| Constructor and Description |
|---|
SelectorFactoryAdapter(SelectorFactory selectorFactory) |
public SelectorFactoryAdapter(SelectorFactory selectorFactory)
public ConditionalSelector createConditionalSelector(SimpleSelector selector, Condition condition) throws CSSException
createConditionalSelector in interface SelectorFactoryCSSExceptionpublic SimpleSelector createAnyNodeSelector() throws CSSException
createAnyNodeSelector in interface SelectorFactoryCSSExceptionpublic SimpleSelector createRootNodeSelector() throws CSSException
createRootNodeSelector in interface SelectorFactoryCSSExceptionpublic NegativeSelector createNegativeSelector(SimpleSelector selector) throws CSSException
createNegativeSelector in interface SelectorFactoryCSSExceptionpublic ElementSelector createElementSelector(String namespaceURI, String tagName) throws CSSException
createElementSelector in interface SelectorFactoryCSSExceptionpublic CharacterDataSelector createTextNodeSelector(String data) throws CSSException
createTextNodeSelector in interface SelectorFactoryCSSExceptionpublic CharacterDataSelector createCDataSectionSelector(String data) throws CSSException
createCDataSectionSelector in interface SelectorFactoryCSSExceptionpublic ProcessingInstructionSelector createProcessingInstructionSelector(String target, String data) throws CSSException
createProcessingInstructionSelector in interface SelectorFactoryCSSExceptionpublic CharacterDataSelector createCommentSelector(String data) throws CSSException
createCommentSelector in interface SelectorFactoryCSSExceptionpublic ElementSelector createPseudoElementSelector(String namespaceURI, String pseudoName) throws CSSException
createPseudoElementSelector in interface SelectorFactoryCSSExceptionpublic DescendantSelector createDescendantSelector(Selector parent, SimpleSelector descendant) throws CSSException
createDescendantSelector in interface SelectorFactoryCSSExceptionpublic DescendantSelector createChildSelector(Selector parent, SimpleSelector child) throws CSSException
createChildSelector in interface SelectorFactoryCSSExceptionpublic SiblingSelector createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
createDirectAdjacentSelector in interface SelectorFactoryCSSExceptionpublic ElementSelector createElementSelector(String namespaceURI, String tagName, Locator locator) throws CSSException
createElementSelector in interface SelectorFactoryExtCSSExceptionpublic ElementSelector createPseudoElementSelector(String namespaceURI, String pseudoName, Locator locator, boolean doubleColon) throws CSSException
createPseudoElementSelector in interface SelectorFactoryExtCSSExceptionpublic ElementSelector createSyntheticElementSelector() throws CSSException
createSyntheticElementSelector in interface SelectorFactoryExtCSSExceptionpublic SiblingSelector createGeneralAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
createGeneralAdjacentSelector in interface SelectorFactoryExtCSSExceptionCopyright © 1999–2022. All rights reserved.