|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.xsd.reader.internal.XmlTypeUtil
public abstract class XmlTypeUtil
Utility methods regarding type resolving
Field Summary | |
---|---|
static QName |
NAME_ANY_TYPE
Qualified name of the anyType schema type |
protected static org.geotools.xs.XSSchema |
xsSchema
The XML simple types schema |
Constructor Summary | |
---|---|
XmlTypeUtil()
|
Method Summary | |
---|---|
static void |
configureSimpleType(XmlTypeDefinition type,
org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType,
XmlIndex index,
IOReporter reporter)
Configure a type definition for a simple type based on the XmlSchemaSimpleType . |
static void |
configureType(XmlTypeDefinition type)
Configure a type with defaults if possible, e.g. |
static boolean |
setSpecialBinding(XmlTypeDefinition type)
Determine if there is a special binding available for a type (apart from explicit definition in the schema) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.geotools.xs.XSSchema xsSchema
public static final QName NAME_ANY_TYPE
Constructor Detail |
---|
public XmlTypeUtil()
Method Detail |
---|
public static void configureType(XmlTypeDefinition type)
type
- the type to configurepublic static void configureSimpleType(XmlTypeDefinition type, org.apache.ws.commons.schema.XmlSchemaSimpleType simpleType, XmlIndex index, IOReporter reporter)
XmlSchemaSimpleType
.
type
- the type definitionsimpleType
- the schema simple typeindex
- the XML index for resolving type definitionsreporter
- the reportpublic static boolean setSpecialBinding(XmlTypeDefinition type)
type
- the type definition
null
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |