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
- IInterface
- INamespace
Overview
Methods
![]() |
function getPrefix: string; |
![]() |
function getURL: string; |
![]() |
function serialize: string; |
![]() |
function getSelf: TNamespace; |
![]() |
function equal(const ns: string): boolean; |
Description
Methods
![]() |
function getPrefix: string; |
Returns the prefix |
![]() |
function getURL: string; |
Returns the url |
![]() |
function serialize: string; |
Returns an xmlns attribute declaring this namespace with url and prefix |
![]() |
function getSelf: TNamespace; |
![]() |
function equal(const ns: string): boolean; |
Generated by PasDoc 0.16.0.