public class FixNamespaceSelectorFactory
extends java.lang.Object
Constructor and Description |
---|
FixNamespaceSelectorFactory(SelectorFactory parent) |
Modifier and Type | Method and Description |
---|---|
SimpleSelector |
createAnyNodeSelector() |
CharacterDataSelector |
createCDataSectionSelector(java.lang.String data) |
DescendantSelector |
createChildSelector(Selector parent,
SimpleSelector child) |
CharacterDataSelector |
createCommentSelector(java.lang.String data) |
ConditionalSelector |
createConditionalSelector(SimpleSelector selector,
Condition condition) |
DescendantSelector |
createDescendantSelector(Selector parent,
SimpleSelector descendant) |
SiblingSelector |
createDirectAdjacentSelector(short nodeType,
Selector child,
SimpleSelector directAdjacent) |
ElementSelector |
createElementSelector(java.lang.String namespaceURI,
java.lang.String tagName) |
NegativeSelector |
createNegativeSelector(SimpleSelector selector) |
ProcessingInstructionSelector |
createProcessingInstructionSelector(java.lang.String target,
java.lang.String data) |
ElementSelector |
createPseudoElementSelector(java.lang.String namespaceURI,
java.lang.String pseudoName) |
SimpleSelector |
createRootNodeSelector() |
CharacterDataSelector |
createTextNodeSelector(java.lang.String data) |
public FixNamespaceSelectorFactory(SelectorFactory parent)
public ConditionalSelector createConditionalSelector(SimpleSelector selector, Condition condition) throws CSSException
CSSException
public SimpleSelector createAnyNodeSelector() throws CSSException
CSSException
public SimpleSelector createRootNodeSelector() throws CSSException
CSSException
public NegativeSelector createNegativeSelector(SimpleSelector selector) throws CSSException
CSSException
public ElementSelector createElementSelector(java.lang.String namespaceURI, java.lang.String tagName) throws CSSException
CSSException
public CharacterDataSelector createTextNodeSelector(java.lang.String data) throws CSSException
CSSException
public CharacterDataSelector createCDataSectionSelector(java.lang.String data) throws CSSException
CSSException
public ProcessingInstructionSelector createProcessingInstructionSelector(java.lang.String target, java.lang.String data) throws CSSException
CSSException
public CharacterDataSelector createCommentSelector(java.lang.String data) throws CSSException
CSSException
public ElementSelector createPseudoElementSelector(java.lang.String namespaceURI, java.lang.String pseudoName) throws CSSException
CSSException
public DescendantSelector createDescendantSelector(Selector parent, SimpleSelector descendant) throws CSSException
CSSException
public DescendantSelector createChildSelector(Selector parent, SimpleSelector child) throws CSSException
CSSException
public SiblingSelector createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
CSSException