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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) voidvoidendElement(String uri, String localName, String qName) Receive notification of the end of an element.intintvoidsetCtx(PIPOContext ctx) voidsetProcess(PackIn packIn) voidstartElement(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, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Parameters:
uri- namespacelocalName- simple nameqName- qualified nameatts- attributes- Throws:
SAXException
-
characters
- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler- Throws:
SAXException- See Also:
-
endElement
Receive notification of the end of an element.- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin 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()
-