Class TNamespace
Unit
simplehtmltreeparser
Declaration
type TNamespace = class(TInterfacedObject, INamespace)
Description
Class implementing the INamespace interface
Hierarchy
- TInterfacedObject
- TNamespace
Overview
Fields
Methods
Description
Fields
 |
url: string; |
|
 |
prefix: string; |
|
Methods
 |
constructor create(const aurl: string; aprefix: string); |
Creates a new namespace with url and prefix. (watch the argument order. It follows the XPath fn:QName function)
|
 |
class function make(const aurl: string; const aprefix: string): TNamespace; static; |
|
 |
class function uniqueUrl(const aurl: string): string; static; |
|
 |
class procedure freeCache; static; |
|
 |
function getPrefix: string; |
|
 |
function getURL: string; |
|
 |
function serialize: string; |
|
 |
function equal(const ns: string): boolean; |
|
 |
destructor Destroy; override; |
|
Generated by PasDoc 0.14.0.
|