EnsLib.EDI.X12.SchemaXSD
class EnsLib.EDI.X12.SchemaXSD extends %XML.SAX.ContentHandler
Property Inventory
- %compNames
- %propNames
- CTValue
- CompData
- Error
- FieldData
- Filename
- ForceOld
- ImplGuide
- TriggerSegs
- category
- compPosition
- elementname
- elementtype
- forceCategory
- inDoc
- inSequence
- lastFileCategory
- position
Method Inventory
Parameters
parameter DOMAIN = Ensemble;
Properties
property %compNames as %String [ MultiDimensional ];
Array for disambiguation of names for components w/in a field
Property methods: %compNamesDisplayToLogical(), %compNamesGet(), %compNamesIsValid(), %compNamesLogicalToDisplay(), %compNamesLogicalToOdbc(), %compNamesNormalize(), %compNamesSet()
property %propNames as %String [ MultiDimensional ];
Array for disambiguation of names for fields w/in a segment
Property methods: %propNamesDisplayToLogical(), %propNamesGet(), %propNamesIsValid(), %propNamesLogicalToDisplay(), %propNamesLogicalToOdbc(), %propNamesNormalize(), %propNamesSet()
property CTValue as %String;
Property methods: CTValueDisplayToLogical(), CTValueGet(), CTValueIsValid(), CTValueLogicalToDisplay(), CTValueLogicalToOdbc(), CTValueNormalize(), CTValueSet()
property CompData as array of %String;
Property methods: CompDataBuildValueArray(), CompDataCollectionToDisplay(), CompDataCollectionToOdbc(), CompDataDisplayToCollection(), CompDataDisplayToLogical(), CompDataGet(), CompDataGetObject(), CompDataGetObjectId(), CompDataGetSwizzled(), CompDataIsValid(), CompDataLogicalToDisplay(), CompDataLogicalToOdbc(), CompDataNormalize(), CompDataOdbcToCollection(), CompDataSet(), CompDataSetObject(), CompDataSetObjectId()
property Error as %Status [ InitialExpression = $$$OK ];
Error encountered inside xml import handler
Property methods: ErrorGet(), ErrorIsValid(), ErrorLogicalToOdbc(), ErrorSet()
property FieldData as array of %String;
Property methods: FieldDataBuildValueArray(), FieldDataCollectionToDisplay(), FieldDataCollectionToOdbc(), FieldDataDisplayToCollection(), FieldDataDisplayToLogical(), FieldDataGet(), FieldDataGetObject(), FieldDataGetObjectId(), FieldDataGetSwizzled(), FieldDataIsValid(), FieldDataLogicalToDisplay(), FieldDataLogicalToOdbc(), FieldDataNormalize(), FieldDataOdbcToCollection(), FieldDataSet(), FieldDataSetObject(), FieldDataSetObjectId()
property Filename as %String;
Filename for use in constructing xml handler error messages
Property methods: FilenameDisplayToLogical(), FilenameGet(), FilenameIsValid(), FilenameLogicalToDisplay(), FilenameLogicalToOdbc(), FilenameNormalize(), FilenameSet()
property ForceOld as %Boolean [ InitialExpression = 0 ];
Property methods: ForceOldDisplayToLogical(), ForceOldGet(), ForceOldIsValid(), ForceOldLogicalToDisplay(), ForceOldNormalize(), ForceOldSet()
property ImplGuide as %String;
Property methods: ImplGuideDisplayToLogical(), ImplGuideGet(), ImplGuideIsValid(), ImplGuideLogicalToDisplay(), ImplGuideLogicalToOdbc(), ImplGuideNormalize(), ImplGuideSet()
property TriggerSegs as array of %String;
Property methods: TriggerSegsBuildValueArray(), TriggerSegsCollectionToDisplay(), TriggerSegsCollectionToOdbc(), TriggerSegsDisplayToCollection(), TriggerSegsDisplayToLogical(), TriggerSegsGet(), TriggerSegsGetObject(), TriggerSegsGetObjectId(), TriggerSegsGetSwizzled(), TriggerSegsIsValid(), TriggerSegsLogicalToDisplay(), TriggerSegsLogicalToOdbc(), TriggerSegsNormalize(), TriggerSegsOdbcToCollection(), TriggerSegsSet(), TriggerSegsSetObject(), TriggerSegsSetObjectId()
property category;
Property methods: categoryDisplayToLogical(), categoryGet(), categoryIsValid(), categoryLogicalToDisplay(), categoryLogicalToOdbc(), categoryNormalize(), categorySet()
property compPosition as %Integer;
Property methods: compPositionDisplayToLogical(), compPositionGet(), compPositionIsValid(), compPositionLogicalToDisplay(), compPositionNormalize(), compPositionSet()
property elementname;
Property methods: elementnameDisplayToLogical(), elementnameGet(), elementnameIsValid(), elementnameLogicalToDisplay(), elementnameLogicalToOdbc(), elementnameNormalize(), elementnameSet()
property elementtype;
Property methods: elementtypeDisplayToLogical(), elementtypeGet(), elementtypeIsValid(), elementtypeLogicalToDisplay(), elementtypeLogicalToOdbc(), elementtypeNormalize(), elementtypeSet()
property forceCategory as %String;
slot for remembering forced category name
Property methods: forceCategoryDisplayToLogical(), forceCategoryGet(), forceCategoryIsValid(), forceCategoryLogicalToDisplay(), forceCategoryLogicalToOdbc(), forceCategoryNormalize(), forceCategorySet()
property inDoc as %Boolean [ InitialExpression = 0 ];
Property methods: inDocDisplayToLogical(), inDocGet(), inDocIsValid(), inDocLogicalToDisplay(), inDocNormalize(), inDocSet()
property inSequence as %Boolean [ InitialExpression = 0 ];
Property methods: inSequenceDisplayToLogical(), inSequenceGet(), inSequenceIsValid(), inSequenceLogicalToDisplay(), inSequenceNormalize(), inSequenceSet()
property lastFileCategory as %String;
slot for remembering categories encountered in schema xml file
Property methods: lastFileCategoryDisplayToLogical(), lastFileCategoryGet(), lastFileCategoryIsValid(), lastFileCategoryLogicalToDisplay(), lastFileCategoryLogicalToOdbc(), lastFileCategoryNormalize(), lastFileCategorySet()
property position as %Integer;
Property methods: positionDisplayToLogical(), positionGet(), positionIsValid(), positionLogicalToDisplay(), positionNormalize(), positionSet()
Methods
classmethod Import(pFile As %String, pForceCategory As %String = "", pForceOld As %Boolean = 0, Output pCategoryImported As %String) as %Status
method IsEnsLibRO() as %Boolean
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- LocatePosition()
- Mask()
- OnPostParse()
- PopHandler()
- PushHandler()
- comment()
- endCDATA()
- endDTD()
- endDocument()
- endEntity()
- endPrefixMapping()
- error()
- fatalError()
- ignorableWhitespace()
- processingInstruction()
- skippedEntity()
- startCDATA()
- startDTD()
- startDocument()
- startEntity()
- startPrefixMapping()
- warning()