org.apache.batik.css.parser
Class AbstractElementSelector

java.lang.Object
  extended by org.apache.batik.css.parser.AbstractElementSelector
Direct Known Subclasses:
DefaultElementSelector, DefaultPseudoElementSelector

public abstract class AbstractElementSelector
extends Object

This class provides an abstract implementation of the ElementSelector interface.


Field Summary
protected  String localName
          The local name.
protected  String namespaceURI
          The namespace URI.
 
Constructor Summary
protected AbstractElementSelector(String uri, String name)
          Creates a new ElementSelector object.
 
Method Summary
 String getLocalName()
          SAC: Implements ElementSelector#getLocalName().
 String getNamespaceURI()
          SAC: Implements ElementSelector#getNamespaceURI().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceURI

protected String namespaceURI
The namespace URI.


localName

protected String localName
The local name.

Constructor Detail

AbstractElementSelector

protected AbstractElementSelector(String uri,
                                  String name)
Creates a new ElementSelector object.

Method Detail

getNamespaceURI

public String getNamespaceURI()
SAC: Implements ElementSelector#getNamespaceURI().


getLocalName

public String getLocalName()
SAC: Implements ElementSelector#getLocalName().



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.