Skip to content

Class mkdoxy::property::Property::Location

ClassList > mkdoxy > property > Property > Location

Public Attributes

Type Name
kind
parser
xml

Public Functions

Type Name
def __init__ (self self, Element xml, XmlParser parser, Kind kind)
int bodyend (self self)
int bodystart (self self)
int column (self self)
bool has (self self)
int line (self self)
str md (self self, bool plain=False)
str plain (self self)

Public Attributes Documentation

variable kind

mkdoxy.property.Property.Location::kind;

variable parser

mkdoxy.property.Property.Location::parser;

variable xml

mkdoxy.property.Property.Location::xml;

Public Functions Documentation

function __init__

def mkdoxy::property::Property::Location::__init__ (
    self self,
    Element xml,
    XmlParser parser,
    Kind kind
) 

function bodyend

int mkdoxy::property::Property::Location::bodyend (
    self self
) 

function bodystart

int mkdoxy::property::Property::Location::bodystart (
    self self
) 

function column

int mkdoxy::property::Property::Location::column (
    self self
) 

function has

bool mkdoxy::property::Property::Location::has (
    self self
) 

function line

int mkdoxy::property::Property::Location::line (
    self self
) 

function md

str mkdoxy::property::Property::Location::md (
    self self,
    bool plain=False
) 

function plain

str mkdoxy::property::Property::Location::plain (
    self self
) 


The documentation for this class was generated from the following file mkdoxy/property.py