public class SimpleContentSGImpl extends java.lang.Object implements SimpleContentSG
Constructor and Description |
---|
SimpleContentSGImpl(SimpleContentSGChain o) |
Modifier and Type | Method and Description |
---|---|
TypeSG |
getContentTypeSG()
Returns the content elements simple type.
|
SimpleContentSGChain |
getHeadOfChain() |
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. |
public SimpleContentSGImpl(SimpleContentSGChain o)
public void init() throws org.xml.sax.SAXException
SimpleContentSG
Initializes the SimpleContentSG.
init
in interface SimpleContentSG
org.xml.sax.SAXException
public java.lang.Object newPropertySGChain() throws org.xml.sax.SAXException
SimpleContentSG
Creates an instance of
PropertySGChain
generating
the content element.
newPropertySGChain
in interface SimpleContentSG
org.xml.sax.SAXException
public PropertySG getPropertySG() throws org.xml.sax.SAXException
SimpleContentSG
Returns the content elements PropertySG
.
getPropertySG
in interface SimpleContentSG
org.xml.sax.SAXException
public TypeSG getTypeSG() throws org.xml.sax.SAXException
SimpleContentSG
Returns the complex type, to which this content element belongs.
getTypeSG
in interface SimpleContentSG
org.xml.sax.SAXException
public TypeSG getContentTypeSG() throws org.xml.sax.SAXException
SimpleContentSG
Returns the content elements simple type.
getContentTypeSG
in interface SimpleContentSG
org.xml.sax.SAXException
public SimpleContentSGChain getHeadOfChain()