|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3c.flute.parser.selectors.ElementSelectorImpl
public class ElementSelectorImpl
| Constructor Summary | |
|---|---|
ElementSelectorImpl(java.lang.String localName)
Creates a new ElementSelectorImpl |
|
| 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 ElementSelectorImpl(java.lang.String localName)
| Method Detail |
|---|
public short getSelectorType()
Selector
public java.lang.String getNamespaceURI()
NULL if this element selector can match any namespace.
public java.lang.String getLocalName()
NULL if this element selector can match any element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||