%XML.Implementation
class %XML.Implementation extends %Library.RegisteredObject
Implementation of %XML.Adaptor methods.This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
Method Inventory
Methods
classmethod AddDuration(datetime As %TimeStamp, duration As %xsd.duration) as %Library.TimeStamp
Add duration to a date/time.
The format of the date/time argument is as for $SYSTEM.SQL.DATEADD
The return value is always of type %TimeStamp.
classmethod IsDuration(val As %RawString) as %Boolean
Check duration for validity and convert to months and seconds
Format of duration is
PnYnMnDTnHnMn[.nnnnnnnn]S
.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()