|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Selector
Method Detail |
public ConditionalSelector createConditionalSelector(SimpleSelector selector, Condition condition) throws CSSException
selector
- a selector.condition
- a condition
CSSException
- If this selector is not supported.public SimpleSelector createAnyNodeSelector() throws CSSException
CSSException
- If this selector is not supported.public SimpleSelector createRootNodeSelector() throws CSSException
CSSException
- If this selector is not supported.public NegativeSelector createNegativeSelector(SimpleSelector selector) throws CSSException
selector
- a selector.
CSSException
- If this selector is not supported.public ElementSelector createElementSelector(String namespaceURI, String tagName) throws CSSException
namespaceURI
- the namespace
URI of the element selector.tagName
- the local
part of the element name. NULL
if this element
selector can match any element.
CSSException
- If this selector is not supported.public CharacterDataSelector createTextNodeSelector(String data) throws CSSException
data
- the data
CSSException
- If this selector is not supported.public CharacterDataSelector createCDataSectionSelector(String data) throws CSSException
data
- the data
CSSException
- If this selector is not supported.public ProcessingInstructionSelector createProcessingInstructionSelector(String target, String data) throws CSSException
target
- the targetdata
- the data
CSSException
- If this selector is not supported.public CharacterDataSelector createCommentSelector(String data) throws CSSException
data
- the data
CSSException
- If this selector is not supported.public ElementSelector createPseudoElementSelector(String namespaceURI, String pseudoName) throws CSSException
pseudoName
- the pseudo element name. NULL
if this
element selector can match any pseudo element.
CSSException
- If this selector is not supported.public DescendantSelector createDescendantSelector(Selector parent, SimpleSelector descendant) throws CSSException
parent
- the parent selectordescendant
- the descendant selector
CSSException
- If this selector is not supported.public DescendantSelector createChildSelector(Selector parent, SimpleSelector child) throws CSSException
parent
- the parent selectorchild
- the child selector
CSSException
- If this selector is not supported.public SiblingSelector createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent) throws CSSException
nodeType
- the type of nodes in the siblings list.child
- the child selectordirectAdjacent
- the direct adjacent selector
CSSException
- If this selector is not supported.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |