Creates a cdata section node selector.
Parameters: data - the data the cdata section node selector exception: CSSException - If this selector is not supported.
Creates a child selector.
Parameters: parent - the parent selector Parameters: child - the child selector the combinator selector. exception: CSSException - If this selector is not supported.
Creates a conditional selector.
Parameters: selector - a selector. Parameters: condition - a condition the conditional selector. exception: CSSException - If this selector is not supported.
Creates a descendant selector.
Parameters: parent - the parent selector Parameters: descendant - the descendant selector the combinator selector. exception: CSSException - If this selector is not supported.
Creates a sibling selector.
Parameters: nodeType - the type of nodes in the siblings list. Parameters: child - the child selector Parameters: adjacent - the direct adjacent selector the sibling selector with nodeType equals to org.w3c.dom.Node.ELEMENT_NODE exception: CSSException - If this selector is not supported.
Creates an element selector.
Parameters: namespaceURI - the namespaceURI of the element selector. Parameters: tagName - the localpart of the element name. NULL if this elementselector can match any element. the element selector exception: CSSException - If this selector is not supported.
Creates a processing instruction node selector.
Parameters: target - the target Parameters: data - the data the processing instruction node selector exception: CSSException - If this selector is not supported.
Creates a pseudo element selector.
Parameters: pseudoName - the pseudo element name. NULL if thiselement selector can match any pseudo element. the element selector exception: CSSException - If this selector is not supported.