Home | Trees | Index | Help |
---|
Package libxml2dom :: Module svg :: Class SVGSVGElement |
|
object
--+ |Node
--+ |SVGElement
--+ |SVGLocatable
--+ |SVGLocatableElement
--+ | SVGSVGElement
An SVG-specific top-level element.
Method Summary | |
---|---|
Inherited from Node | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Property Summary | |
---|---|
Inherited from SVGElement | |
id | |
Inherited from Node | |
attributes | |
childNodes | |
data | |
doctype | |
localName | |
name | |
namespaceURI | |
nextSibling | |
nodeName | |
nodeType | |
nodeValue | |
parentNode | |
prefix | |
previousSibling | |
publicId | |
systemId | |
tagName | |
textContent | |
value |
Class Variable Summary | |
---|---|
int |
NAV_AUTO = 1 |
int |
NAV_DOWN = 8 |
int |
NAV_DOWN_LEFT = 9 |
int |
NAV_DOWN_RIGHT = 7 |
int |
NAV_LEFT = 10 |
int |
NAV_NEXT = 2 |
int |
NAV_PREV = 3 |
int |
NAV_RIGHT = 6 |
int |
NAV_UP = 4 |
int |
NAV_UP_LEFT = 11 |
int |
NAV_UP_RIGHT = 5 |
Inherited from Node | |
int |
ATTRIBUTE_NODE = 2 |
int |
COMMENT_NODE = 8 |
int |
DOCUMENT_NODE = 9 |
int |
DOCUMENT_TYPE_NODE = 10 |
int |
ELEMENT_NODE = 1 |
dict |
entities = {}
|
int |
ENTITY_NODE = 6 |
int |
ENTITY_REFERENCE_NODE = 5 |
int |
NOTATION_NODE = 12 |
dict |
notations = {}
|
int |
PROCESSING_INSTRUCTION_NODE = 7 |
int |
TEXT_NODE = 3 |
Class Variable Details |
---|
NAV_AUTO
|
NAV_DOWN
|
NAV_DOWN_LEFT
|
NAV_DOWN_RIGHT
|
NAV_LEFT
|
NAV_NEXT
|
NAV_PREV
|
NAV_RIGHT
|
NAV_UP
|
NAV_UP_LEFT
|
NAV_UP_RIGHT
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Mar 19 01:08:53 2007 | http://epydoc.sf.net |