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 SimpleContentHandlerSG  view SimpleContentHandlerSG download SimpleContentHandlerSG.java

java.lang.Object
  extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
      extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementHandlerSG
          extended byorg.apache.ws.jaxme.generator.sg.impl.ccsg.SimpleContentHandlerSG
All Implemented Interfaces:
HandlerSG

public class SimpleContentHandlerSG
extends EmptyElementHandlerSG

Creates an instance of org.apache.ws.jaxme.impl.JMSAXElementParser, which parses a complex element with simple content.


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
ctSG
 
Constructor Summary
SimpleContentHandlerSG(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 newEndElementMethod()
          Creates the handlers method JMSAXGroupParser.endElement(String, String, String, Object)>JMSAXGroupParser.endElement(String, String, String, Object) 55 .
 
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.EmptyElementHandlerSG
newIsAtomicMethod, newIsEmptyMethod, newIsFinishedMethod, newStartElementMethod
 
Methods inherited from class org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSGImpl
createSimpleTypeConversion, generate, getJavaSource, getParamAttrs, getParamLocalName, getParamNamespaceURI, getParamQName, getParamResult, newAddAttributeMethod, 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

SimpleContentHandlerSG

public SimpleContentHandlerSG(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

newEndElementMethod

public org.apache.ws.jaxme.js.JavaMethod newEndElementMethod()
                                                      throws org.xml.sax.SAXException
Description copied from interface: HandlerSG
Creates the handlers method JMSAXGroupParser.endElement(String, String, String, Object)>JMSAXGroupParser.endElement(String, String, String, Object) 55 .

Specified by:
newEndElementMethod in interface HandlerSG
Overrides:
newEndElementMethod in class HandlerSGImpl