home *** CD-ROM | disk | FTP | other *** search
- package com.sun.xml.parser;
-
- import org.xml.sax.SAXException;
-
- class ValidatingParser$EmptyValidator extends ElementValidator {
- // $FF: synthetic field
- private final ValidatingParser this$0;
-
- ValidatingParser$EmptyValidator(ValidatingParser var1) {
- this.this$0 = var1;
- }
-
- public void consume(String var1) throws SAXException {
- this.this$0.error("V-033", (Object[])null);
- }
-
- public void text() throws SAXException {
- this.this$0.error("V-033", (Object[])null);
- }
- }
-