Class PseudoElementSelectorImpl
- java.lang.Object
-
- com.steadystate.css.parser.selectors.PseudoElementSelectorImpl
-
- All Implemented Interfaces:
java.io.Serializable,ElementSelector,Selector,SimpleSelector
public class PseudoElementSelectorImpl extends java.lang.Object implements ElementSelector, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.w3c.css.sac.Selector
SAC_ANY_NODE_SELECTOR, SAC_CDATA_SECTION_NODE_SELECTOR, SAC_CHILD_SELECTOR, SAC_COMMENT_NODE_SELECTOR, SAC_CONDITIONAL_SELECTOR, SAC_DESCENDANT_SELECTOR, SAC_DIRECT_ADJACENT_SELECTOR, SAC_ELEMENT_NODE_SELECTOR, SAC_NEGATIVE_SELECTOR, SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR, SAC_PSEUDO_ELEMENT_SELECTOR, SAC_ROOT_NODE_SELECTOR, SAC_TEXT_NODE_SELECTOR
-
-
Constructor Summary
Constructors Constructor Description PseudoElementSelectorImpl(java.lang.String localName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalName()Returns the local part of the qualified name of this element.java.lang.StringgetNamespaceURI()Returns the namespace URI of this element selector.shortgetSelectorType()An integer indicating the type ofSelector
-
-
-
Method Detail
-
getSelectorType
public short getSelectorType()
Description copied from interface:SelectorAn integer indicating the type ofSelector- Specified by:
getSelectorTypein interfaceSelector
-
getNamespaceURI
public java.lang.String getNamespaceURI()
Description copied from interface:ElementSelectorReturns the namespace URI of this element selector.NULLif this element selector can match any namespace.- Specified by:
getNamespaceURIin interfaceElementSelector
-
getLocalName
public java.lang.String getLocalName()
Description copied from interface:ElementSelectorReturns the local part of the qualified name of this element.NULLif this element selector can match any element.- Specified by:
getLocalNamein interfaceElementSelector
-
-