public class XmlSchema extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlSchema.TypeInfo
Holds type information about an XML element: the XML Schema type name and max number of occurrences.
|
| Constructor and Description |
|---|
XmlSchema() |
| Modifier and Type | Method and Description |
|---|---|
XmlSchema |
read(File schemaFile) |
XmlSchema.TypeInfo |
typeOf(String elementName)
Return the type info of an element or
new TypeInfo("xs:complexType", Long.MAX_LONG) as
a default. |
public XmlSchema.TypeInfo typeOf(String elementName)
new TypeInfo("xs:complexType", Long.MAX_LONG) as
a default.Copyright © 2017 Grakn Labs Ltd. All rights reserved.