Uses of Record Class
org.eclipse.milo.opcua.stack.core.types.builtin.XmlElement
Packages that use XmlElement
Package
Description
-
Uses of XmlElement in org.eclipse.milo.opcua.stack.core.encoding
Methods in org.eclipse.milo.opcua.stack.core.encoding that return XmlElementModifier and TypeMethodDescriptionUaDecoder.decodeXmlElement(String field) XmlElement @Nullable []UaDecoder.decodeXmlElementArray(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding with parameters of type XmlElementModifier and TypeMethodDescriptionvoidUaEncoder.encodeXmlElement(String field, XmlElement value) voidUaEncoder.encodeXmlElementArray(String field, XmlElement[] value) -
Uses of XmlElement in org.eclipse.milo.opcua.stack.core.encoding.binary
Methods in org.eclipse.milo.opcua.stack.core.encoding.binary that return XmlElementModifier and TypeMethodDescriptionOpcUaBinaryDecoder.decodeXmlElement()OpcUaBinaryDecoder.decodeXmlElement(String field) OpcUaBinaryDecoder.decodeXmlElementArray(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding.binary with parameters of type XmlElementModifier and TypeMethodDescriptionvoidOpcUaBinaryEncoder.encodeXmlElement(String field, XmlElement value) voidOpcUaBinaryEncoder.encodeXmlElement(XmlElement value) voidOpcUaBinaryEncoder.encodeXmlElementArray(String field, XmlElement[] value) -
Uses of XmlElement in org.eclipse.milo.opcua.stack.core.types.builtin
Fields in org.eclipse.milo.opcua.stack.core.types.builtin declared as XmlElementMethods in org.eclipse.milo.opcua.stack.core.types.builtin that return XmlElementMethods in org.eclipse.milo.opcua.stack.core.types.builtin with parameters of type XmlElementModifier and TypeMethodDescriptionstatic ExtensionObjectExtensionObject.of(XmlElement body, NodeId encodingId) Create a new ExtensionObject with the specified XmlElement body and encoding id.static MatrixMatrix.ofXmlElement(XmlElement[][] value) Create a Matrix containing a multidimensional XmlElement value.static MatrixMatrix.ofXmlElement(XmlElement[][][] value) Create a Matrix containing a multidimensional XmlElement value.static VariantVariant.ofXmlElement(XmlElement value) Create a Variant containing a XmlElement value.static VariantVariant.ofXmlElementArray(XmlElement[] value) Create a Variant containing a XmlElement array value.