XML_MXML
[ class tree: XML_MXML ] [ index: XML_MXML ] [ all elements ]

Class: XML_MXML_Containers_Container

Source Location: /XML_MXML-0.3.0/MXML/Containers/Container.php

Class Overview

XML_MXML_Element
   |
   --XML_MXML_Core_UIObject
      |
      --XML_MXML_Core_UIComponent
         |
         --XML_MXML_Core_View
            |
            --XML_MXML_Containers_Container

XML/MXML/Containers/Container.php


Author(s):

Variables

Methods


Child classes:

XML_MXML_Containers_Accordion
XML/MXML/Containers/Accordion.php
XML_MXML_Containers_FormItem
XML/MXML/Containers/FormItem.php
XML_MXML_Containers_Box
XML/MXML/Containers/Box.php
XML_MXML_Containers_Form
XML/MXML/Containers/Form.php
XML_MXML_Containers_Canvas
XML/MXML/Containers/Canvas.php
XML_MXML_Containers_Tile
XML/MXML/Containers/Tile.php
XML_MXML_Containers_ViewStack
XML/MXML/Containers/ViewStack.php

Inherited Variables

Inherited Methods

Class: XML_MXML_Core_View

XML_MXML_Core_View::__construct()
Constructor

Class: XML_MXML_Core_UIComponent

XML_MXML_Core_UIComponent::__construct()
Constructor

Class: XML_MXML_Core_UIObject

XML_MXML_Core_UIObject::__construct()
Constructor

Class: XML_MXML_Element

XML_MXML_Element::__construct()
Constructor
XML_MXML_Element::addAttributeDefinitions()
Add attribute definitions.
XML_MXML_Element::addCData()
Add cdata.
XML_MXML_Element::appendChild()
Add a child object.
XML_MXML_Element::appendStructure()
Append structure to element.
XML_MXML_Element::cloneElement()
Clone the element.
XML_MXML_Element::current()
Return the current element.
XML_MXML_Element::dump()
Get a debug info about the element as string.
XML_MXML_Element::firstChild()
Get the first child of the element.
XML_MXML_Element::getAllowedChilds()
Get allowed child elements.
XML_MXML_Element::getAttribute()
Get an attribute.
XML_MXML_Element::getAvailableAttributes()
Get available attributes.
XML_MXML_Element::getChildren()
Returns an object that recursively iterates the current element.
XML_MXML_Element::getDocument()
Set the reference to the document.
XML_MXML_Element::getElementById()
Get an element by its id.
XML_MXML_Element::getElementName()
Get the element's tag name.
XML_MXML_Element::getElementsByTagname()
Get a nodelist of elements by their tagname.
XML_MXML_Element::getId()
Get the element's id.
XML_MXML_Element::hasChildren()
Return whether current element can be iterated itself.
XML_MXML_Element::isLast()
Check if current element is the last.
XML_MXML_Element::key()
Return the key of the current element.
XML_MXML_Element::lastChild()
Get last first child of the element.
XML_MXML_Element::next()
Move forward to next element.
XML_MXML_Element::offsetExists()
Check if attribute offset exists.
XML_MXML_Element::offsetGet()
Pick value from attributes.
XML_MXML_Element::offsetSet()
Set certain attributes value.
XML_MXML_Element::offsetUnset()
Unset certain attributes value.
XML_MXML_Element::rewind()
Rewind the Iterator to the first element.
XML_MXML_Element::serialize()
Serialize the element.
XML_MXML_Element::setAllowedChilds()
Set allowed child elements.
XML_MXML_Element::setAttribute()
Set an attribute.
XML_MXML_Element::setAttributes()
Sets several attributes at once.
XML_MXML_Element::setCData()
Sets cdata of the element.
XML_MXML_Element::setDocument()
Set the reference to the document.
XML_MXML_Element::setNamespace()
Set Namespace.
XML_MXML_Element::toXML()
Create a string representation of the element.
XML_MXML_Element::valid()
Check if there is a current element after calls to rewind() or next().
XML_MXML_Element::validate()
Validate the element's attributes.

Class Details

[line 45]
XML/MXML/Containers/Container.php

Container element.



[ Top ]


Class Variables

$elementName =  'Container'

[line 54]

Element name.
  • Access: public

Type:   string
Overrides:   Array


[ Top ]

$sinceMXMLVersion =  '1.0'

[line 62]

Since MXML version.
  • Access: public

Type:   string
Overrides:   Array


[ Top ]



Method Detail

__construct (Constructor)   [line 72]

XML_MXML_Containers_Container __construct( [ $attributes = array()], [ $cdata = null])

Constructor
  • Access: public

Overridden in child classes as:

XML_MXML_Containers_Accordion::__construct()
Constructor
XML_MXML_Containers_FormItem::__construct()
Constructor
XML_MXML_Containers_Box::__construct()
Constructor
XML_MXML_Containers_NavBar::__construct()
Constructor
XML_MXML_Containers_LinkBar::__construct()
Constructor
XML_MXML_Containers_TabBar::__construct()
Constructor
XML_MXML_Containers_DividedBox::__construct()
Constructor
XML_MXML_Containers_HDividedBox::__construct()
Constructor
XML_MXML_Containers_VDividedBox::__construct()
Constructor
XML_MXML_Containers_HBox::__construct()
Constructor
XML_MXML_Containers_GridItem::__construct()
Constructor
XML_MXML_Containers_ControlBar::__construct()
Constructor
XML_MXML_Containers_GridRow::__construct()
Constructor
XML_MXML_Containers_VBox::__construct()
Constructor
XML_MXML_Containers_Panel::__construct()
Constructor
XML_MXML_Containers_TitleWindow::__construct()
Constructor
XML_MXML_Containers_Grid::__construct()
Constructor
XML_MXML_Core_Application::__construct()
Constructor
XML_MXML_Containers_Form::__construct()
Constructor
XML_MXML_Containers_Canvas::__construct()
Constructor
XML_MXML_Containers_Tile::__construct()
Constructor
XML_MXML_Containers_ViewStack::__construct()
Constructor
XML_MXML_Containers_TabNavigator::__construct()
Constructor

Overrides XML_MXML_Core_View::__construct() (Constructor)

Parameters:

   $attributes   — 
   $cdata   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:57:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.