XMLName,XiMpLe.node-method {XiMpLe} | R Documentation |
Deprecated functions and methods
Description
These functions were used in earlier versions of the package but are now either replaced or removed.
Usage
## S4 method for signature 'XiMpLe.node'
XMLName(obj)
## S4 replacement method for signature 'XiMpLe.node'
XMLName(obj) <- value
## S4 method for signature 'XiMpLe.node'
XMLAttrs(obj)
## S4 replacement method for signature 'XiMpLe.node'
XMLAttrs(obj) <- value
## S4 method for signature 'XiMpLe.node'
XMLChildren(obj)
## S4 method for signature 'XiMpLe.doc'
XMLChildren(obj)
## S4 replacement method for signature 'XiMpLe.node'
XMLChildren(obj) <- value
## S4 replacement method for signature 'XiMpLe.doc'
XMLChildren(obj) <- value
## S4 method for signature 'XiMpLe.node'
XMLValue(obj)
## S4 replacement method for signature 'XiMpLe.node'
XMLValue(obj) <- value
## S4 method for signature 'XiMpLe.doc'
XMLFile(obj)
## S4 replacement method for signature 'XiMpLe.doc'
XMLFile(obj) <- value
## S4 method for signature 'XiMpLe.doc'
XMLDecl(obj)
## S4 replacement method for signature 'XiMpLe.doc'
XMLDecl(obj) <- value
## S4 method for signature 'XiMpLe.doc'
XMLDTD(obj)
## S4 replacement method for signature 'XiMpLe.doc'
XMLDTD(obj) <- value
## S4 method for signature 'XiMpLe.node'
XMLScan(obj, name, as.list = FALSE)
## S4 method for signature 'XiMpLe.doc'
XMLScan(obj, name, as.list = FALSE)
## S4 replacement method for signature 'XiMpLe.node'
XMLScan(obj, name) <- value
## S4 replacement method for signature 'XiMpLe.doc'
XMLScan(obj, name) <- value
## S4 method for signature 'XiMpLe.node'
XMLScanDeep(obj, find = NULL, search = "attributes")
## S4 method for signature 'XiMpLe.doc'
XMLScanDeep(obj, find = NULL, search = "attributes")
## S4 method for signature 'XiMpLe.node'
pasteXML(obj, ...)
## S4 method for signature 'XiMpLe.doc'
pasteXML(obj, ...)
Arguments
obj |
An object of deprecated classes |
value |
No longer used. |
name |
No longer used. |
as.list |
No longer used. |
find |
No longer used. |
search |
No longer used. |
... |
No longer used. |
Details
For methods this can also mean that the object class is deprecated and you are asked
to update old objects via as_XiMpLe_node
or
as_XiMpLe_doc
.
[Package XiMpLe version 0.11-3 Index]