home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / parser.jar / com / sun / xml / tree / XmlDocumentBuilder$ParseContextImpl.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  1.0 KB  |  27 lines

  1. package com.sun.xml.tree;
  2.  
  3. import java.util.Locale;
  4. import org.xml.sax.ErrorHandler;
  5. import org.xml.sax.Locator;
  6.  
  7. class XmlDocumentBuilder$ParseContextImpl implements ParseContext {
  8.    // $FF: synthetic field
  9.    private final XmlDocumentBuilder this$0;
  10.  
  11.    XmlDocumentBuilder$ParseContextImpl(XmlDocumentBuilder var1) {
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public ErrorHandler getErrorHandler() {
  16.       return XmlDocumentBuilder.access$0(this.this$0) != null ? XmlDocumentBuilder.access$0(this.this$0).getErrorHandler() : null;
  17.    }
  18.  
  19.    public Locale getLocale() {
  20.       return this.this$0.getLocale();
  21.    }
  22.  
  23.    public Locator getLocator() {
  24.       return XmlDocumentBuilder.access$1(this.this$0);
  25.    }
  26. }
  27.