Adempiere 3.5.2a

org.adempiere.pipo
Class PackInHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.adempiere.pipo.PackInHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class PackInHandler
extends DefaultHandler

SAX Handler for parsing XML description of the GUI.

Author:
Marco LOMBARDO, lombardo@mayking.com, Robert KLEIN, robeklein@hotmail Contributor: William G. Heath - Import of workflows and dynamic validations

Constructor Summary
PackInHandler()
          PackInHandler Handler
 
Method Summary
 void createImp_Sum_table(String tablename)
          Check if Package History Table exists in database.
 void endElement(String uri, String localName, String qName)
          Receive notification of the end of an element.
 void set_TrxName(String trxName)
           
 void setCtx(Properties ctx)
           
 void setProcess(PackIn packIn)
           
 void startElement(String uri, String localName, String qName, Attributes atts)
          Receive notification of the start of an element.
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackInHandler

public PackInHandler()
PackInHandler Handler

Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes atts)
                  throws SAXException
Receive notification of the start of an element.

Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler
Parameters:
uri - namespace
localName - simple name
qName - qualified name
atts - attributes
Throws:
SAXException

createImp_Sum_table

public void createImp_Sum_table(String tablename)
Check if Package History Table exists in database. If not create

Parameters:
tablename -

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws SAXException
Receive notification of the end of an element.

Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DefaultHandler
Parameters:
uri - namespace
localName - simple name
qName - qualified name
Throws:
SAXException

set_TrxName

public void set_TrxName(String trxName)

setCtx

public void setCtx(Properties ctx)

setProcess

public void setProcess(PackIn packIn)
Parameters:
packIn -

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.