Class mkdoxy::property::Property::Specifiers¶
ClassList > mkdoxy > property > Property > Specifiers
Public Attributes¶
Type | Name |
---|---|
kind |
|
parser |
|
xml |
Public Functions¶
Type | Name |
---|---|
def | __init__ (self self, Element xml, XmlParser parser, Kind kind) |
bool | has (self self) |
str | md (self self, bool plain=False) |
str | parsed (self self) |
str | plain (self self) |
Public Attributes Documentation¶
variable kind¶
mkdoxy.property.Property.Specifiers::kind;
variable parser¶
mkdoxy.property.Property.Specifiers::parser;
variable xml¶
mkdoxy.property.Property.Specifiers::xml;
Public Functions Documentation¶
function __init__¶
def mkdoxy::property::Property::Specifiers::__init__ (
self self,
Element xml,
XmlParser parser,
Kind kind
)
function has¶
bool mkdoxy::property::Property::Specifiers::has (
self self
)
function md¶
str mkdoxy::property::Property::Specifiers::md (
self self,
bool plain=False
)
function parsed¶
str mkdoxy::property::Property::Specifiers::parsed (
self self
)
function plain¶
str mkdoxy::property::Property::Specifiers::plain (
self self
)
The documentation for this class was generated from the following file mkdoxy/property.py