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 SelectorFactory
CSSException
public SimpleSelector createAnyNodeSelector() throws CSSException
createAnyNodeSelector
in interface SelectorFactory
CSSException
public SimpleSelector createRootNodeSelector() throws CSSException
createRootNodeSelector
in interface SelectorFactory
CSSException
public NegativeSelector createNegativeSelector(SimpleSelector selector) throws CSSException
createNegativeSelector
in interface SelectorFactory
CSSException
public ElementSelector createElementSelector(String namespaceURI, String tagName) throws CSSException
createElementSelector
in interface SelectorFactory
CSSException
public CharacterDataSelector createTextNodeSelector(String data) throws CSSException
createTextNodeSelector
in interface SelectorFactory
CSSException
public CharacterDataSelector createCDataSectionSelector(String data) throws CSSException
createCDataSectionSelector
in interface SelectorFactory
CSSException
public ProcessingInstructionSelector createProcessingInstructionSelector(String target, String data) throws CSSException
createProcessingInstructionSelector
in interface SelectorFactory
CSSException
public CharacterDataSelector createCommentSelector(String data) throws CSSException
createCommentSelector
in interface SelectorFactory
CSSException
public ElementSelector createPseudoElementSelector(String namespaceURI, String pseudoName) throws CSSException
createPseudoElementSelector
in interface SelectorFactory
CSSException
public DescendantSelector createDescendantSelector(Selector parent, SimpleSelector descendant) throws CSSException
createDescendantSelector
in interface SelectorFactory
CSSException
public DescendantSelector createChildSelector(Selector parent, SimpleSelector child) throws CSSException
createChildSelector
in interface SelectorFactory
CSSException
public SiblingSelector createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
createDirectAdjacentSelector
in interface SelectorFactory
CSSException
public ElementSelector createElementSelector(String namespaceURI, String tagName, Locator locator) throws CSSException
createElementSelector
in interface SelectorFactoryExt
CSSException
public ElementSelector createPseudoElementSelector(String namespaceURI, String pseudoName, Locator locator, boolean doubleColon) throws CSSException
createPseudoElementSelector
in interface SelectorFactoryExt
CSSException
public ElementSelector createSyntheticElementSelector() throws CSSException
createSyntheticElementSelector
in interface SelectorFactoryExt
CSSException
public SiblingSelector createGeneralAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
createGeneralAdjacentSelector
in interface SelectorFactoryExt
CSSException
Copyright © 1999–2022. All rights reserved.