groovy.util
Class AntBuilderLocator

java.lang.Object
  extended by groovy.util.AntBuilderLocator
All Implemented Interfaces:
org.xml.sax.Locator

 class AntBuilderLocator
extends java.lang.Object
implements org.xml.sax.Locator

Would be nice to retrieve location information (from AST?). In a first time, without info


Constructor Summary
AntBuilderLocator()
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntBuilderLocator

AntBuilderLocator()
Method Detail

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface org.xml.sax.Locator

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface org.xml.sax.Locator

getPublicId

public java.lang.String getPublicId()
Specified by:
getPublicId in interface org.xml.sax.Locator

getSystemId

public java.lang.String getSystemId()
Specified by:
getSystemId in interface org.xml.sax.Locator


Copyright © ${year} The Codehaus. All Rights Reserved.