XML DOM renameNode() Method
Complete Document Object Reference
Definition and Usage
The renameNode() method renames an existing element or attribute node.
When possible, this changes the name of the given node, otherwise this
creates a new node with the specified name and replaces the existing node
with the new node.
This method returns the renamed node.
Syntax
|
renameNode(node,uri,name)
|
| Parameter | Description |
| node | The element or attribute node to rename |
| uri | A string that specifies the new namespace name |
| name | A string that specifies the new name |
Complete Document Object Reference
Stylus Studio® 2010 XML Enterprise Suite raises the bar for productivity in XML development tools.
Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive
XML toolset to tackle today's advanced XML data transformation and aggregation challenges.
|
- XML Pipeline Editor, Debugger and Code Generator
- DataDirect XML Converters
- XQuery Mapper, Editor, Debugger, and Profiler
- XSLT Mapper, Editor, Debugger, Designer, and Profiler
- Java and C# for .Net Code Generation
- XML Schema Designer With Documentation Generator
- XML Editor With Full XPath Integration
Download a free trial now
|
|