EasyUA Reference
XmlDecoder Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : XmlDecoder Class

Glossary Item Box

The following tables list the members exposed by XmlDecoder.

Public Constructors

 NameDescription
Public ConstructorXmlDecoder ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyContext The message context associated with the decoder.  
Public PropertyEncodingType The type of encoding being used.  
Top

Public Methods

 NameDescription
Public MethodCloseOverloaded.  Closes the stream used for reading.  
Public MethodDispose Frees any unmanaged resources.  
Public MethodLoadStringTable Initializes a string table from an XML stream.  
Public MethodPeekOverloaded.  Returns the qualified name for the next element in the stream.  
Public MethodPopNamespace Pops a namespace from the namespace stack.  
Public MethodPushNamespace Pushes a namespace onto the namespace stack.  
Public MethodReadBoolean Reads a boolean from the stream.  
Public MethodReadBooleanArray Reads a boolean array from the stream.  
Public MethodReadByte Reads a byte from the stream.  
Public MethodReadByteArray Reads a byte array from the stream.  
Public MethodReadByteString Reads a byte string from the stream.  
Public MethodReadByteStringArray Reads a byte string array from the stream.  
Public MethodReadDataValue Reads an DataValue from the stream.  
Public MethodReadDataValueArray Reads an DataValue array from the stream.  
Public MethodReadDateTime Reads a UTC date/time from the stream.  
Public MethodReadDateTimeArray Reads a UTC date/time array from the stream.  
Public MethodReadDiagnosticInfoOverloaded.  Reads an DiagnosticInfo from the stream.  
Public MethodReadDiagnosticInfoArray Reads an DiagnosticInfo array from the stream.  
Public MethodReadDouble Reads a double from the stream.  
Public MethodReadDoubleArray Reads a double array from the stream.  
Public MethodReadEncodeable Reads an encodeable object from the stream.  
Public MethodReadEncodeableArray Reads an encodeable object array from the stream.  
Public MethodReadEnumerated Reads an enumerated value from the stream.  
Public MethodReadEnumeratedArray Reads an enumerated value array from the stream.  
Public MethodReadExpandedNodeId Reads an ExpandedNodeId from the stream.  
Public MethodReadExpandedNodeIdArray Reads an ExpandedNodeId array from the stream.  
Public MethodReadExtensionObject Reads an extension object from the stream.  
Public MethodReadExtensionObjectArray Reads an array of extension objects from the stream.  
Public MethodReadExtensionObjectBody Reads the body extension object from the stream.  
Public MethodReadFloat Reads a float from the stream.  
Public MethodReadFloatArray Reads a float array from the stream.  
Public MethodReadGuid Reads a GUID from the stream.  
Public MethodReadGuidArray Reads a GUID array from the stream.  
Public MethodReadInt16 Reads a short from the stream.  
Public MethodReadInt16Array Reads a short array from the stream.  
Public MethodReadInt32 Reads an int from the stream.  
Public MethodReadInt32Array Reads a int array from the stream.  
Public MethodReadInt64 Reads a long from the stream.  
Public MethodReadInt64Array Reads a long array from the stream.  
Public MethodReadLocalizedText Reads an LocalizedText from the stream.  
Public MethodReadLocalizedTextArray Reads an LocalizedText array from the stream.  
Public MethodReadNodeId Reads an NodeId from the stream.  
Public MethodReadNodeIdArray Reads an NodeId array from the stream.  
Public MethodReadQualifiedName Reads an QualifiedName from the stream.  
Public MethodReadQualifiedNameArray Reads an QualifiedName array from the stream.  
Public MethodReadSByte Reads a sbyte from the stream.  
Public MethodReadSByteArray Reads a sbyte array from the stream.  
Public MethodReadStartElement Returns the qualified name for the next element in the stream.  
Public MethodReadStatusCode Reads an StatusCode from the stream.  
Public MethodReadStatusCodeArray Reads an StatusCode array from the stream.  
Public MethodReadString Reads a string from the stream.  
Public MethodReadStringArray Reads a string array from the stream.  
Public MethodReadUInt16 Reads a ushort from the stream.  
Public MethodReadUInt16Array Reads a ushort array from the stream.  
Public MethodReadUInt32 Reads a uint from the stream.  
Public MethodReadUInt32Array Reads a uint array from the stream.  
Public MethodReadUInt64 Reads a ulong from the stream.  
Public MethodReadUInt64Array Reads a ulong array from the stream.  
Public MethodReadVariant Reads an Variant from the stream.  
Public MethodReadVariantArray Reads an Variant array from the stream.  
Public MethodReadVariantContents Reads the contents of an Variant object.  
Public MethodReadXmlElement Reads an XmlElement from the stream.  
Public MethodReadXmlElementArray Reads an XmlElement array from the stream.  
Public MethodSetMappingTables Initializes the tables used to map namespace and server uris during decoding.  
Public MethodSkip Skips to the end of the specified element.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.