Package | Description |
---|---|
org.apache.xerces.impl.dv.xs | |
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.identity | |
org.apache.xerces.xs |
Modifier and Type | Method and Description |
---|---|
XSNamespaceItem |
XSSimpleTypeDelegate.getNamespaceItem() |
XSNamespaceItem |
XSSimpleTypeDecl.getNamespaceItem() |
Modifier and Type | Method and Description |
---|---|
void |
XSSimpleTypeDecl.setNamespaceItem(XSNamespaceItem namespaceItem) |
Modifier and Type | Class and Description |
---|---|
class |
SchemaGrammar
This class is to hold all schema component declaration that are declared
within one namespace.
|
static class |
SchemaGrammar.BuiltinSchemaGrammar |
static class |
SchemaGrammar.Schema4Annotations
A partial schema for schemas for validating annotations.
|
Modifier and Type | Method and Description |
---|---|
XSNamespaceItem |
XSWildcardDecl.getNamespaceItem() |
XSNamespaceItem |
XSParticleDecl.getNamespaceItem() |
XSNamespaceItem |
XSNotationDecl.getNamespaceItem() |
XSNamespaceItem |
XSModelGroupImpl.getNamespaceItem() |
XSNamespaceItem |
XSGroupDecl.getNamespaceItem() |
XSNamespaceItem |
XSElementDecl.getNamespaceItem() |
XSNamespaceItem |
XSComplexTypeDecl.getNamespaceItem() |
XSNamespaceItem |
XSAttributeUseImpl.getNamespaceItem() |
XSNamespaceItem |
XSAttributeGroupDecl.getNamespaceItem() |
XSNamespaceItem |
XSAttributeDecl.getNamespaceItem() |
XSNamespaceItem |
XSAnnotationImpl.getNamespaceItem()
A namespace schema information item corresponding to the target
namespace of the component, if it's globally declared; or null
otherwise.
|
XSNamespaceItem |
XSModelImpl.item(int index)
Returns the
index th item in the collection or
null if index is greater than or equal to
the number of objects in the list. |
Modifier and Type | Method and Description |
---|---|
XSNamespaceItem |
IdentityConstraint.getNamespaceItem() |
Modifier and Type | Method and Description |
---|---|
XSNamespaceItem |
XSObject.getNamespaceItem()
A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
null otherwise. |
XSNamespaceItem |
XSNamespaceItemList.item(int index)
Returns the
index th item in the collection or
null if index is greater than or equal to
the number of objects in the list. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.