|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.adempiere.pipo.PackInHandler
public class PackInHandler
SAX Handler for parsing XML description of the GUI.
| 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 |
|---|
public PackInHandler()
| Method Detail |
|---|
public void startElement(String uri,
String localName,
String qName,
Attributes atts)
throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandleruri - namespacelocalName - simple nameqName - qualified nameatts - attributes
SAXExceptionpublic void createImp_Sum_table(String tablename)
tablename -
public void endElement(String uri,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandleruri - namespacelocalName - simple nameqName - qualified name
SAXExceptionpublic void set_TrxName(String trxName)
public void setCtx(Properties ctx)
public void setProcess(PackIn packIn)
packIn -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||