Package org.adempiere.pipo2
Class PackInHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.adempiere.pipo2.PackInHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
SAX Handler for parsing XML description of the GUI.
- Author:
- Marco LOMBARDO, lombardo@mayking.com, Robert KLEIN, robeklein@hotmailo Contributor: William G. Heath - Import of workflows and dynamic validations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length) void
void
endElement
(String uri, String localName, String qName) Receive notification of the end of an element.int
int
void
setCtx
(PIPOContext 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
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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
PackInHandler
public PackInHandler()PackInHandler Handler
-
-
Method Details
-
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 interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Parameters:
uri
- namespacelocalName
- simple nameqName
- qualified nameatts
- attributes- Throws:
SAXException
-
characters
- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
- Throws:
SAXException
- See Also:
-
endElement
Receive notification of the end of an element.- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
- Parameters:
uri
- namespacelocalName
- simple nameqName
- qualified name- Throws:
SAXException
-
setCtx
-
setProcess
- Parameters:
packIn
-
-
getElementsProcessed
public int getElementsProcessed()- Returns:
- number of elements that processed successfully
-
getUnresolvedCount
public int getUnresolvedCount()- Returns:
- number of unresolved elements
-
dumpUnresolvedElements
public void dumpUnresolvedElements()
-