Package | Description |
---|---|
org.apache.xerces.dom | |
org.apache.xerces.impl.xs | |
org.apache.xerces.xs | |
org.jboss.ws | |
org.jboss.ws.metadata.wsdl.xmlschema | |
org.jboss.ws.metadata.wsdl.xsd |
Modifier and Type | Field and Description |
---|---|
protected XSElementDeclaration |
PSVIElementNSImpl.fDeclaration
element declaration
|
Modifier and Type | Method and Description |
---|---|
XSElementDeclaration |
PSVIElementNSImpl.getElementDeclaration()
An item isomorphic to the element declaration used to validate
this element.
|
Modifier and Type | Class and Description |
---|---|
class |
XSElementDecl
The XML representation for an element declaration
schema component is an <element> element information item
|
Modifier and Type | Field and Description |
---|---|
protected XSElementDeclaration |
ElementPSVImpl.fDeclaration
element declaration
|
Modifier and Type | Method and Description |
---|---|
XSElementDeclaration |
ElementPSVImpl.getElementDeclaration()
An item isomorphic to the element declaration used to validate
this element.
|
XSElementDeclaration |
SchemaGrammar.getElementDeclaration(String name)
Convenience method.
|
XSElementDeclaration |
XSModelImpl.getElementDeclaration(String name,
String namespace)
Convenience method.
|
XSElementDeclaration |
XSElementDecl.getSubstitutionGroupAffiliation()
{substitution group affiliation} Optional.
|
Modifier and Type | Method and Description |
---|---|
XSObjectList |
XSModelImpl.getSubstitutionGroup(XSElementDeclaration head) |
Modifier and Type | Method and Description |
---|---|
XSElementDeclaration |
ElementPSVI.getElementDeclaration()
[element declaration]: an item isomorphic to the element declaration
used to validate this element.
|
XSElementDeclaration |
XSNamespaceItem.getElementDeclaration(String name)
Convenience method.
|
XSElementDeclaration |
XSModel.getElementDeclaration(String name,
String namespace)
Convenience method.
|
XSElementDeclaration |
XSElementDeclaration.getSubstitutionGroupAffiliation()
[substitution group affiliation]: a top-level element definition if it
exists, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
XSObjectList |
XSModel.getSubstitutionGroup(XSElementDeclaration head)
Convenience method.
|
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
NativeMessages.notAGlobalElement(XSElementDeclaration el) |
Modifier and Type | Class and Description |
---|---|
class |
JBossXSElementDeclaration
Represents an XS Element Declaration
|
Modifier and Type | Method and Description |
---|---|
XSElementDeclaration |
JBossXSNamespaceItem.getElementDeclaration(String name)
Convenience method.
|
XSElementDeclaration |
JBossXSModel.getElementDeclaration(String name,
String namespace)
Convenience method.
|
XSElementDeclaration |
JBossXSElementDeclaration.getSubstitutionGroupAffiliation() |
XSElementDeclaration |
JBossXSElementDeclaration.getXSElementDeclaration() |
Modifier and Type | Method and Description |
---|---|
Map<String,XSElementDeclaration> |
JBossXSModel.getAnonymousElements() |
Modifier and Type | Method and Description |
---|---|
void |
JBossXSNamespaceItem.addXSElementDeclaration(XSElementDeclaration el)
Add an XSElementDeclaration
|
void |
JBossXSModel.addXSElementDeclaration(XSElementDeclaration xsel) |
XSObjectList |
JBossXSModel.getSubstitutionGroup(XSElementDeclaration arg0) |
void |
JBossXSNamespaceItem.removeXSElementDeclaration(XSElementDeclaration xel)
Delete a XSTypeDefinition
|
String |
WSSchemaUtils.write(XSElementDeclaration xsel)
Return a string for the global element declaration
|
String |
WSSchemaUtils.write(XSElementDeclaration xsel,
XSParticle xsp)
Return a string for the element declaration
|
Constructor and Description |
---|
JBossXSElementDeclaration(XSElementDeclaration xe)
Create a new JBossXSElementDeclaration while
reading data from XSElementDeclaration.
|
Modifier and Type | Method and Description |
---|---|
XSElementDeclaration |
SchemaUtils.createXSElementDeclaration(QName xmlName,
XSTypeDefinition xst)
Given a XSTypeDefinition and the QName for the element,
create a XSElementDeclaration object
|
static XSElementDeclaration |
SchemaUtils.unwrapArrayType(XSTypeDefinition xst) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.