Table of Contents

Class: Attr Zope-2.2.1-src/lib/python/OFS/ZDOM.py

Attr interface - The Attr interface represents an attriubte in an Element object. Attr objects inherit the Node Interface

Base Classes   
Acquisition.Implicit
Node
Methods   
__init__
getName
getNodeName
getNodeType
getNodeValue
getSpecified
  __init__ 
__init__ (
        self,
        name,
        value,
        )

  getName 
getName ( self )

Returns the name of this attribute.

  getNodeName 
getNodeName ( self )

The name of this node, depending on its type

  getNodeType 
getNodeType ( self )

A code representing the type of the node.

  getNodeValue 
getNodeValue ( self )

The value of this node, depending on its type

  getSpecified 
getSpecified ( self )

If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6