Package org.geotools.xsd.impl
Class SchemaIndexImpl
Object
SchemaIndexImpl
- All Implemented Interfaces:
SchemaIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected OrderedMap<QName,
XSDParticle> children
(XSDElementDeclaration parent) void
destroy()
Cleans up the index before desctruction.protected <T> Collection<T>
XSDAttributeDeclaration
getAttributeDeclaration
(QName qName) Returns the attribute declaration with the specified qualified name.XSDAttributeGroupDefinition
getAttributeGroupDefinition
(QName qName) Returns the attribute group definition with the specified qualified name.protected HashMap
protected HashMap
getAttributes
(XSDElementDeclaration element) Returns the attributes of a specified elements.XSDElementDeclaration
getChildElement
(XSDElementDeclaration parent, QName childName) Returns a child element specified by name of a parent element.List<XSDParticle>
getChildElementParticles
(XSDElementDeclaration parent) Returns a list of the particles which correspond to child element declarations.XSDComplexTypeDefinition
getComplexTypeDefinition
(QName qName) Returns the complex type definition with the specified qualified name.protected HashMap
XSDElementDeclaration
getElementDeclaration
(QName qName) Returns the element declaration with the specified qualified name.protected HashMap
XSDImport[]
XSDInclude[]
XSDSchema[]
XSDSimpleTypeDefinition
getSimpleTypeDefinition
(QName qName) Returns the simple type definition with the specified qualified name.protected HashMap
XSDTypeDefinition
getTypeDefinition
(QName qName) Returns the type definition with the specified qualified name.protected XSDNamedComponent
-
Constructor Details
-
SchemaIndexImpl
public SchemaIndexImpl(XSDSchema[] schemas)
-
-
Method Details
-
destroy
public void destroy()Description copied from interface:SchemaIndex
Cleans up the index before desctruction.- Specified by:
destroy
in interfaceSchemaIndex
-
getSchemas
public XSDSchema[] getSchemas()- Specified by:
getSchemas
in interfaceSchemaIndex
- Returns:
- The schema itself.
-
getImports
public XSDImport[] getImports() -
getIncludes
public XSDInclude[] getIncludes() -
getElementDeclaration
Description copied from interface:SchemaIndex
Returns the element declaration with the specified qualified name.- Specified by:
getElementDeclaration
in interfaceSchemaIndex
- Parameters:
qName
- the qualified name of the element.- Returns:
- The element declaration, or null if no such element declaration exists.
-
getAttributeDeclaration
Description copied from interface:SchemaIndex
Returns the attribute declaration with the specified qualified name.- Specified by:
getAttributeDeclaration
in interfaceSchemaIndex
- Parameters:
qName
- the qualified name of the attribute.- Returns:
- The attribute declaration, or null if no such attribute declaration exists.
-
getAttributeGroupDefinition
Description copied from interface:SchemaIndex
Returns the attribute group definition with the specified qualified name.- Specified by:
getAttributeGroupDefinition
in interfaceSchemaIndex
- Parameters:
qName
- the qualified name of the attribute group.- Returns:
- The attribute group definition, or null if no such attribute group definition exists.
-
getComplexTypeDefinition
Description copied from interface:SchemaIndex
Returns the complex type definition with the specified qualified name.- Specified by:
getComplexTypeDefinition
in interfaceSchemaIndex
- Parameters:
qName
- qualified name of the complex type.- Returns:
- The complex type definition, or null if no such complex type definition exists.
-
getSimpleTypeDefinition
Description copied from interface:SchemaIndex
Returns the simple type definition with the specified qualified name.- Specified by:
getSimpleTypeDefinition
in interfaceSchemaIndex
- Parameters:
qName
- qualified name of the simple type.- Returns:
- The simple type definition, or null if no such simple type definition exists.
-
getTypeDefinition
Description copied from interface:SchemaIndex
Returns the type definition with the specified qualified name.- Specified by:
getTypeDefinition
in interfaceSchemaIndex
- Parameters:
qName
- qualified name of the type.- Returns:
- The type definition, or null if no such type definition exists.
-
lookup
-
children
-
getChildElement
Description copied from interface:SchemaIndex
Returns a child element specified by name of a parent element.- Specified by:
getChildElement
in interfaceSchemaIndex
- Parameters:
parent
- The parent element.childName
- The name of the child.- Returns:
- The element declaration, or null if no such child exists.
-
getChildElementParticles
Description copied from interface:SchemaIndex
Returns a list of the particles which correspond to child element declarations.- Specified by:
getChildElementParticles
in interfaceSchemaIndex
- Parameters:
parent
- The parent element.- Returns:
- A list of
XSDParticle
.
-
getAttributes
Description copied from interface:SchemaIndex
Returns the attributes of a specified elements.- Specified by:
getAttributes
in interfaceSchemaIndex
- Parameters:
element
- The element.- Returns:
- The list of attributed definied for the element.
-
find
-
getElementIndex
-
getAttributeIndex
-
getAttributeGroupIndex
-
getComplexTypeIndex
-
getSimpleTypeIndex
-
buildElementIndex
protected void buildElementIndex() -
buildAttriubuteIndex
protected void buildAttriubuteIndex() -
buildAttributeGroupIndex
protected void buildAttributeGroupIndex() -
buildComplexTypeIndex
protected void buildComplexTypeIndex() -
buildSimpleTypeIndex
protected void buildSimpleTypeIndex()
-