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, setParamResult
public EmptyElementHandlerSG(ComplexTypeSG pType, JavaSource pJs)
public JavaMethod newStartElementMethod() throws org.xml.sax.SAXException
HandlerSG
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes)
.newStartElementMethod
in interface HandlerSG
newStartElementMethod
in class HandlerSGImpl
org.xml.sax.SAXException
public JavaMethod newIsFinishedMethod() throws org.xml.sax.SAXException
HandlerSG
JMSAXGroupParser.isFinished()
.newIsFinishedMethod
in interface HandlerSG
newIsFinishedMethod
in class HandlerSGImpl
org.xml.sax.SAXException
public JavaMethod newIsEmptyMethod() throws org.xml.sax.SAXException
HandlerSG
JMSAXElementParser.isEmpty()
.newIsEmptyMethod
in interface HandlerSG
newIsEmptyMethod
in class HandlerSGImpl
org.xml.sax.SAXException
public JavaMethod newIsAtomicMethod() throws org.xml.sax.SAXException
HandlerSG
JMSAXElementParser.isAtomic()
.newIsAtomicMethod
in interface HandlerSG
newIsAtomicMethod
in class HandlerSGImpl
org.xml.sax.SAXException