Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Plugins.Content.Parse.Symbols.ALinkIdentifier Class Reference

A link identifier. More...

+ Inheritance diagram for Plugins.Content.Parse.Symbols.ALinkIdentifier:

Public Member Functions

def __init__
 Construct a new constant instance with the specified name and value. More...
 
def init
 Initializer.
 
def toString
 Construct a string representation of the constant. More...
 
def __getitem__
 Retrieve the specified attribute from the tag.
 
def __setitem__
 Set the specified attribute in the tag.
 
def __delitem__
 Delete the specified attribute from the tag.
 
- Public Member Functions inherited from Library.Parse.Symbols.AConstant
def __init__
 Construct a new constant instance with the specified name and value. More...
 
def init
 Initializer.
 
def streamTo
 Write the constant to the specified stream. More...
 
def toString
 Construct a string representation of the constant. More...
 
- Public Member Functions inherited from Library.Parse.Symbols.ASymbol
def __init__
 Constructor.
 
def init
 Initializer.
 
def streamTo
 Stream the symbol to the specified stream. More...
 
def toString
 Construct a string representation of the symbol. More...
 
def category
 Retrieve the symbol category.
 
- Public Member Functions inherited from Library.Memory.StringTrees.AStringLeaf
def __init__
 Constructor.
 
def toString
 Return a string representation of the node. More...
 
def name
 Retrieve the name of the node. More...
 
- Public Member Functions inherited from Library.Memory.BinaryTrees.ABinaryLeaf
def __init__
 Constructor.
 
def init
 Initializer.
 
def writeTo
 Writes the node and its associated subtrees to the stream. More...
 
def readFrom
 Read an individual node from the specified stream. More...
 
def toString
 Construct a string representation of the node. More...
 
def key
 Retrieve the key used to sort the node. More...
 
- Public Member Functions inherited from Library.Base.Classwork.AnObject
def init
 Initialize a new object instance. More...
 
def __init__
 Construct and initialize a new instance of AnObject. More...
 
def __del__
 Destroy the object instance. More...
 
def displayName
 Construct a "pretty" display name for the class instance, based on the name of its class. More...
 
def implements
 Determine whether the class instance is related to the specified class. More...
 
def toString
 Return a string representation of the class, suitable for output to a console or text-based device. More...
 
def __str__
 Return a string representation of the class. More...
 
def classname
 Return the name of the class from which the instance was created. More...
 
def name
 Return the name of the class. More...
 
- Public Member Functions inherited from Library.String.Utilities.IsPrintable
def toString
 Return a string representation of the class conveniently. More...
 
def __str__
 Return a string representation of the class. More...
 
def printTo
 Print a string representation of the class to the specified stream. More...
 
- Public Member Functions inherited from Library.IO.Streams.IsStreamable
def writeTo
 Write class instance data to the specified stream. More...
 
def readFrom
 Read class instance data from the specified stream. More...
 

Detailed Description

A link identifier.

Constructor & Destructor Documentation

def Plugins.Content.Parse.Symbols.ALinkIdentifier.__init__ (   Self,
  thisName 
)

Construct a new constant instance with the specified name and value.

Member Function Documentation

def Plugins.Content.Parse.Symbols.ALinkIdentifier.toString (   Self)

Construct a string representation of the constant.

This representation is merely a quoted form of the URL.


The documentation for this class was generated from the following file: