Package | Description |
---|---|
org.apache.xerces.impl.xs | |
org.apache.xerces.xs |
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.