%XML.Exchange.Reader
class %XML.Exchange.Reader extends %XML.Reader
Configuration Management XML Reader This class is used while importing Configuration Items. Do not use this class directly.Property Inventory
Method Inventory
Properties
property Filename as %String;
The filename used as an XML source.
Property methods: FilenameDisplayToLogical(), FilenameGet(), FilenameIsValid(), FilenameLogicalToDisplay(), FilenameLogicalToOdbc(), FilenameNormalize(), FilenameSet()
Methods
method Next(ByRef oref As %ObjectHandle, ByRef sc As %Status, namespace As %String = "", ByRef qstruct As %String) as %Integer
Get and return the next object.
Next() returns 1 (true), if the next object matching one of the Correlate criteria 
is found and successfully imported.
Next() returns 0 (false) and a %Status of $$$OK in sc
after all objects have been imported.
Next() returns 0 (false) and an error %Status in sc, 
if an error has occurred importing this object.
The namespace argument indicates the default namespace for this XML file.
Import XML source from a file using %XML.Document.
Inherited Members
Inherited Properties
- CheckRequired
 - Document
 - EntityResolver
 - Format
 - IgnoreNull
 - IgnoreSAXWarnings
 - Node
 - SAXFlags
 - SAXMask
 - SAXSchemaSpec
 - SSLConfiguration
 - Summary
 - UsePPGHandler
 
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()
 - Close()
 - Correlate()
 - CorrelateRoot()
 - OpenStream()
 - OpenString()
 - OpenURL()
 - Rewind()