|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentParticle | |
|---|---|
| org.exolab.castor.xml.dtd | The XML DTD Object Model Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Alexander Totok This package is an implementation of the XML DTD specification. |
| org.exolab.castor.xml.dtd.parser | The XML DTD Parser API
Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author: Alexander Totok
This package consists of two parsers:
Initial Parser
parses the input text, searches for parameter
entity declarations (i.e. entities used only within XML DTD)
and substitutes parameter entity
references by corresponding replacement text. |
| Uses of ContentParticle in org.exolab.castor.xml.dtd |
|---|
| Methods in org.exolab.castor.xml.dtd that return ContentParticle | |
|---|---|
ContentParticle |
Element.getContent()
Returns Content 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 ContentParticle | |
|---|---|
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. |
| Uses of ContentParticle in org.exolab.castor.xml.dtd.parser |
|---|
| Methods in org.exolab.castor.xml.dtd.parser that return ContentParticle | |
|---|---|
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. |
| Methods in org.exolab.castor.xml.dtd.parser with parameters of type ContentParticle | |
|---|---|
void |
DTDParser.OccuranceSpecification(ContentParticle cp)
Method to parse occurance specification of a Content Particle, that is "?" |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||