| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
UaNodeSet |
InternalUaNodeSetNodeManagerUaNodeParser.parse()
Internal.
|
UaNodeSet |
InternalUaNodeSetAddressSpaceParser.parse()
Internal.
|
static UaNodeSet |
UaNodeSet.parseXml(InputStream modelSource)
Parse the given NodeSet2 XML document from the given
InputStream to UaNodeSet. |
static UaNodeSet |
UaNodeSet.parseXml(InputStream modelSource,
Charset charset)
Parse the given NodeSet2 XML document from the given
InputStream to UaNodeSet
using the given Charset. |
| Modifier and Type | Method and Description |
|---|---|
UaNodeSet |
NodeManagerUaNode.toNodeSet()
Creates
UaNodeSet from the nodes of this NodeManagerUaNode. |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeManagerTable.loadModel(UaNodeSet... nodesets)
Resolves and adds the given
UaNodeSets to the address space using
UaNodeSetLoadOptions.defaults() options. |
void |
NodeManagerTable.loadModel(UaNodeSetLoadOptions options,
UaNodeSet... nodesets)
Resolves and adds the given
UaNodeSets to the address space using the given options. |
Copyright © 2026. All rights reserved.