org.jbind.xml.schema.element
Class RefAttribute

java.lang.Object
  extended byorg.jbind.xml.schema.element.Attribute
      extended byorg.jbind.xml.schema.element.RefAttribute
All Implemented Interfaces:
IAttribute, IHasLocation

public class RefAttribute
extends Attribute


Constructor Summary
RefAttribute(ACParams anACParams, ISymbolspace aSymbolSpace)
           
 
Method Summary
 IRef getRef()
          Gets the attribute value interpreted as a reference.
 
Methods inherited from class org.jbind.xml.schema.element.Attribute
getBoolean, getInt, getLocalName, getLocation, getNamespaceUri, getStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefAttribute

public RefAttribute(ACParams anACParams,
                    ISymbolspace aSymbolSpace)
             throws XmlException
Method Detail

getRef

public IRef getRef()
Description copied from interface: IAttribute
Gets the attribute value interpreted as a reference. This method must only be called if it is known that the attribute is a reference.

Specified by:
getRef in interface IAttribute
Overrides:
getRef in class Attribute