home *** CD-ROM | disk | FTP | other *** search
- package com.sun.xml.tree;
-
- import java.util.Locale;
- import org.xml.sax.ErrorHandler;
- import org.xml.sax.Locator;
-
- class XmlDocumentBuilder$ParseContextImpl implements ParseContext {
- // $FF: synthetic field
- private final XmlDocumentBuilder this$0;
-
- XmlDocumentBuilder$ParseContextImpl(XmlDocumentBuilder var1) {
- this.this$0 = var1;
- }
-
- public ErrorHandler getErrorHandler() {
- return XmlDocumentBuilder.access$0(this.this$0) != null ? XmlDocumentBuilder.access$0(this.this$0).getErrorHandler() : null;
- }
-
- public Locale getLocale() {
- return this.this$0.getLocale();
- }
-
- public Locator getLocator() {
- return XmlDocumentBuilder.access$1(this.this$0);
- }
- }
-