Deutsche Zope User Group
Gast 1 Benutzer online
DZUG-News

ZDOM

""" DOM implementation in ZOPE : Read-Only methods

All standard Zope objects support DOM to a limited extent. """

Klassen:

  • class DOMException?(Exception):
  • class IndexSizeException?(DOMException?):
  • class DOMStringSizeException?(DOMException?):
  • class HierarchyRequestException?(DOMException?):
  • class WrongDocumentException?(DOMException?):
  • class InvalidCharacterException?(DOMException?):
  • class NoDataAllowedException?(DOMException?):
  • class NoModificationAllowedException?(DOMException?):
  • class NotFoundException?(DOMException?):
  • class NotSupportedException?(DOMException?):
  • class InUseAttributeException?(DOMException?):
  • class Node:
  • class Document(Acquisition.Explicit, Node):
  • class DOMImplementation?:
  • class Element(Node):
  • class ElementWithAttributes(Element):
  • class ElementWithTitle?(Element):
  • class NodeList?:
  • class NamedNodeMap?:
  • class Attr(Acquisition.Implicit, Node):