org.kohsuke.rngom.parse.host
Class IncludeHost
java.lang.Object
org.kohsuke.rngom.parse.host.Base
org.kohsuke.rngom.parse.host.GrammarSectionHost
org.kohsuke.rngom.parse.host.IncludeHost
- All Implemented Interfaces:
- GrammarSection, Include
public class IncludeHost
- extends GrammarSectionHost
- implements Include
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
Methods inherited from class org.kohsuke.rngom.parse.host.Base |
cast, cast |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
endInclude
public void endInclude(Parseable current,
String uri,
String ns,
Location _loc,
Annotations _anno)
throws BuildException,
IllegalSchemaException
- Specified by:
endInclude
in interface Include
- Parameters:
current
- The current document we are parsing.
This is the document that contains an include.
- Throws:
BuildException
IllegalSchemaException
Copyright © 2011. All Rights Reserved.