This class implements SASchema for the DeepSee KPI classes. More...
Static Public Attributes | |
ROOTCLASSES = None | |
This is comma-separated list of the classes whose xml elements. More... | |
![]() | |
ROOTCLASSES = None | |
This class is the base class for Studio Assist schema generators that are based on XML-enabled class definitions. More... | |
SACATEGORY = None | |
Optional. More... | |
XMLNAMESPACE = None | |
This is the namespace value used to identify this SA schema. More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | GetAttrsForClass (_.Library.String pClass, pAttrList) |
Given a class (and default namespace) find the list of XML attributes. More... | |
_.Library.Status | GetElementsForClass (_.Library.String pClass, pElementList, pReferencedClasses) |
Given a class (and default namespace) find the list of XML elements. More... | |
_.Library.Status | GetXMLElementsForClass (_.Library.String pClass, pElements) |
Return an array of XML element names that could be used within a. More... | |
_.Library.String | GetXMLNameForClass (_.Library.String pClass) |
Return the XML name for the given class (or "" if there is none). More... | |
_.Library.Boolean | IsUpToDate (_.Library.String pChecksum, _.Library.String pParameter) |
Subclass should override this method. More... | |
_.Library.Status | OutputToStream (_.Stream.Object pStream, _.Library.String pChecksum, _.Library.String pParameter) |
Output SASchema definition into a stream. | |
_.Library.String | SchemaToPrefix (_.Library.String pSchema) |
Convert a schema name to a reasonable "prefix". | |
_.Library.String | XMLName2DisplayName (_.Library.String pName, _.Library.String pCurrentNS) |
Take an element and make sure it has the correct namespace prefix. More... | |
![]() | |
_.Library.Status | OutputToFile (pFilename) |
Output the SASchema definition to a file. More... | |
|
static |
This is comma-separated list of the classes whose xml elements.
can be used as the root level element of a document.