public abstract class HandlerSGImpl extends java.lang.Object implements HandlerSG
HandlerSG,
for derivation of various subclasses.| Modifier and Type | Field and Description |
|---|---|
protected ComplexTypeSG |
ctSG |
| Modifier | Constructor and Description |
|---|---|
protected |
HandlerSGImpl(ComplexTypeSG pType,
JavaSource pJs) |
protected final ComplexTypeSG ctSG
protected HandlerSGImpl(ComplexTypeSG pType, JavaSource pJs)
public JavaSource getJavaSource()
getJavaSource in interface HandlerSGprotected void setParamAttrs(DirectAccessible pParamAttrs)
protected DirectAccessible getParamAttrs()
protected void setParamLocalName(DirectAccessible pParamLocalName)
protected DirectAccessible getParamLocalName()
protected void setParamNamespaceURI(DirectAccessible pParamNamespaceURI)
protected DirectAccessible getParamNamespaceURI()
protected void setParamQName(DirectAccessible pParamQName)
protected DirectAccessible getParamQName()
protected void setParamResult(DirectAccessible pParamResult)
protected DirectAccessible getParamResult()
public JavaMethod newAddAttributeMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXElementParser.addAttribute(String, String, String).newAddAttributeMethod in interface HandlerSGorg.xml.sax.SAXExceptionpublic JavaMethod newStartElementMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes).newStartElementMethod in interface HandlerSGorg.xml.sax.SAXExceptionpublic JavaMethod newEndElementMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXGroupParser.endElement(String, String, String, Object).newEndElementMethod in interface HandlerSGorg.xml.sax.SAXExceptionpublic JavaMethod newIsFinishedMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXGroupParser.isFinished().newIsFinishedMethod in interface HandlerSGorg.xml.sax.SAXExceptionpublic JavaMethod newIsEmptyMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXElementParser.isEmpty().newIsEmptyMethod in interface HandlerSGorg.xml.sax.SAXExceptionpublic JavaMethod newIsAtomicMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXElementParser.isAtomic().newIsAtomicMethod in interface HandlerSGorg.xml.sax.SAXExceptionprotected void createSimpleTypeConversion(JavaMethod pJm, TypeSG pType, TypedValue pValue, java.lang.String pName, PropertySG pPropertySG, DirectAccessible pElement) throws org.xml.sax.SAXException
org.xml.sax.SAXException