Package | Description |
---|---|
org.apache.xerces.impl.xs | |
org.apache.xerces.xs | |
org.jboss.ws.metadata.wsdl.xmlschema |
Modifier and Type | Class and Description |
---|---|
class |
XSElementDecl
The XML representation for an element declaration
schema component is an <element> element information item
|
class |
XSModelGroupImpl
Store schema model group declaration.
|
class |
XSWildcardDecl
The XML representation for a wildcard declaration
schema component is an <any> or <anyAttribute> element information item
|
Modifier and Type | Field and Description |
---|---|
XSTerm |
XSParticleDecl.fValue |
Modifier and Type | Method and Description |
---|---|
XSTerm |
XSParticleDecl.getTerm()
{term} One of a model group, a wildcard, or an element declaration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XSElementDeclaration
The interface represents the Element Declaration schema component.
|
interface |
XSModelGroup
This interface represents the Model Group schema component.
|
interface |
XSWildcard
This interface represents the Wildcard schema component.
|
Modifier and Type | Method and Description |
---|---|
XSTerm |
XSParticle.getTerm()
[term]: one of a model group, a wildcard, or an element declaration.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossXSElementDeclaration
Represents an XS Element Declaration
|
class |
JBossXSModelGroup
Implements a ModelGroup of the Xerces Schema API
|
Modifier and Type | Field and Description |
---|---|
protected XSTerm |
JBossXSParticle.term |
Modifier and Type | Method and Description |
---|---|
XSTerm |
JBossXSParticle.getTerm()
[term]: one of a model group, a wildcard, or an element declaration.
|
Modifier and Type | Method and Description |
---|---|
JBossXSParticle |
WSSchemaUtils.createXSParticle(String targetNS,
boolean isArray,
XSTerm xsterm) |
void |
JBossXSParticle.setTerm(XSTerm term) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.