$
Philippe
public SimpleSelector createAnyNodeSelector() throws CSSException
public CharacterDataSelector createCDataSectionSelector(String data) throws CSSException
public DescendantSelector createChildSelector(Selector parent, SimpleSelector child) throws CSSException
public CharacterDataSelector createCommentSelector(String data) throws CSSException
public ConditionalSelector createConditionalSelector(SimpleSelector selector, Condition condition) throws CSSException
public DescendantSelector createDescendantSelector(Selector parent, SimpleSelector descendant) throws CSSException
public SiblingSelector createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
public ElementSelector createElementSelector(String namespaceURI, String tagName) throws CSSException
public NegativeSelector createNegativeSelector(SimpleSelector selector) throws CSSException
public ProcessingInstructionSelector createProcessingInstructionSelector(String target, String data) throws CSSException
public ElementSelector createPseudoElementSelector(String namespaceURI, String pseudoName) throws CSSException
public SimpleSelector createRootNodeSelector() throws CSSException
public CharacterDataSelector createTextNodeSelector(String data) throws CSSException