%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 (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Filename as %String;
The filename used as an XML source.
Property methods: FilenameDisplayToLogical(), FilenameGet(), FilenameIsValid(), FilenameLogicalToDisplay(), FilenameLogicalToOdbc(), FilenameNormalize(), FilenameSet()
Methods (Including Private)
method Next(ByRef oref As %ObjectHandle, ByRef sc As %Status, namespace As %String = "", ByRef qstruct As %String) as %Integer [ Language = objectscript ]
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 (Including Private)
- CheckRequired
- Document
- EntityResolver
- Format
- IgnoreNull
- IgnoreSAXWarnings
- Node
- OpenFormat
- SAXFlags
- SAXMask
- SAXSchemaSpec
- SSLConfiguration
- Summary
- UsePPGHandler
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Close()
- Correlate()
- CorrelateRoot()
- OpenStream()
- OpenString()
- OpenURL()
- Rewind()