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 that return types with arguments of type ContentParticleModifier and TypeMethodDescriptionContentParticle.getChildren()Returns enumeration of the children - content particles, that form the content of this Content Particle, if has SEQ or CHOICE type (sequence or choice list), null otherwise.Methods in org.exolab.castor.xml.dtd with parameters of type ContentParticleModifier and TypeMethodDescriptionvoidContentParticle.addChild(ContentParticle cp) Adds child to the vector of child elements (content particles).Converter.convertContentParticle(ContentParticle dtdContent, Schema schema) Method to convertContentParticleobject, used to implement element content in the DTD object model, to the corresponding object in the Schema object model: eitherGrouporElementDecl.voidElement.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 ContentParticleDTDParser.ContPart()Parsing procedure corresponding to the Content Particle nonterminal.final ContentParticleDTDParser.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 voidDTDParser.OccuranceSpecification(ContentParticle cp) Method to parse occurance specification of a Content Particle, that is "?", "*" or "+".