org.apache.batik.css.parser

Class AbstractElementSelector

public abstract class AbstractElementSelector extends Object implements ElementSelector

This class provides an abstract implementation of the ElementSelector interface.
Field Summary
protected StringlocalName
The local name.
protected StringnamespaceURI
The namespace URI.
Constructor Summary
protected AbstractElementSelector(String uri, String name)
Creates a new ElementSelector object.
Method Summary
StringgetLocalName()
SAC: Implements ElementSelector#getLocalName().
StringgetNamespaceURI()
SAC: Implements ElementSelector#getNamespaceURI().

Field Detail

localName

protected String localName
The local name.

namespaceURI

protected String namespaceURI
The namespace URI.

Constructor Detail

AbstractElementSelector

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

Method Detail

getLocalName

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

getNamespaceURI

public String getNamespaceURI()
SAC: Implements ElementSelector#getNamespaceURI().
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.