| Method Summary |
| |
__init__(self,
name,
content,
value,
encoding,
type,
lineNumber)
(inherited from Property)
|
| a new object with type S, a subtype of T
|
__new__(S,
...)
|
| |
__str__(self)
Serializes a property back to raw data. (inherited from Property)
|
| |
getContent(self)
Use this to fetch the content. (inherited from Property)
|
| |
invalidContent(self,
message,
content)
Issue warning. (inherited from Property)
|
| |
setContent(self,
content)
Use this to set the content. (inherited from Property)
|
| boolean
|
validate(self)
Validates the property content. (inherited from Property)
|