Module libxml2 :: Class xmlDtd
[hide private]
[frames] | no frames]

Class xmlDtd

source code

xmlCore --+    
          |    
    xmlNode --+
              |
             xmlDtd

Instance Methods [hide private]
 
__init__(self, _obj=None) source code
 
__repr__(self) source code
 
debugDumpDTD(self, output)
Dumps debug information for the DTD
source code
 
copyDtd(self)
Do a copy of the dtd.
source code
 
freeDtd(self)
Free a DTD structure.
source code
 
dtdAttrDesc(self, elem, name)
Search the DTD for the description of this attribute on this element.
source code
 
dtdElementDesc(self, name)
Search the DTD for the description of this element
source code
 
dtdQAttrDesc(self, elem, name, prefix)
Search the DTD for the description of this qualified attribute on this element.
source code
 
dtdQElementDesc(self, name, prefix)
Search the DTD for the description of this element
source code

Inherited from xmlNode: addChild, addChildList, addContent, addContentLen, addNextSibling, addPrevSibling, addSibling, copyNode, copyNodeList, copyProp, copyPropList, debugDumpNode, debugDumpNodeList, debugDumpOneNode, docCopyNode, docCopyNodeList, docSetRootElement, freeNode, freeNodeList, getBase, getContent, getLang, getSpacePreserve, hasNsProp, hasProp, isBlankNode, isID, isRef, isText, lastChild, lineNo, listGetRawString, listGetString, lsCountNode, lsOneNode, newChild, newNs, newNsProp, newNsPropEatName, newProp, newTextChild, noNsProp, nodePath, ns, nsDefs, nsProp, prop, reconciliateNs, replaceNode, schemaValidateOneElement, searchNs, searchNsByHref, setBase, setContent, setContentLen, setLang, setListDoc, setName, setNs, setNsProp, setProp, setSpacePreserve, setTreeDoc, shellPrintNode, textConcat, textMerge, unlinkNode, unsetNsProp, unsetProp, validNormalizeAttributeValue, xincludeProcessTree, xincludeProcessTreeFlags, xpathCastNodeToNumber, xpathCastNodeToString, xpathCmpNodes, xpathNewNodeSet, xpathNewValueTree, xpathNextAncestor, xpathNextAncestorOrSelf, xpathNextAttribute, xpathNextChild, xpathNextDescendant, xpathNextDescendantOrSelf, xpathNextFollowing, xpathNextFollowingSibling, xpathNextNamespace, xpathNextParent, xpathNextPreceding, xpathNextPrecedingSibling, xpathNextSelf, xpointerNewCollapsedRange, xpointerNewContext, xpointerNewLocationSetNodes, xpointerNewRange, xpointerNewRangeNodes

Inherited from xmlCore: __eq__, __getattr__, __hash__, __iter__, __ne__, __str__, c14nMemory, c14nSaveTo, free, get_children, get_content, get_doc, get_last, get_name, get_next, get_parent, get_prev, get_properties, get_type, removeNsDef, saveTo, serialize, walk_breadth_first, walk_depth_first, xpathEval, xpathEval2

Properties [hide private]

Inherited from xmlCore: children, content, doc, last, name, next, parent, prev, properties, type

Method Details [hide private]

__init__(self, _obj=None)
(Constructor)

source code 
Overrides: xmlNode.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: xmlNode.__repr__