%XML.GlobalCharacterStream
stream class %XML.GlobalCharacterStream extends %Library.GlobalCharacterStream
Stream class that stores XML character data in global nodes.Parameters
parameter CONTENT = MIXED;
XML element content "MIXED" for mixed="true" (default) and "STRING" or "ESCAPE" for mixed="false".
If CONTENT="STRING" XML special characters are put in a CDATA section during XML export.
If CONTENT="ESCAPE" XML special characters are escaped during XML export.
If CONTENT="ESCAPE-C14N" XML special characters are escaped during XML export using
the translate table, XMLC, specified for XML Canonicalizaton.
The main difference is that CR is escaped as
parameter ESCAPE = XML;
Controls the translate table used to escape content when CONTENT="MIXED" is specified.
Inherited Members
Inherited Properties (Including Private)
- %Concurrency
- %LastModified
- %Location
- AtEnd
- Attributes
- Buffer
- IOSize
- Id
- LastModified
- LineTerminator
- MaxNodeNo
- Mode
- NodeNo
- Position
- Size
- StoreGlvn
- StoreNode
- StoreRoot
- TempGlvn
- TempNode
- rollback
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %CheckUnique()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GetLockReference()
- %GetParameter()
- %GetSerial()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LOBPrefetch()
- %LOBPrefetchInternal()
- %Load()
- %LoadData()
- %LocationGet()
- %LocationSet()
- %LockStream()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %ObjectSize()
- %ObjectSizeInternal()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterSave()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %RollBack()
- %Save()
- %SaveData()
- %SerializeObject()
- %SetModified()
- %SetSerial()
- %UnlockStream()
- %ValidateObject()
- CheckAtEnd()
- Clear()
- CopyFrom()
- CopyFromAndSave()
- DeleteAttribute()
- DeleteStream()
- FindAt()
- Flush()
- GetAttribute()
- GetAttributeList()
- GetStreamId()
- GlobalFromSid()
- IODeleteStream()
- IOFlush()
- IOGetSize()
- IOGetStreamId()
- IOInit()
- IOMoveToEnd()
- IOOnClose()
- IOOnNew()
- IOOpenStream()
- IOReadData()
- IORewind()
- IOSaveStream()
- IOWriteData()
- InputFromDevice()
- IsCharacter()
- IsDefinedAttribute()
- IsNull()
- LastModifiedGet()
- LineTerminatorSet()
- MoveTo()
- MoveToEnd()
- NextAttribute()
- OpenStream()
- OutputToDevice()
- OutputToDeviceAt()
- Read()
- ReadIntoBuffer()
- ReadLine()
- ReadLineIntoStream()
- ReadSQL()
- Rewind()
- SaveStream()
- SerializeToSyncSet()
- SetAttribute()
- SetAttributeList()
- SizeGet()
- StoreGlvnGet()
- StreamOIDIsNull()
- SyncStreamIn()
- TempGlvnGet()
- Write()
- WriteBuffer()
- WriteLine()