Class MmapMaapiSchemas

Object
com.tailf.maapi.MaapiSchemas
com.tailf.ncs.maapi.MmapMaapiSchemas

public class MmapMaapiSchemas extends MaapiSchemas
mmap version of MaapiSchemas trying to load the schema data using MmapSchemaFactory if the required classes are available and the server supports MAAPI_GET_SCHEMA_FILE_PATH2.
  • Constructor Details

    • MmapMaapiSchemas

      public MmapMaapiSchemas(String[] namespaceURIs)
  • Method Details

    • findCSNode

      public MaapiSchemas.CSNode findCSNode(MaapiSchemas.CSNode parent0, int hns, int htag)
      Description copied from class: MaapiSchemas

      Find and retrieves specific node in the schema information tree.

      Retrieve a specific node with a given parent node identified by xmltag namespace hash and tagname hash
      Overrides:
      findCSNode in class MaapiSchemas
      Parameters:
      parent0 - parent node
      hns - namespace hash value
      htag - tag hash which value
      Returns:
      CSNode or null if not found
    • findCSNode

      public MaapiSchemas.CSNode findCSNode(MaapiSchemas.CSNode parent0, MaapiSchemas.CSMNsMap mnsMap, String tag)
      Description copied from class: MaapiSchemas
      Retrieve a specific node with a given parent node identified by xmltag all namespaces in a mnsmap and tagname
      Overrides:
      findCSNode in class MaapiSchemas
      Parameters:
      parent0 - parent node
      Returns:
      CSNode or null if not found