Changeset 46169 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- May 20, 2013 7:57:55 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r44528 r46169 527 527 { 528 528 return m_pcszNamespacePrefix; 529 } 530 531 /** 532 * Returns the XML namespace URI, which is the attribute name. For other node types it probably 533 * returns NULL. 534 * @return 535 */ 536 const char* Node::getNamespaceURI() const 537 { 538 return m_pcszNamespaceHref; 529 539 } 530 540
Note:
See TracChangeset
for help on using the changeset viewer.