Changeset 21002 for lang/cplusplus/llv8call/trunk/ext/libxml/node.h
- Timestamp:
- 10/09/08 00:04:42 (3 months ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/ext/libxml/node.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/libxml/node.h
r20999 r21002 17 17 EXTERNAL_NODE(); 18 18 return String::New((char*)domName(node)); 19 END 20 21 FUNCTION(setNodeName) 22 ARG_COUNT(1); 23 ARG_str(name, 0); 24 EXTERNAL_NODE(); 25 xmlNodeSetName(node, (const xmlChar*)*name); 26 return Undefined(); 19 27 END 20 28 … … 214 222 static inline void setupNodeIM(Handle<ObjectTemplate> OBJECT_TEMPLATE) { 215 223 BIND_IM("nodeName", nodeName); 224 BIND_IM("setNodeName", setNodeName); 216 225 BIND_IM("toString", toString); 217 226 BIND_IM("appendChild", appendChild);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)