Skip to content

Commit 8dbf3ff

Browse files
committed
Updated exports listed in index.ts
1 parent 1872777 commit 8dbf3ff

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ts/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ export { GrammarPrecompiler } from "./grammar/GrammarPrecompiler";
6666
// XML Schema Classes
6767
export { XMLSchemaGrammar } from "./schema/XMLSchemaGrammar";
6868
export { XMLSchemaParser } from "./schema/XMLSchemaParser";
69+
export { SchemaParsingHandler } from "./schema/SchemaParsingHandler";
6970
export { SchemaType } from "./schema/SchemaType";
7071
export { SimpleType } from "./schema/SimpleType";
7172
export { ComplexType } from "./schema/ComplexType";
7273
export { SchemaElementDecl } from "./schema/Element";
7374
export { SchemaAttributeDecl } from "./schema/Attribute";
75+
export { BuiltinTypes } from "./schema/BuiltinTypes";
7476
export { ContentModel as SchemaContentModel } from "./schema/ContentModel";
7577
export { ElementModel } from "./schema/ElementModel";
7678
export { SequenceModel } from "./schema/SequenceModel";
@@ -84,4 +86,8 @@ export { AnyModel } from "./schema/AnyModel";
8486
export { AnyParticle } from "./schema/AnyParticle";
8587
export { AttributeGroup } from "./schema/AttributeGroup";
8688
export { 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";

0 commit comments

Comments
 (0)