Save This Page
Home » openjdk-7 » com.sun.xml.internal.rngom.ast » util » [javadoc | source]
com.sun.xml.internal.rngom.ast.util
public class: LocatorImpl [javadoc | source]
java.lang.Object
   com.sun.xml.internal.rngom.ast.util.LocatorImpl

All Implemented Interfaces:
    Location, Locator

Locator implementation with Location marker.
Constructor:
 public LocatorImpl(String systemId,
    int lineNumber,
    int columnNumber) 
Method from com.sun.xml.internal.rngom.ast.util.LocatorImpl Summary:
getColumnNumber,   getLineNumber,   getPublicId,   getSystemId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.xml.internal.rngom.ast.util.LocatorImpl Detail:
 public int getColumnNumber() 
 public int getLineNumber() 
 public String getPublicId() 
 public String getSystemId()