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 |
ComplexType.getParticle(int index)
Returns the Particle at the specified index
|
Particle |
ContentModelGroup.getParticle(int index)
Returns the
Particle at the specified index. |
Particle |
Group.getParticle(int index)
Returns the
Particle at the specified index. |
Copyright © 2024. All rights reserved.