Interface INamespace

Unit

Declaration

type INamespace = interface(IInterface)

Description

Namespace interface, storing url and prefix. (Interface, so it is ref-counted)

Attributes
GUID['{5F6DF5F2-548C-4F13-9BEA-CE59EBAE4CAB}']

Hierarchy

Overview

Methods

Public function getPrefix: string;
Public function getURL: string;
Public function serialize: string;
Public function getSelf: TNamespace;
Public function equal(const ns: string): boolean;

Description

Methods

Public function getPrefix: string;

Returns the prefix

Public function getURL: string;

Returns the url

Public function serialize: string;

Returns an xmlns attribute declaring this namespace with url and prefix

Public function getSelf: TNamespace;
 
Public function equal(const ns: string): boolean;
 

Generated by PasDoc 0.16.0.