File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ export { GrammarPrecompiler } from "./grammar/GrammarPrecompiler";
6666// XML Schema Classes
6767export { XMLSchemaGrammar } from "./schema/XMLSchemaGrammar" ;
6868export { XMLSchemaParser } from "./schema/XMLSchemaParser" ;
69+ export { SchemaParsingHandler } from "./schema/SchemaParsingHandler" ;
6970export { SchemaType } from "./schema/SchemaType" ;
7071export { SimpleType } from "./schema/SimpleType" ;
7172export { ComplexType } from "./schema/ComplexType" ;
7273export { SchemaElementDecl } from "./schema/Element" ;
7374export { SchemaAttributeDecl } from "./schema/Attribute" ;
75+ export { BuiltinTypes } from "./schema/BuiltinTypes" ;
7476export { ContentModel as SchemaContentModel } from "./schema/ContentModel" ;
7577export { ElementModel } from "./schema/ElementModel" ;
7678export { SequenceModel } from "./schema/SequenceModel" ;
@@ -84,4 +86,8 @@ export { AnyModel } from "./schema/AnyModel";
8486export { AnyParticle } from "./schema/AnyParticle" ;
8587export { AttributeGroup } from "./schema/AttributeGroup" ;
8688export { GroupModel } from "./schema/GroupModel" ;
87- export { Model } from "./schema/Model" ;
89+ export { Model } from "./schema/Model" ;
90+
91+ // Test Utilities
92+ export { DTDTestSuite } from "./tests/DTDTestSuite" ;
93+ export { XMLSchemaTestSuite } from "./tests/XMLSchemaTestSuite" ;
You can’t perform that action at this time.
0 commit comments