Namespace: OpenEdge.Net.HTTP.Filter.Payload
Class
XmlEntityWriter
Parent classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MessageWriter

Copyright (c) 2015, 2018 by Progress Software Corporation. All rights reserved.
File:XmlEntityWriter
Author(s):pjudge
Created:Thu Jan 29 10:47:13 EST 2015
Notes:- Write() operations are destructive (they replace the existing
Entity).




Method Summary
Options Name Purpose
INT64 Write (character) /** Write data to/from the message @param character Data to write */
INT64 Write (handle) /** Write data to/from the message @param handle Data to write */
INT64 Write (longchar)
INT64 Write (memptr)
INT64 Write (Object)

Constructor Summary
Options Name Purpose
XmlEntityWriter ()


Method Detail
Top

INT64 Write (character)

Purpose: Write data to/from the message
Parameters:
pcData CHARACTER
Returns INT64
Top

INT64 Write (handle)

Purpose: Write data to/from the message
Parameters:
phData HANDLE
Returns INT64
Top

INT64 Write (longchar)

Parameters:
pcData LONGCHAR
Returns INT64
Top

INT64 Write (memptr)

Parameters:
pmData OpenEdge.Core.Memptr
Returns INT64
Top

INT64 Write (Object)

Parameters:
poData Progress.Lang.Object
Returns INT64


Constructor Detail
Top

XmlEntityWriter ()



Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15