ProcessMIX Guide
  • Platform Overview
    • Introduction
    • Platform Purpose
    • Main Concepts
      • Organization Structure
      • Visual Language
      • Project Development Environment (IDE)
      • Deployment and Integration
      • Administration and Troubleshooting
    • First Steps
    • Change Log
      • 5.0.0
      • 5.0.5
      • 5.0.5.1
      • 5.0.5.2
      • 5.0.5.3
      • 5.0.5.4
  • Language Reference Guide
    • Overview
    • Data Structures and Types
      • Core Types (pdk.core)
      • Dictionary (pdk.asset.dictionary)
      • Scorecard (pdk.asset.scorecard)
      • Blockchain (pdk.blockchain)
      • Exceptions (pdk.ex)
      • Input/Output (pdk.io)
      • JSON Web Token (pdk.jwt)
      • Networking (pdk.net)
      • HTTP (pdk.net.http)
      • SOAP/Web Services (pdk.net.soap)
      • XML/DOM (pdk.net.xml)
      • S3 (pdk.s3)
      • SQL (pdk.sql)
      • Postgres (pdk.db.postgre)
      • Util (pdk.util)
      • Default Data Structure Field Values
    • Flows
      • Variables
        • Local Flow Variables
        • Node Variables
      • Flow Node Types
        • Core Nodes
          • In
          • Out
          • Assign
          • If
          • Switch
          • Iterator
          • Function Call
          • Subflow
          • Raise Exception
          • Exception Handler
          • Validator
        • Connector Nodes
          • Database Begin Transaction
          • Database Commit Transaction
          • Database Rollback Transaction
          • Database Query Executor
          • EVM Blockchain Functions
          • EVM Blockchain Smart Contract Functions
          • REST Service Executor
          • SOAP Service Executor
          • S3 Connector
          • SMB Connector
      • Expressions
      • Built-In Functions
        • Expression functions
          • pdk.util.Any
          • pdk.util.Array
          • pdk.util.Blockchain
          • pdk.util.Cast
          • pdk.util.Codec
          • pdk.util.Crypto
          • pdk.util.Date
          • pdk.util.File
          • pdk.util.Json
          • pdk.util.JWT
          • pdk.util.Map
          • pdk.util.Math
          • pdk.util.String
          • pdk.util.Util
        • Node functions
          • pdk.flow.Any
          • pdk.flow.Array
          • pdk.flow.File
          • pdk.flow.JsonArray
          • pdk.flow.JsonObject
          • pdk.flow.HttpRequest
          • pdk.flow.HttpResponse
          • pdk.flow.Logger
          • pdk.flow.Map
          • pdk.flow.Xml
            • pdk.flow.xml.XmlAttr
            • pdk.flow.xml.XmlElement
            • pdk.flow.xml.XmlNode
            • pdk.flow.xml.XmlDocument
            • pdk.flow.xml.XmlDocumentType
            • pdk.flow.xml.XmlDOMConfiguration
            • pdk.flow.xml.XmlDOMImplementation
            • pdk.flow.xml.XmlProcessingInstruction
            • pdk.flow.xml.XmlTypeInfo
            • pdk.flow.xml.XmlCharacterData
            • pdk.flow.xml.XmlText
            • pdk.flow.xml.XmlNamedNodeMap
          • pdk.node.BlockchainEth
          • pdk.node.S3
          • pdk.node.Smb
      • Exceptions
        • Checked Exceptions
        • Runtime Exceptions
    • Assets
      • Dictionary
      • Decision Table
      • Scorecard
      • PMML
    • Connectors
      • DB Connector
        • Prepared Query
        • Dynamic Query
        • Query input parameters
        • Stored Procedure
      • REST Connector
      • SOAP Connector
      • S3 Connector
      • SMB Connector
      • EVM Blockchain Connector
    • Global Variables
    • Appendices
      • Overview of Database Transactions
      • Reserved Words
  • Project Development Environment (IDE)
    • Project Explorer Panel
    • Flow Builder
    • Flow Node Editor
    • Data Structure Builder
    • Connector Builders
      • REST Connector Builder
      • SOAP Connector Builder
      • DB (Database) Connector Builder
      • EVM Blockchain Connectors Builder
      • S3 Connector Builder
    • Asset Builders
      • Dictionary Builder
      • Decision Table Builder
      • Scorecard Builder
      • PMML Asset Builder
    • Global Variables Panel
    • Expression Editor
    • Project Deployment and Execution
    • Cron Expression Generator
    • Test Helper
    • Debugging the Project
    • DB transactions
    • Team Collaboration Tools
      • Version Control
      • Conflict Resolver
    • Selectors
    • Error Panel
    • Local History
  • Home and Administration Guide
    • Organization and Subscription
    • Organization Team
    • Repositories and Projects
    • Environments
    • Deployments
    • Database Provisioning
    • Roles and Permissions
  • Logs and Troubleshooting
    • Request/Call Logs
    • Deployment Logs
    • Application Logs
  • Appendix: Example Project
    • Risk Mitigation Solution
Powered by GitBook
On this page
  • Constants
  • Functions
  • getConstantName
  • getConstantValue
  • getTypeName
  • getTypeNamespace
  • isDerivedFrom
  1. Language Reference Guide
  2. Flows
  3. Built-In Functions
  4. Node functions
  5. pdk.flow.Xml

pdk.flow.xml.XmlTypeInfo

contains functions to operate with XML TypeInfo variables

Previouspdk.flow.xml.XmlProcessingInstructionNextpdk.flow.xml.XmlCharacterData

Last updated 1 year ago

This functions are based on Java org.w3c.dom package classes.

You can always rely on Java documentation and examples!

Constants

Name
Description
Value

DERIVATION_EXTENSION

2

DERIVATION_LIST

8

DERIVATION_RESTRICTION

1

DERIVATION_UNION

4


Functions


getConstantName

Arguments:

Result:

Possible exceptions


getConstantValue

Arguments:

Result:

Possible exceptions


getTypeName

The name of a type declared for the associated element or attribute, or null if unknown.

Arguments:

Result:

Possible exceptions


getTypeNamespace

The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.

Arguments:

Result:

Possible exceptions


isDerivedFrom

Arguments:

Result:

Possible exceptions

If the document's schema is an XML Schema [] , this constant represents the derivation by .

If the document's schema is an XML Schema [] , this constant represents the .

If the document's schema is an XML Schema [] , this constant represents the derivation by if complex types are involved, or a if simple types are involved.

If the document's schema is an XML Schema [] , this constant represents the if simple types are involved.

Returns name of the by value.

constantValue ::

output ::

- throws if the constantValue is NULL

Returns value of the by name.

constantName ::

output ::

- throws if the constantName is NULL

type ::

output ::

- throws if the type is NULL

type ::

output ::

- throws if the type is NULL

This method returns if there is a derivation between the reference type definition, i.e. the on which the method is being called, and the other type definition, i.e. the one passed as parameters.

type ::

typeNamespaceArg :: - the namespace of the other type definition.

typeNameArg :: - the name of the other type definition.

derivationMethod :: - the type of derivation and conditions applied between two types, as described in the list of constants provided in this interface.

output :: - If the document's schema is a DTD or no schema is associated with the document, this method will always return false . If the document's schema is an XML Schema, the method will return true if the reference type definition is derived from the other type definition according to the derivation parameter. If the value of the parameter is 0 (no bit is set to 1 for the derivationMethod parameter), the method will return true if the other type definition can be reached by recursing any combination of {base type definition}, {item type definition}, or {member type definitions} from the reference type definition.

- throws if the type , typeNamespaceArg , typeNameArg or derivationMethod is NULL

https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/package-summary.html
getConstantName
getConstantValue
getTypeName
getTypeNamespace
isDerivedFrom
constant
constant
XML Schema Part 1
extension
XML Schema Part 1
list
XML Schema Part 1
restriction
restriction
XML Schema Part 1
union
pdk.core.Integer
pdk.core.String
pdk.core.String
pdk.core.Integer
pdk.core.String
pdk.core.String
pdk.core.String
pdk.core.String
pdk.core.String
pdk.core.Boolean
NullPointerException
NullPointerException
NullPointerException
NullPointerException
NullPointerException
pdk.net.xml.TypeInfo
pdk.net.xml.TypeInfo
TypeInfo
pdk.net.xml.TypeInfo