- All Superinterfaces:
Selector
,SimpleSelector
Element selector, created by Philippe Le Hegaret
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.nsac.Selector
Selector.SelectorType
-
Method Summary
Modifier and TypeMethodDescriptionReturns the local part of the qualified name of this element.Returns the namespace URI of this element selector.Methods inherited from interface io.sf.carte.doc.style.css.nsac.Selector
getSelectorType
-
Method Details
-
getNamespaceURI
String getNamespaceURI()Returns the namespace URI of this element selector.- Returns:
- the namespace of this element selector, or
null
if this element selector can match any namespace.
-
getLocalName
String getLocalName()Returns the local part of the qualified name of this element.- Returns:
- the local name of the element that is matched by this selector, or
null
if this element selector can match any element.
-