org.jbind.xml.instance.impl
Class Impl

java.lang.Object
  extended byorg.jbind.xml.instance.impl.Impl
All Implemented Interfaces:
IHasLocation, IImpl
Direct Known Subclasses:
DataImpl, TextImpl

public abstract class Impl
extends java.lang.Object
implements IImpl


Constructor Summary
Impl(ILocation aLocation)
           
 
Method Summary
 ILocation getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.core.data.IImpl
accept, getAttributeData, getPrefixToNamespaceMapping, isNil, iterChildren, iterElementData
 

Constructor Detail

Impl

public Impl(ILocation aLocation)
Method Detail

getLocation

public final ILocation getLocation()
Specified by:
getLocation in interface IHasLocation