| Package | Description |
|---|---|
| org.apache.vxquery.context | |
| org.apache.vxquery.types |
| Modifier and Type | Field | Description |
|---|---|---|
protected Map<QName,SchemaType> |
StaticContextImpl.schemaTypeMap |
| Modifier and Type | Method | Description |
|---|---|---|
SchemaType |
DelegatingStaticContextImpl.lookupSchemaType(QName name) |
|
SchemaType |
StaticContext.lookupSchemaType(QName name) |
|
SchemaType |
StaticContextImpl.lookupSchemaType(QName name) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DelegatingStaticContextImpl.registerSchemaType(QName name,
SchemaType type) |
|
void |
RootStaticContextImpl.registerSchemaType(QName name,
SchemaType type) |
|
void |
StaticContext.registerSchemaType(QName name,
SchemaType type) |
|
void |
StaticContextImpl.registerSchemaType(QName name,
SchemaType type) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
AtomicType |
|
interface |
ComplexType |
|
interface |
SimpleType |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AnySimpleType |
|
class |
AnyType |
| Modifier and Type | Field | Description |
|---|---|---|
static SchemaType |
AnyType.INSTANCE |
| Modifier and Type | Field | Description |
|---|---|---|
static Map<QName,SchemaType> |
BuiltinTypeRegistry.TYPE_MAP |
| Modifier and Type | Method | Description |
|---|---|---|
SchemaType |
AnySimpleType.getBaseType() |
|
SchemaType |
AnyType.getBaseType() |
|
SchemaType |
SchemaType.getBaseType() |
|
SchemaType |
BuiltinTypeRegistry.getBuiltinBaseType(SchemaType type) |
|
SchemaType |
AttributeType.getContentType() |
|
SchemaType |
ElementType.getContentType() |
|
SchemaType |
BuiltinTypeRegistry.getSchemaTypeById(int id) |
| Modifier and Type | Method | Description |
|---|---|---|
SchemaType |
BuiltinTypeRegistry.getBuiltinBaseType(SchemaType type) |
|
boolean |
BuiltinTypeRegistry.isBuiltinType(SchemaType type) |
| Constructor | Description |
|---|---|
AttributeType(NameTest nameTest,
SchemaType contentType) |
|
ElementType(NameTest nameTest,
SchemaType contentType,
boolean nilled) |
Copyright © 2019 Apache Software Foundation. All rights reserved.