org.enhydra.xml.xmlc.parsers
Class XMLCDocumentLocator

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.parsers.XMLCDocumentLocator

public class XMLCDocumentLocator
extends Object

Class to contain a document locator object. This container is use so that the locator can be shared amount multiple classes and be settable during parsing.


Constructor Summary
XMLCDocumentLocator()
           
 
Method Summary
 Locator getLocator()
          Get the documen locator.
 void setLocator(Locator locator)
          Set the document locator.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLCDocumentLocator

public XMLCDocumentLocator()
Method Detail

setLocator

public void setLocator(Locator locator)
Set the document locator.

getLocator

public Locator getLocator()
Get the documen locator.


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.