| Package | Description |
|---|---|
| org.exolab.castor.xml.dtd |
The XML DTD Object Model
|
| org.exolab.castor.xml.schema |
| Modifier and Type | Method and Description |
|---|---|
Particle |
Converter.convertContentParticle(ContentParticle dtdContent,
Schema schema)
Method to convert
ContentParticle object,
used to implement element content in the DTD object model, to the corresponding object in the
Schema object model: either Group or
ElementDecl. |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementDecl
An XML Schema ElementDecl
|
class |
Group
An XML Schema Group
|
class |
ModelGroup
An XML Schema ModelGroup :
|
class |
Wildcard
A class that represents an XML Schema Wildcard.
|
| Modifier and Type | Method and Description |
|---|---|
Particle |
Group.getParticle(int index)
Returns the
Particle at the specified index. |
Particle |
ContentModelGroup.getParticle(int index)
Returns the
Particle at the specified index. |
Particle |
ComplexType.getParticle(int index)
Returns the Particle at the specified index
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Particle> |
ModelGroup.enumerate()
Returns an enumeration of all the Particles of this ContentModelGroup
|
Enumeration<Particle> |
Group.enumerate()
Returns an enumeration of all the
Particles contained within this
ContentModelGroup. |
Enumeration<Particle> |
ContentModelGroup.enumerate()
Returns an enumeration of all the
Particles contained within this
ContentModelGroup. |
Enumeration<Particle> |
ComplexType.enumerate()
Returns an enumeration of all the Particles of this ContentModelGroup.
|
Copyright © 2016. All rights reserved.