public class EmptyElementHandlerSG extends HandlerSGImpl
JMSAXElementParser,
which parses an empty element, aka empty group.ctSG| Constructor and Description |
|---|
EmptyElementHandlerSG(ComplexTypeSG pType,
JavaSource pJs)
Creates a new instance, which generates a handler
for the given complex type.
|
| Modifier and Type | Method and Description |
|---|---|
JavaMethod |
newIsAtomicMethod()
Creates the handlers method
JMSAXElementParser.isAtomic(). |
JavaMethod |
newIsEmptyMethod()
Creates the handlers method
JMSAXElementParser.isEmpty(). |
JavaMethod |
newIsFinishedMethod()
Creates the handlers method
JMSAXGroupParser.isFinished(). |
JavaMethod |
newStartElementMethod()
Creates the handlers method
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes). |
createSimpleTypeConversion, generate, getJavaSource, getParamAttrs, getParamLocalName, getParamNamespaceURI, getParamQName, getParamResult, newAddAttributeMethod, newEndElementMethod, setParamAttrs, setParamLocalName, setParamNamespaceURI, setParamQName, setParamResultpublic EmptyElementHandlerSG(ComplexTypeSG pType, JavaSource pJs)
public JavaMethod newStartElementMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes).newStartElementMethod in interface HandlerSGnewStartElementMethod in class HandlerSGImplorg.xml.sax.SAXExceptionpublic JavaMethod newIsFinishedMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXGroupParser.isFinished().newIsFinishedMethod in interface HandlerSGnewIsFinishedMethod in class HandlerSGImplorg.xml.sax.SAXExceptionpublic JavaMethod newIsEmptyMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXElementParser.isEmpty().newIsEmptyMethod in interface HandlerSGnewIsEmptyMethod in class HandlerSGImplorg.xml.sax.SAXExceptionpublic JavaMethod newIsAtomicMethod() throws org.xml.sax.SAXException
HandlerSGJMSAXElementParser.isAtomic().newIsAtomicMethod in interface HandlerSGnewIsAtomicMethod in class HandlerSGImplorg.xml.sax.SAXException