|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steadystate.css.parser.selectors.PseudoElementSelectorImpl
public class PseudoElementSelectorImpl
Field Summary |
---|
Constructor Summary | |
---|---|
PseudoElementSelectorImpl(java.lang.String localName)
|
Method Summary | |
---|---|
java.lang.String |
getLocalName()
Returns the local part of the qualified name of this element. |
java.lang.String |
getNamespaceURI()
Returns the namespace URI of this element selector. |
short |
getSelectorType()
An integer indicating the type of Selector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PseudoElementSelectorImpl(java.lang.String localName)
Method Detail |
---|
public short getSelectorType()
Selector
Selector
getSelectorType
in interface Selector
public java.lang.String getNamespaceURI()
ElementSelector
NULL
if this element selector can match any namespace.
getNamespaceURI
in interface ElementSelector
public java.lang.String getLocalName()
ElementSelector
NULL
if this element selector can match any element.
getLocalName
in interface ElementSelector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |