org.apache.openjpa.lib.xml
Class Location
java.lang.Object
   org.apache.openjpa.lib.xml.Location
org.apache.openjpa.lib.xml.Location
- public class Location 
- extends java.lang.Object
- Author:
- Stephen Kim
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Location
public Location()
Location
public Location(boolean nullOnNoLocator)
getLocation
public java.lang.String getLocation(java.lang.String format)
- for customized responses
 
- 
 
getLocation
public java.lang.String getLocation()
- 
 
setLocator
public void setLocator(org.xml.sax.Locator locator)
- 
 
getLocator
public org.xml.sax.Locator getLocator()
- 
 
setNullOnNoLocator
public void setNullOnNoLocator(boolean val)
- 
 
isNullOnNoLocator
public boolean isNullOnNoLocator()
- 
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.