Module com.sun.xml.bind
Interface ContentModelContainer
-
- All Superinterfaces:
TypedXmlWriter
- All Known Subinterfaces:
Particle
public interface ContentModelContainer extends TypedXmlWriter
Used to write a content model. This mixes the particle and model group as the child of complex type.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExplicitGroupall()Anyany()ExplicitGroupchoice()LocalElementelement()ExplicitGroupsequence()-
Methods inherited from interface com.sun.xml.txw2.TypedXmlWriter
_attribute, _attribute, _attribute, _cast, _cdata, _comment, _element, _element, _element, _element, _namespace, _namespace, _namespace, _pcdata, block, commit, commit, getDocument
-
-
-
-
Method Detail
-
element
LocalElement element()
-
any
Any any()
-
all
ExplicitGroup all()
-
sequence
ExplicitGroup sequence()
-
choice
ExplicitGroup choice()
-
-