Package | Description |
---|---|
org.exolab.castor.xml.dtd |
The XML DTD Object Model
|
org.exolab.castor.xml.dtd.parser |
The XML DTD Parser API
|
Modifier and Type | Method and Description |
---|---|
ContentParticle |
Element.getContent()
Returns
Content Particle ,
representing the content of the element, if has ELEMENTS_ONLY
content, null otherwise. |
Modifier and Type | Method and Description |
---|---|
void |
ContentParticle.addChild(ContentParticle cp)
Adds child to the vector of child elements (content particles).
|
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 . |
void |
Element.setElemOnlyContent(ContentParticle cp)
Sets the content type of the element to ELEMENTS_ONLY.
|
Modifier and Type | Method and Description |
---|---|
ContentParticle |
DTDParser.ContPart()
Parsing procedure corresponding to the Content Particle nonterminal.
|
ContentParticle |
DTDParser.SeqOrChoiceContPart()
Parsing procedure corresponding to the Content Particle nonterminal
of the partial form: choice list of content particles, or sequence list
of content particles.
|
Modifier and Type | Method and Description |
---|---|
void |
DTDParser.OccuranceSpecification(ContentParticle cp)
Method to parse occurance specification of a Content Particle,
that is "?", "*" or "+".
|
Copyright © 2016. All rights reserved.