- XmlMigrationOptions - Class in ai.grakn.migration.xml
-
Configure the default XML migration options and access arguments passed by the user
- XmlMigrationOptions(String[]) - Constructor for class ai.grakn.migration.xml.XmlMigrationOptions
-
- XmlMigrator - Class in ai.grakn.migration.xml
-
Migrator for migrating XML data into Grakn instances
- XmlMigrator(File) - Constructor for class ai.grakn.migration.xml.XmlMigrator
-
Construct a XmlMigrator to migrate data in the given file or dir
- XmlSchema - Class in ai.grakn.migration.xml
-
Read an XML Schema (a .xsd) file and provide information about the types inside it.
- XmlSchema() - Constructor for class ai.grakn.migration.xml.XmlSchema
-
- XmlSchema.TypeInfo - Class in ai.grakn.migration.xml
-
Holds type information about an XML element: the XML Schema type name and max number of occurrences.