org.tm4j.tmapi.core
Class TMAPILocatorImpl

java.lang.Object
  extended byorg.tm4j.tmapi.core.TMAPILocatorImpl
All Implemented Interfaces:
org.tmapi.core.Locator

public class TMAPILocatorImpl
extends java.lang.Object
implements org.tmapi.core.Locator


Field Summary
protected  Locator m_obj
           
 
Constructor Summary
TMAPILocatorImpl(Locator obj)
           
 
Method Summary
 boolean equals(org.tmapi.core.Locator _other)
           
 boolean equals(java.lang.Object other)
           
 java.lang.String getNotation()
           
 java.lang.String getReference()
           
 Locator getWrapped()
           
 int hashCode()
           
 org.tmapi.core.Locator resolveRelative(java.lang.String relative)
           
 java.lang.String toExternalForm()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_obj

protected Locator m_obj
Constructor Detail

TMAPILocatorImpl

public TMAPILocatorImpl(Locator obj)
Method Detail

getWrapped

public Locator getWrapped()

getNotation

public java.lang.String getNotation()
Specified by:
getNotation in interface org.tmapi.core.Locator

getReference

public java.lang.String getReference()
Specified by:
getReference in interface org.tmapi.core.Locator

equals

public boolean equals(org.tmapi.core.Locator _other)

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface org.tmapi.core.Locator

hashCode

public int hashCode()
Specified by:
hashCode in interface org.tmapi.core.Locator

resolveRelative

public org.tmapi.core.Locator resolveRelative(java.lang.String relative)
Specified by:
resolveRelative in interface org.tmapi.core.Locator

toExternalForm

public java.lang.String toExternalForm()
Specified by:
toExternalForm in interface org.tmapi.core.Locator