Class LocatorImpl

java.lang.Object
com.sun.tools.rngom.ast.util.LocatorImpl
All Implemented Interfaces:
Location, Locator

public class LocatorImpl extends Object implements Locator, Location
Locator implementation with Location marker.
  • Constructor Details

    • LocatorImpl

      public LocatorImpl(String systemId, int lineNumber, int columnNumber)
  • Method Details