org.apache.batik.css.parser

Class AbstractElementSelector

public abstract class AbstractElementSelector extends Object implements ElementSelector

This class provides an abstract implementation of the {@link 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 {@link ElementSelector#getLocalName()}.
StringgetNamespaceURI()
SAC: Implements {@link 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 {@link ElementSelector#getLocalName()}.

getNamespaceURI

public String getNamespaceURI()
SAC: Implements {@link ElementSelector#getNamespaceURI()}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.