Package Modeling :: Module XMLutils :: Class XMLCapability
[show private | hide private]
[frames | no frames]

Class XMLCapability

Known Subclasses:
Attribute, Entity, Join, Model, Relationship

Mix-in class ...
Method Summary
  getXMLDOM(self, doc, parentNode)
Returns the (DOM) DocumentObject for the receiver.
  getXMLNodeName(self)
Returns the node name corresponding to the receiver
  xmlAttributesDict(self)
  xmlAttributeType(self, attributeName)
  xmlGetAttribute(self, attributeName)
  xmlSetAttribute(self, attributeName)

Method Details

getXMLDOM(self, doc=None, parentNode=None)

Returns the (DOM) DocumentObject for the receiver.

Parameters 'doc' and 'parentDoc' should be both omitted or supplied. If they are omitted, a new DocumentObject is created. If they are supplied, elements are added to the parentNode.

Returns: the (possibly new) DocumentObject.

getXMLNodeName(self)

Returns the node name corresponding to the receiver

Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 http://epydoc.sf.net