java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
org.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementHandlerSG
- All Implemented Interfaces:
- HandlerSG
- Direct Known Subclasses:
- SimpleContentHandlerSG
- public class EmptyElementHandlerSG
- extends HandlerSGImpl
Creates an instance of
org.apache.ws.jaxme.impl.JMSAXElementParser,
which parses an empty element, aka empty group.
| Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl |
ctSG |
| Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl |
createSimpleTypeConversion, generate, getJavaSource, getParamAttrs, getParamLocalName, getParamNamespaceURI, getParamQName, getParamResult, newAddAttributeMethod, newEndElementMethod, setParamAttrs, setParamLocalName, setParamNamespaceURI, setParamQName, setParamResult |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyElementHandlerSG
public EmptyElementHandlerSG(org.apache.ws.jaxme.generator.sg.ComplexTypeSG pType,
org.apache.ws.jaxme.js.JavaSource pJs)
- Creates a new instance, which generates a handler
for the given complex type.
newStartElementMethod
public org.apache.ws.jaxme.js.JavaMethod newStartElementMethod()
throws org.xml.sax.SAXException
- Description copied from interface:
HandlerSG
- Creates the handlers method
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes)>
JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes) 55 .
- Specified by:
newStartElementMethod in interface HandlerSG- Overrides:
newStartElementMethod in class HandlerSGImpl
newIsFinishedMethod
public org.apache.ws.jaxme.js.JavaMethod newIsFinishedMethod()
throws org.xml.sax.SAXException
- Description copied from interface:
HandlerSG
- Creates the handlers method
JMSAXGroupParser.isFinished()>
JMSAXGroupParser.isFinished() 55 .
- Specified by:
newIsFinishedMethod in interface HandlerSG- Overrides:
newIsFinishedMethod in class HandlerSGImpl
newIsEmptyMethod
public org.apache.ws.jaxme.js.JavaMethod newIsEmptyMethod()
throws org.xml.sax.SAXException
- Description copied from interface:
HandlerSG
- Creates the handlers method
JMSAXElementParser.isEmpty()>
JMSAXElementParser.isEmpty() 55 .
- Specified by:
newIsEmptyMethod in interface HandlerSG- Overrides:
newIsEmptyMethod in class HandlerSGImpl
newIsAtomicMethod
public org.apache.ws.jaxme.js.JavaMethod newIsAtomicMethod()
throws org.xml.sax.SAXException
- Description copied from interface:
HandlerSG
- Creates the handlers method
JMSAXElementParser.isAtomic()>
JMSAXElementParser.isAtomic() 55 .
- Specified by:
newIsAtomicMethod in interface HandlerSG- Overrides:
newIsAtomicMethod in class HandlerSGImpl