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

Class: XML_XRD_Serializer_XML

Source Location: /XML_XRD-0.3.1/src/XML/XRD/Serializer/XML.php

Class Overview


Generate XML from a XML_XRD object.


Author(s):

Version:

  • Release: @package_version@

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 24]
Generate XML from a XML_XRD object.


[ Top ]


Class Variables

$xrd =

[line 26]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 33]

XML_XRD_Serializer_XML __construct( XML_XRD $xrd)

Create new instance
  • Access: public

Parameters:

XML_XRD   $xrd   —  XRD instance to convert to XML

[ Top ]

writeProperty   [line 122]

void writeProperty( XMLWriter $x, XML_XRD_Element_Property $property, boolean &$hasXsi)

Write a property in the XMLWriter stream output
  • Access: protected

Parameters:

XMLWriter   $x   —  Writer object to write to
XML_XRD_Element_Property   $property   —  Property to write
boolean   &$hasXsi   —  If an xsi: attribute is used

[ Top ]

__toString   [line 43]

string __toString( )

Generate XML.
  • Return: Full XML code
  • Access: public

[ Top ]


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