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.SAXExceptionjava.lang.Object newPropertySGChain()
throws org.xml.sax.SAXException
Creates an instance of
PropertySGChain generating
the content element.
org.xml.sax.SAXExceptionPropertySG getPropertySG() throws org.xml.sax.SAXException
Returns the content elements PropertySG.
org.xml.sax.SAXExceptionTypeSG getTypeSG() throws org.xml.sax.SAXException
Returns the complex type, to which this content element belongs.
org.xml.sax.SAXExceptionTypeSG getContentTypeSG() throws org.xml.sax.SAXException
Returns the content elements simple type.
org.xml.sax.SAXException