Uses of Class
org.exolab.castor.xml.dtd.ContentParticle
Packages that use ContentParticle
Package
Description
The XML DTD Object Model
The XML DTD Parser API
-
Uses of ContentParticle in org.exolab.castor.xml.dtd
Methods in org.exolab.castor.xml.dtd that return ContentParticleModifier and TypeMethodDescriptionElement.getContent()
ReturnsContent Particle
, representing the content of the element, if has ELEMENTS_ONLY content, null otherwise.Methods in org.exolab.castor.xml.dtd with parameters of type ContentParticleModifier and TypeMethodDescriptionvoid
ContentParticle.addChild
(ContentParticle cp) Adds child to the vector of child elements (content particles).Converter.convertContentParticle
(ContentParticle dtdContent, Schema schema) Method to convertContentParticle
object, used to implement element content in the DTD object model, to the corresponding object in the Schema object model: eitherGroup
orElementDecl
.void
Element.setElemOnlyContent
(ContentParticle cp) Sets the content type of the element to ELEMENTS_ONLY. -
Uses of ContentParticle in org.exolab.castor.xml.dtd.parser
Methods in org.exolab.castor.xml.dtd.parser that return ContentParticleModifier and TypeMethodDescriptionfinal ContentParticle
DTDParser.ContPart()
Parsing procedure corresponding to the Content Particle nonterminal.final 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.Methods in org.exolab.castor.xml.dtd.parser with parameters of type ContentParticleModifier and TypeMethodDescriptionfinal void
DTDParser.OccuranceSpecification
(ContentParticle cp) Method to parse occurance specification of a Content Particle, that is "?", "*" or "+".