mn8 Language Reference | Index    

DSResponse

SUMMARY: NO ATTRIBUTES  ELEMENTS SUMMARY  NO CONSTRUCTORS  NO OPERATORS  METHODS SUMMARYDETAIL: NO ATTRIBUTES  ELEMENT DETAILS  NO CONSTRUCTORS  NO OPERATORS  METHOD DETAILS

Description

Its help you to manipulate the DataStore response XML. This concept get additional , error and block element form DataStore response XML.

Usage

Version: 0.1
Authors:Szabo Csaba ()
Location:
Inherits: Concept

Element List

 additional* TYPEOF Series LABEL "additional"
 error* TYPEOF Series LABEL "error"
 block TYPEOF Series LABEL "block"
top

Method List

LogicalhasAdditional
LogicalhasBlock
LogicalhasError
LogicalhasInfo
LogicalhasWarning
top
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML, setResourceURI

Detailed Element Info

additional

Label:additional
Type:Series
Is Static:false
Is Hidden:false
Is Multi:true
Show Empty:true

Contains additional parts of DataStore response XML.

top

error

Label:error
Type:Series
Is Static:false
Is Hidden:false
Is Multi:true
Show Empty:true

Contains error parts of DataStore response XML.

top

block

Label:block
Type:Series
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

Contains block part of DataStore response XML.

top

Detailed Method Info

hasAdditional
Returns: Logical

Verify if additional element has present in DataStrore response XML.

top
hasBlock
Returns: Logical

Verify if block element has present in DataStrore response XML.

top
hasError
Returns: Logical

Verify if error element has present in DataStrore response XML.

top
hasInfo
Returns: Logical

Verify if info element in additional element has present.

top
hasWarning
Returns: Logical

Verify if waring element in additional element has present.

top