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

Class: XML_Transformer_Namespace_Widget

Source Location: /XML_Transformer-1.1.2/XML/Transformer/Namespace/Widget.php

Class Overview

XML_Transformer_Namespace
   |
   --XML_Transformer_Namespace_Widget

Handler for the Widget Namespace.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: XML_Transformer_Namespace

XML_Transformer_Namespace::endElement()
Wrapper for endElement handler.
XML_Transformer_Namespace::getLock()
Lock all other namespace handlers.
XML_Transformer_Namespace::initObserver()
Called by XML_Transformer at initialization time.
XML_Transformer_Namespace::releaseLock()
Releases a lock.
XML_Transformer_Namespace::startElement()
Wrapper for startElement handler.

Class Details

[line 34]
Handler for the Widget Namespace.

Implements <widget:obox /> similar to http://docs.roxen.com/roxen/2.2/creator/text/obox.tag. Implements <widget:oboxtitle> as counterpart to <obox><title>..</title></obox> in Roxen.



[ Top ]


Class Variables

$defaultNamespacePrefix =  'widget'

[line 41]

  • Access: public

Type:   boolean
Overrides:   Array


[ Top ]



Method Detail

end_obox   [line 376]

string end_obox( string $cdata)

  • Access: public

Parameters:

string   $cdata   — 

[ Top ]

end_oboxtitle   [line 417]

string end_oboxtitle( string $cdata)

  • Access: public

Parameters:

string   $cdata   — 

[ Top ]

start_obox   [line 362]

string start_obox( string $attributes)

<obox /> -- This container creates an outlined box.

The outer Table is controlled by align=... width=...

The title is controlled by title=... titlealign=... titlevalign=... titlecolor=...

The outline is controlled by outlinecolor=... outlinewidth=... left=... leftskip=... right=... rightskip=...

The inner table cell is controlled by contentalign=... contentvalign=... contentpadding=... contentwidth=... contentheight=... bgcolor=...

  • Access: public

Parameters:

string   $attributes   — 

[ Top ]

start_oboxtitle   [line 393]

string start_oboxtitle( string $attributes)

<oboxtitle /> -- Alternate method to set the obox title

align=... valign=...

  • Access: public

Parameters:

string   $attributes   — 

[ Top ]


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