public interface SimpleContentSG
Modifier and Type | Method and Description |
---|---|
TypeSG |
getContentTypeSG()
Returns the content elements simple type.
|
PropertySG |
getPropertySG()
Returns the content elements
PropertySG . |
TypeSG |
getTypeSG()
Returns the complex type, to which this content element
belongs.
|
void |
init()
Initializes the SimpleContentSG.
|
java.lang.Object |
newPropertySGChain()
Creates an instance of
PropertySGChain generating
the content element. |
void init() throws org.xml.sax.SAXException
Initializes the SimpleContentSG.
org.xml.sax.SAXException
java.lang.Object newPropertySGChain() throws org.xml.sax.SAXException
Creates an instance of
PropertySGChain
generating
the content element.
org.xml.sax.SAXException
PropertySG getPropertySG() throws org.xml.sax.SAXException
Returns the content elements PropertySG
.
org.xml.sax.SAXException
TypeSG getTypeSG() throws org.xml.sax.SAXException
Returns the complex type, to which this content element belongs.
org.xml.sax.SAXException
TypeSG getContentTypeSG() throws org.xml.sax.SAXException
Returns the content elements simple type.
org.xml.sax.SAXException