Documentation

Horde_Xml_Wbxml_DtdManager
in package

From Binary XML Content Format Specification Version 1.3, 25 July 2001 found at http://www.wapforum.org

Copyright 2003-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
author

Anthony Mills amills@pyramid6.com

Table of Contents

$_strDTD  : array<string|int, mixed>
$_strDTDURI  : array<string|int, mixed>
__construct()  : mixed
getInstance()  : mixed
getInstanceURI()  : mixed
registerDTD()  : mixed

Properties

$_strDTD

protected array<string|int, mixed> $_strDTD = array()

$_strDTDURI

protected array<string|int, mixed> $_strDTDURI = array()

Methods

__construct()

public __construct() : mixed
Return values
mixed

getInstance()

public getInstance(mixed $publicIdentifier) : mixed
Parameters
$publicIdentifier : mixed
Return values
mixed

getInstanceURI()

public getInstanceURI(mixed $uri) : mixed
Parameters
$uri : mixed
Return values
mixed

registerDTD()

public registerDTD(mixed $publicIdentifier, mixed $uri, mixed $dtd) : mixed
Parameters
$publicIdentifier : mixed
$uri : mixed
$dtd : mixed
Return values
mixed

Search results