VirtualBox

Ignore:
Timestamp:
May 20, 2013 7:57:55 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85871
Message:

Changes in parsing, extracting and processing an OVF version in/from a XML file in the OVF package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r44528 r46169  
    527527{
    528528    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 */
     536const char* Node::getNamespaceURI() const
     537{
     538    return m_pcszNamespaceHref;
    529539}
    530540
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette