Interface INamespace
Unit
simplehtmltreeparser
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
Description
Methods
|
function getPrefix: string; |
Returns the prefix
|
|
function getURL: string; |
Returns the url
|
|
function serialize: string; |
Returns a xmlns attribute declaring this namespace with url and prefix
|
|
function equal(const ns: string): boolean; |
|
Generated by PasDoc 0.14.0.
|