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

Class: XML_SVG_Fragment

Source Location: /XML_SVG-1.0.1/SVG.php

Class Overview

XML_SVG_Element
   |
   --XML_SVG_Fragment

XML_SVG_Fragment


Methods


Child classes:

XML_SVG_Document
XML_SVG_Document

Inherited Variables

Inherited Methods

Class: XML_SVG_Element

XML_SVG_Element::XML_SVG_Element()
XML_SVG_Element::addChild()
This method adds an object reference (or value, if $copy is true) to the _elements array.
XML_SVG_Element::addParent()
This method sends a message to the passed element requesting to be added as a child.
XML_SVG_Element::copy()
XML_SVG_Element::debug()
XML_SVG_Element::getParam()
XML_SVG_Element::printElement()
Most SVG elements can contain child elements. This method calls the printElement method of any child element added to this object by use of the addChild method.
XML_SVG_Element::printParams()
Print each of the passed parameters, if they are set.
XML_SVG_Element::setParam()

Class Details

[line 204]
XML_SVG_Fragment


[ Top ]


Method Detail

bufferObject   [line 221]

void bufferObject( )


[ Top ]

printElement   [line 212]

void printElement( )


Overridden in child classes as:

XML_SVG_Document::printElement()

Overrides XML_SVG_Element::printElement() (Most SVG elements can contain child elements. This method calls the printElement method of any child element added to this object by use of the addChild method.)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:39:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.