API Documentation

InfoCard/Xml/Security/Transform.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_InfoCard
subpackage
Zend_InfoCard_Xml_Security
version
$Id: Transform.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_InfoCard_Xml_Security_Transform

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_InfoCard_Xml_Security_Transform

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_InfoCard
subpackage
Zend_InfoCard_Xml_Security
Properties
$_transformList
Methods
_findClassbyURI
addTransform
getTransformList
applyTransforms

Description

A class to create a transform rule set based on XML URIs and then apply those rules in the correct order to a given XML input

Properties

$_transformList

array $_transformList = 'array'

A list of transforms to apply

Details

$_transformList
array
visibility
protected
default
array
final
false
static
false

Methods

_findClassbyURI

_findClassbyURI( string $uri ) : string

Returns the name of the transform class based on a given URI

Arguments
$uri
string
The transform URI
Output
string
The transform implementation class name
Details
visibility
protected
final
false
static
false
throws

addTransform

addTransform( string $uri ) : Zend_InfoCard_Xml_Security_Transform

Add a Transform URI to the list of transforms to perform

Arguments
$uri
string
The Transform URI
Details
visibility
public
final
false
static
false

applyTransforms

applyTransforms( string $strXmlDocument ) : string

Apply the transforms in the transform list to the input XML document

Arguments
$strXmlDocument
string
The input XML
Output
string
The XML after the transformations have been applied
Details
visibility
public
final
false
static
false

getTransformList

getTransformList( ) : array

Return the list of transforms to perform

Output
array
The list of transforms
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.