Uses of Class
org.opcfoundation.ua.builtintypes.XmlElement

Packages that use XmlElement
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.encoding This folder contains serialization interfaces and serialization implementations 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
org.opcfoundation.ua.encoding.xml The implementation of xml serialization. 
 

Uses of XmlElement in org.opcfoundation.ua.builtintypes
 

Constructors in org.opcfoundation.ua.builtintypes with parameters of type XmlElement
ExtensionObject(ExpandedNodeId typeId, XmlElement object)
          Constructor for ExtensionObject.
 

Uses of XmlElement in org.opcfoundation.ua.encoding
 

Methods in org.opcfoundation.ua.encoding that return XmlElement
 XmlElement IDecoder.getXmlElement(String fieldName)
          getXmlElement.
 XmlElement[] IDecoder.getXmlElementArray(String fieldName)
          getXmlElementArray.
 

Methods in org.opcfoundation.ua.encoding with parameters of type XmlElement
 void IEncoder.putXmlElement(String fieldName, XmlElement v)
          putXmlElement.
 void IEncoder.putXmlElementArray(String fieldName, XmlElement[] v)
          putXmlElementArray.
 

Method parameters in org.opcfoundation.ua.encoding with type arguments of type XmlElement
 void IEncoder.putXmlElementArray(String fieldName, Collection<XmlElement> v)
          putXmlElementArray.
 

Uses of XmlElement in org.opcfoundation.ua.encoding.binary
 

Methods in org.opcfoundation.ua.encoding.binary that return XmlElement
 XmlElement BinaryDecoder.getXmlElement(String fieldName)
          getXmlElement.
 XmlElement[] BinaryDecoder.getXmlElementArray(String fieldName)
          getXmlElementArray.
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type XmlElement
 void EncoderCalc.putXmlElement(String fieldName, XmlElement v)
          putXmlElement.
 void BinaryEncoder.putXmlElement(String fieldName, XmlElement v)
          putXmlElement.
 void EncoderCalc.putXmlElementArray(String fieldName, XmlElement[] v)
          putXmlElementArray.
 void BinaryEncoder.putXmlElementArray(String fieldName, XmlElement[] v)
          putXmlElementArray.
 

Method parameters in org.opcfoundation.ua.encoding.binary with type arguments of type XmlElement
 void EncoderCalc.putXmlElementArray(String fieldName, Collection<XmlElement> v)
          putXmlElementArray.
 void BinaryEncoder.putXmlElementArray(String fieldName, Collection<XmlElement> v)
          putXmlElementArray.
 

Uses of XmlElement in org.opcfoundation.ua.encoding.xml
 

Methods in org.opcfoundation.ua.encoding.xml that return XmlElement
 XmlElement XmlDecoder.getXmlElement(String fieldName)
          getXmlElement.
 XmlElement[] XmlDecoder.getXmlElementArray(String fieldName)
          getXmlElementArray.
 

Constructors in org.opcfoundation.ua.encoding.xml with parameters of type XmlElement
XmlDecoder(XmlElement element, EncoderContext context)
          Constructor for XmlDecoder.
 



Copyright © 2018. All rights reserved.