Package com.sun.tools.rngom.parse.host
Class IncludeHost
java.lang.Object
com.sun.tools.rngom.parse.host.Base
com.sun.tools.rngom.parse.host.GrammarSectionHost
com.sun.tools.rngom.parse.host.IncludeHost
- All Implemented Interfaces:
GrammarSection,Include
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.tools.rngom.ast.builder.GrammarSection
GrammarSection.Combine -
Field Summary
Fields inherited from interface com.sun.tools.rngom.ast.builder.GrammarSection
COMBINE_CHOICE, COMBINE_INTERLEAVE, START -
Method Summary
Modifier and TypeMethodDescriptionvoidendInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno) Methods inherited from class com.sun.tools.rngom.parse.host.GrammarSectionHost
define, makeDiv, makeInclude, topLevelAnnotation, topLevelCommentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.tools.rngom.ast.builder.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
-
Method Details
-
endInclude
public void endInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno) throws BuildException, IllegalSchemaException - Specified by:
endIncludein interfaceInclude- Parameters:
current- The current document we are parsing. This is the document that contains an include.- Throws:
BuildExceptionIllegalSchemaException
-