class documentation

class Label(Link): (source)

View In Hierarchy

A label to be referenced
Method __init__ Initialize the link, add target if configured.
Method __unicode__ Return a printable representation.
Method create Create the label for a given key.
Method findpartkey Get the part key for the latest numbered container seen.
Method numbered Get the numbered container for the label.
Method process Process a label container.
Class Variable lastlayout Undocumented
Class Variable names Undocumented
Instance Variable key Undocumented
Instance Variable lastnumbered Undocumented

Inherited from Link:

Method complete Complete the link.
Method computedestination Use the destination link to fill in the destination URL.
Method setmutualdestination Set another link as destination, and set its destination to this one.
Class Variable page Undocumented
Instance Variable anchor Undocumented
Instance Variable contents Undocumented
Instance Variable destination Undocumented
Instance Variable output Undocumented
Instance Variable parser Undocumented
Instance Variable target Undocumented
Instance Variable title Undocumented
Instance Variable type Undocumented
Instance Variable url Undocumented

Inherited from Container (via Link):

Method escape Escape a line with replacements from elyxer.a map
Method escapeall Escape all lines in an array according to the output options.
Method escapeentities Escape all Unicode characters to HTML entities.
Method extracttext Extract all text from elyxer.allowed containers.
Method gethtml Get the resulting HTML
Method getparameter Get the value of a parameter, if present.
Method getparameterlist Get the value of a comma-separated parameter as a list.
Method group Group some adjoining elements into a group
Method hasemptyoutput Check if the parent's output is empty.
Method locateprocess Search for all embedded containers and process them
Method recursivesearch Perform a recursive search in the container.
Method remove Remove a container but leave its contents
Method searchall Search for all embedded containers of a given type
Method searchprocess Search for elements of a given type and process them
Method searchremove Search for all containers of a type and remove them
Method tree Show in a tree
Class Variable begin Undocumented
Class Variable parent Undocumented
Class Variable partkey Undocumented
def __init__(self): (source)
Initialize the link, add target if configured.
def __unicode__(self): (source)
Return a printable representation.
def create(self, text, key, type='Label'): (source)
Create the label for a given key.
def findpartkey(self): (source)
Get the part key for the latest numbered container seen.
def numbered(self, container): (source)
Get the numbered container for the label.
def process(self): (source)
Process a label container.
lastlayout = (source)

Undocumented

names = (source)

Undocumented

Undocumented

lastnumbered = (source)

Undocumented