Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.generator.sg.impl.ccsg
Class EmptyElementHandlerSG  view EmptyElementHandlerSG download EmptyElementHandlerSG.java

java.lang.Object
  extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
      extended byorg.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.


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
ctSG
 
Constructor Summary
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.
 
Method Summary
 org.apache.ws.jaxme.js.JavaMethod newIsAtomicMethod()
          Creates the handlers method JMSAXElementParser.isAtomic()>JMSAXElementParser.isAtomic() 55 .
 org.apache.ws.jaxme.js.JavaMethod newIsEmptyMethod()
          Creates the handlers method JMSAXElementParser.isEmpty()>JMSAXElementParser.isEmpty() 55 .
 org.apache.ws.jaxme.js.JavaMethod newIsFinishedMethod()
          Creates the handlers method JMSAXGroupParser.isFinished()>JMSAXGroupParser.isFinished() 55 .
 org.apache.ws.jaxme.js.JavaMethod newStartElementMethod()
          Creates the handlers method JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes)>JMSAXGroupParser.startElement(String, String, String, org.xml.sax.Attributes) 55 .
 
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
 

Constructor Detail

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.

Method Detail

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