| Package | Description |
|---|---|
| org.apache.jena.ext.xerces.impl.dv | |
| org.apache.jena.ext.xerces.impl.dv.xs | |
| org.apache.jena.ext.xerces.xs |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XSSimpleType
This interface
XSSimpleType represents the simple type
definition of schema component and defines methods to query the information
contained. |
| Modifier and Type | Class and Description |
|---|---|
class |
XSSimpleTypeDecl
@xerces.internal
|
class |
XSSimpleTypeDelegate
Base class for XSSimpleType wrapper implementations.
|
| Modifier and Type | Method and Description |
|---|---|
XSTypeDefinition |
XSSimpleTypeDelegate.getBaseType() |
XSTypeDefinition |
XSSimpleTypeDecl.getBaseType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XSSimpleTypeDelegate.derivedFromType(XSTypeDefinition ancestorType,
short derivationMethod) |
boolean |
XSSimpleTypeDecl.derivedFromType(XSTypeDefinition ancestor,
short derivation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XSComplexTypeDefinition
This interface represents the Complex Type Definition schema component.
|
interface |
XSSimpleTypeDefinition
This interface represents the Simple Type Definition schema component.
|
| Modifier and Type | Method and Description |
|---|---|
XSTypeDefinition |
XSTypeDefinition.getBaseType()
{base type definition}: either a simple type definition or a complex
type definition.
|
XSTypeDefinition |
ItemPSVI.getTypeDefinition()
[type definition]: an item isomorphic to the type
definition used to validate the schema item. |
XSTypeDefinition |
XSElementDeclaration.getTypeDefinition()
[type definition]: either a simple type definition or a complex type
definition.
|
XSTypeDefinition |
XSNamespaceItem.getTypeDefinition(String name)
Convenience method.
|
XSTypeDefinition |
XSModel.getTypeDefinition(String name,
String namespace)
Convenience method.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XSTypeDefinition.derivedFromType(XSTypeDefinition ancestorType,
short derivationMethod)
Convenience method which checks if this type is derived from the given
ancestorType. |
Licenced under the Apache License, Version 2.0