Namespace: Consultingwerk.Studio.AssemblyParser
Class 
AssemblyParser Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.ISaxReader

File:AssemblyParser
Purpose:Parses an verifies the contents of the assemblies.xml
file
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Aug 24 20:48:20 CEST 2013



Top Method Summary
Options Name Purpose
+ Consultingwerk.Framework.Collections.CharacterList FindDuplicateEntries () Returns a CharacterList with duplicate entries in the assemblies.xml
+ GetTable (table) Returns the ttAssemblies Temp-Table to the Caller
+ SaxCharacters (longchar, integer) Invoked when the XML parser detects character data.
+ SaxEndElement (character, character, character) Invoked when the XML parser detects the end of an XML document.
+ SaxStartElement (character, character, character, handle) Invoked when the XML parser detects the beginning of an element.

Top Constructor Summary
Options Name Purpose
+ AssemblyParser () Constructor for the AssemblyParser class
+ AssemblyParser (character) Constructor for the AssemblyParser class


Method Detail
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList FindDuplicateEntries ()

Purpose: Returns a CharacterList with duplicate entries in the assemblies.xml
Notes:

Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with DuplicateEntries
Top

PUBLIC GetTable (table)

Purpose: Returns the ttAssemblies Temp-Table to the Caller
Notes:

Parameters:
ttAssemblies TEMP-TABLE ttAssemblies
OUTPUT Temp-Table from Consultingwerk/Studio/AssemblyParser/ttAssemblies.i
Top

PUBLIC SaxCharacters (longchar, integer)

Purpose: Invoked when the XML parser detects character data.
Notes: The parser calls this method to report each chunk of character data.
It might report contiguous character data in one chunk, or split it
into several chunks. If validation is enabled, whitespace is reported
by the IgnorableWhitespace callback

Parameters:
plcCharData LONGCHAR
A LONGCHAR that contains a chunk of character data.
piNumChars INTEGER
The number of characters contained in the MEMPTR.
Top

PUBLIC SaxEndElement (character, character, character)

Purpose: Invoked when the XML parser detects the end of an XML document.
Notes:

Parameters:
pcNamespaceURI CHARACTER
A character string indicating the namespace URI of the element. If namespace processing is not enabled or the element is not part of a namespace, the string is of length zero.
pcLocalName CHARACTER
A character string indicating the non-prefixed element name. If namespace processing is not enabled, the string is of length zero.
pcName CHARACTER
A character string indicating the actual name of the element in the XML source. If the name has a prefix, qName includes it, whether or not namespace processing is enabled.
Top

PUBLIC SaxStartElement (character, character, character, handle)

Purpose: Invoked when the XML parser detects the beginning of an element.
Notes:

Parameters:
pcNamespaceURI CHARACTER
A character string indicating the namespace URI of the element. If namespace processing is not enabled or the element is not part of a namespace, the string is of length zero.
pcLocalName CHARACTER
A character string indicating the non-prefixed element name. If namespace processing is not enabled, the string is of length zero.
pcName CHARACTER
A character string indicating the actual name of the element in the XML source. If the name has a prefix, qName includes it, whether or not namespace processing is enabled.
phAttributes HANDLE
A handle to a SAX-attributes object, which provides access to all attributes specified for the element. If the element has no attributes, attributes is still a valid handle, and the NUM-ITEMS attribute is zero.


Constructor Detail
Top

PUBLIC AssemblyParser ()

Purpose: Constructor for the AssemblyParser class
Notes: Parses the assemblies.xml file in the session -assemblies folder

Top

PUBLIC AssemblyParser (character)

Purpose: Constructor for the AssemblyParser class
Notes:

Parameters:
pcAssemblies CHARACTER
The folder that contains the assemblies.xml file


Temp-Table Detail

Temp-Table ttAssemblies

Defined in:


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:15:12