org.apache.lucene.gdata.gom
Interface GOMAttribute

All Superinterfaces:
GOMXmlEntity
All Known Implementing Classes:
GOMAttributeImpl

public interface GOMAttribute
extends GOMXmlEntity

This class is a object representation of a XML Attribute used in the GO-Model.

Author:
Simon Willnauer

Method Summary
 boolean hasDefaultNamespace()
           
 
Methods inherited from interface org.apache.lucene.gdata.gom.GOMXmlEntity
getLocalName, getQname, getTextValue, setLocalName, setNamespacePrefix, setNamespaceUri, setTextValue
 

Method Detail

hasDefaultNamespace

boolean hasDefaultNamespace()
Returns:
true if and only if this attribute has the default namespace, otherwise false


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.