org.w3c.flute.parser.selectors
public class ElementSelectorImpl extends Object implements ElementSelector
Version: $Revision: 6653 $
Field Summary | |
---|---|
String | localName |
Constructor Summary | |
---|---|
ElementSelectorImpl(String localName)
Creates a new ElementSelectorImpl |
Method Summary | |
---|---|
String | getLocalName()
Returns the
local part
of the
qualified
name of this element.
|
String | getNamespaceURI()
Returns the
namespace
URI of this element selector.
|
short | getSelectorType()
An integer indicating the type of Selector |
NULL
if this element selector can match any element.
NULL
if this element selector can match any namespace.
Selector