|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentSpec | |
com.conradroche.dtd.decl | |
com.conradroche.dtd.decl.elem |
Uses of ContentSpec in com.conradroche.dtd.decl |
Methods in com.conradroche.dtd.decl that return ContentSpec | |
ContentSpec |
ElementDecl.getContentSpec()
Returns the content spec for this element declaration. |
Methods in com.conradroche.dtd.decl with parameters of type ContentSpec | |
void |
ElementDecl.setContentSpec(ContentSpec contentSpec)
Sets the content spec for this element declaration. |
Uses of ContentSpec in com.conradroche.dtd.decl.elem |
Subinterfaces of ContentSpec in com.conradroche.dtd.decl.elem | |
interface |
ContentModel
The ContentModel specifies a ContentSpec where the element contains only child elements. |
interface |
MixedContent
From the XML Specifications [Definition: An element type has mixed content when elements of that type may contain character data, optionally interspersed with child elements.] In this case, the types of the child elements may be constrained, but not their order or their number of occurrences. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |