/ . / BuildStructure / SOAPpy / wstools / XMLSchema.py / DOMAdapterInterface
DOM Utility Adapters
Methods
|
|
|
loadDocument
|
loadDocument ( self, file )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
loadFromURL
|
loadFromURL ( self, url )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
getContentList
|
getContentList ( self, *contents )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
getNamespace
|
getNamespace ( self, prefix )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
getTagName
|
getTagName ( self )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
getAttributeDictionary
|
getAttributeDictionary ( self )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
setAttributeDictionary
|
setAttributeDictionary ( self, attributes )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
getParentNode
|
getParentNode ( self )
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
hasattr
|
hasattr (
self,
attr,
ns=None,
)
Exceptions
|
|
NotImplementedError, 'adapter method not implemented'
|
|
|
|