4Suite API Documentation

Module Ft.Xml.XLink.XLinkElements

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/XLink/XLinkElements.py,v 1.8 2005/02/25 11:23:45 mbrown Exp $
Classes:
Functions:
Fields:

Classes

class Arc(Literal)

Methods inherited from class Literal

Fields

type = 'arc'

class Extended(Literal)

Methods inherited from class Literal

Fields

type = 'extended'

class Literal

Methods

__init__(self, node, iSrc)
process(self)

Fields

type = None

class Locator(Literal)

Methods inherited from class Literal

Fields

type = 'locator'

class Resource(Literal)

Methods inherited from class Literal

Fields

type = 'resource'

class Simple(Literal)

Methods

__init__(self, node, iSrc)
process(self)

Fields

type = 'simple'

class Title(Literal)

Methods inherited from class Literal

Fields

type = 'title'

Functions

Create(node, baseUri)

Fields

TypeMap = {'arc': <class Ft.Xml.XLink.XLinkElements.Arc>, 'extended': <class Ft.Xml.XLink.XLinkElements.Extended>, 'locator': <class Ft.Xml.XLink.XLinkElements.Locator>, 'resource': <class Ft.Xml.XLink.XLinkElements.Resource>, 'simple': <class Ft.Xml.XLink.XLinkElements.Simple>, 'title': <class Ft.Xml.XLink.XLinkElements.Title>}
XLINK_NAMESPACE = u'http://www.w3.org/1999/xlink'