mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
1624 lines
60 KiB
C++
1624 lines
60 KiB
C++
// Copyright (c) 2005-2014 Code Synthesis Tools CC
|
|
//
|
|
// This program was generated by CodeSynthesis XSD, an XML Schema to
|
|
// C++ data binding compiler.
|
|
//
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License version 2 as
|
|
// published by the Free Software Foundation.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
//
|
|
// In addition, as a special exception, Code Synthesis Tools CC gives
|
|
// permission to link this program with the Xerces-C++ library (or with
|
|
// modified versions of Xerces-C++ that use the same license as Xerces-C++),
|
|
// and distribute linked combinations including the two. You must obey
|
|
// the GNU General Public License version 2 in all respects for all of
|
|
// the code used other than Xerces-C++. If you modify this copy of the
|
|
// program, you may extend this exception to your version of the program,
|
|
// but you are not obligated to do so. If you do not wish to do so, delete
|
|
// this exception statement from your version.
|
|
//
|
|
// Furthermore, Code Synthesis Tools CC makes a special exception for
|
|
// the Free/Libre and Open Source Software (FLOSS) which is described
|
|
// in the accompanying FLOSSE file.
|
|
//
|
|
|
|
#ifndef XML_RLMI_H
|
|
#define XML_RLMI_H
|
|
|
|
#ifndef XSD_CXX11
|
|
#define XSD_CXX11
|
|
#endif
|
|
|
|
#ifndef XSD_USE_CHAR
|
|
#define XSD_USE_CHAR
|
|
#endif
|
|
|
|
#ifndef XSD_CXX_TREE_USE_CHAR
|
|
#define XSD_CXX_TREE_USE_CHAR
|
|
#endif
|
|
|
|
// Begin prologue.
|
|
//
|
|
#if __clang__ || __GNUC__ >= 4
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wfloat-equal"
|
|
#ifndef __ANDROID__
|
|
#pragma GCC diagnostic ignored "-Wsuggest-override"
|
|
#endif
|
|
#endif
|
|
//
|
|
// End prologue.
|
|
|
|
#include <xsd/cxx/config.hxx>
|
|
|
|
#if (XSD_INT_VERSION != 4000000L)
|
|
#error XSD runtime version mismatch
|
|
#endif
|
|
|
|
#include <xsd/cxx/pre.hxx>
|
|
|
|
#include <xsd/cxx/xml/char-utf8.hxx>
|
|
|
|
#include <xsd/cxx/tree/exceptions.hxx>
|
|
#include <xsd/cxx/tree/elements.hxx>
|
|
#include <xsd/cxx/tree/types.hxx>
|
|
|
|
#include <xsd/cxx/xml/error-handler.hxx>
|
|
|
|
#include <xsd/cxx/xml/dom/auto-ptr.hxx>
|
|
|
|
#include <xsd/cxx/tree/parsing.hxx>
|
|
#include <xsd/cxx/tree/parsing/byte.hxx>
|
|
#include <xsd/cxx/tree/parsing/unsigned-byte.hxx>
|
|
#include <xsd/cxx/tree/parsing/short.hxx>
|
|
#include <xsd/cxx/tree/parsing/unsigned-short.hxx>
|
|
#include <xsd/cxx/tree/parsing/int.hxx>
|
|
#include <xsd/cxx/tree/parsing/unsigned-int.hxx>
|
|
#include <xsd/cxx/tree/parsing/long.hxx>
|
|
#include <xsd/cxx/tree/parsing/unsigned-long.hxx>
|
|
#include <xsd/cxx/tree/parsing/boolean.hxx>
|
|
#include <xsd/cxx/tree/parsing/float.hxx>
|
|
#include <xsd/cxx/tree/parsing/double.hxx>
|
|
#include <xsd/cxx/tree/parsing/decimal.hxx>
|
|
|
|
#include <xsd/cxx/xml/dom/serialization-header.hxx>
|
|
#include <xsd/cxx/tree/serialization.hxx>
|
|
#include <xsd/cxx/tree/serialization/byte.hxx>
|
|
#include <xsd/cxx/tree/serialization/unsigned-byte.hxx>
|
|
#include <xsd/cxx/tree/serialization/short.hxx>
|
|
#include <xsd/cxx/tree/serialization/unsigned-short.hxx>
|
|
#include <xsd/cxx/tree/serialization/int.hxx>
|
|
#include <xsd/cxx/tree/serialization/unsigned-int.hxx>
|
|
#include <xsd/cxx/tree/serialization/long.hxx>
|
|
#include <xsd/cxx/tree/serialization/unsigned-long.hxx>
|
|
#include <xsd/cxx/tree/serialization/boolean.hxx>
|
|
#include <xsd/cxx/tree/serialization/float.hxx>
|
|
#include <xsd/cxx/tree/serialization/double.hxx>
|
|
#include <xsd/cxx/tree/serialization/decimal.hxx>
|
|
|
|
#include <xsd/cxx/tree/std-ostream-operators.hxx>
|
|
|
|
namespace LinphonePrivate
|
|
{
|
|
namespace Xsd
|
|
{
|
|
namespace XmlSchema
|
|
{
|
|
// anyType and anySimpleType.
|
|
//
|
|
typedef ::xsd::cxx::tree::type Type;
|
|
typedef ::xsd::cxx::tree::simple_type< char, Type > SimpleType;
|
|
typedef ::xsd::cxx::tree::type Container;
|
|
|
|
// 8-bit
|
|
//
|
|
typedef signed char Byte;
|
|
typedef unsigned char UnsignedByte;
|
|
|
|
// 16-bit
|
|
//
|
|
typedef short Short;
|
|
typedef unsigned short UnsignedShort;
|
|
|
|
// 32-bit
|
|
//
|
|
typedef int Int;
|
|
typedef unsigned int UnsignedInt;
|
|
|
|
// 64-bit
|
|
//
|
|
typedef long long Long;
|
|
typedef unsigned long long UnsignedLong;
|
|
|
|
// Supposed to be arbitrary-length integral types.
|
|
//
|
|
typedef long long Integer;
|
|
typedef long long NonPositiveInteger;
|
|
typedef unsigned long long NonNegativeInteger;
|
|
typedef unsigned long long PositiveInteger;
|
|
typedef long long NegativeInteger;
|
|
|
|
// Boolean.
|
|
//
|
|
typedef bool Boolean;
|
|
|
|
// Floating-point types.
|
|
//
|
|
typedef float Float;
|
|
typedef double Double;
|
|
typedef double Decimal;
|
|
|
|
// String types.
|
|
//
|
|
typedef ::xsd::cxx::tree::string< char, SimpleType > String;
|
|
typedef ::xsd::cxx::tree::normalized_string< char, String > NormalizedString;
|
|
typedef ::xsd::cxx::tree::token< char, NormalizedString > Token;
|
|
typedef ::xsd::cxx::tree::name< char, Token > Name;
|
|
typedef ::xsd::cxx::tree::nmtoken< char, Token > Nmtoken;
|
|
typedef ::xsd::cxx::tree::nmtokens< char, SimpleType, Nmtoken > Nmtokens;
|
|
typedef ::xsd::cxx::tree::ncname< char, Name > Ncname;
|
|
typedef ::xsd::cxx::tree::language< char, Token > Language;
|
|
|
|
// ID/IDREF.
|
|
//
|
|
typedef ::xsd::cxx::tree::id< char, Ncname > Id;
|
|
typedef ::xsd::cxx::tree::idref< char, Ncname, Type > Idref;
|
|
typedef ::xsd::cxx::tree::idrefs< char, SimpleType, Idref > Idrefs;
|
|
|
|
// URI.
|
|
//
|
|
typedef ::xsd::cxx::tree::uri< char, SimpleType > Uri;
|
|
|
|
// Qualified name.
|
|
//
|
|
typedef ::xsd::cxx::tree::qname< char, SimpleType, Uri, Ncname > Qname;
|
|
|
|
// Binary.
|
|
//
|
|
typedef ::xsd::cxx::tree::buffer< char > Buffer;
|
|
typedef ::xsd::cxx::tree::base64_binary< char, SimpleType > Base64Binary;
|
|
typedef ::xsd::cxx::tree::hex_binary< char, SimpleType > HexBinary;
|
|
|
|
// Date/time.
|
|
//
|
|
typedef ::xsd::cxx::tree::time_zone TimeZone;
|
|
typedef ::xsd::cxx::tree::date< char, SimpleType > Date;
|
|
typedef ::xsd::cxx::tree::date_time< char, SimpleType > DateTime;
|
|
typedef ::xsd::cxx::tree::duration< char, SimpleType > Duration;
|
|
typedef ::xsd::cxx::tree::gday< char, SimpleType > Gday;
|
|
typedef ::xsd::cxx::tree::gmonth< char, SimpleType > Gmonth;
|
|
typedef ::xsd::cxx::tree::gmonth_day< char, SimpleType > GmonthDay;
|
|
typedef ::xsd::cxx::tree::gyear< char, SimpleType > Gyear;
|
|
typedef ::xsd::cxx::tree::gyear_month< char, SimpleType > GyearMonth;
|
|
typedef ::xsd::cxx::tree::time< char, SimpleType > Time;
|
|
|
|
// Entity.
|
|
//
|
|
typedef ::xsd::cxx::tree::entity< char, Ncname > Entity;
|
|
typedef ::xsd::cxx::tree::entities< char, SimpleType, Entity > Entities;
|
|
|
|
typedef ::xsd::cxx::tree::content_order ContentOrder;
|
|
// Namespace information and list stream. Used in
|
|
// serialization functions.
|
|
//
|
|
typedef ::xsd::cxx::xml::dom::namespace_info< char > NamespaceInfo;
|
|
typedef ::xsd::cxx::xml::dom::namespace_infomap< char > NamespaceInfomap;
|
|
typedef ::xsd::cxx::tree::list_stream< char > ListStream;
|
|
typedef ::xsd::cxx::tree::as_double< Double > AsDouble;
|
|
typedef ::xsd::cxx::tree::as_decimal< Decimal > AsDecimal;
|
|
typedef ::xsd::cxx::tree::facet Facet;
|
|
|
|
// Flags and properties.
|
|
//
|
|
typedef ::xsd::cxx::tree::flags Flags;
|
|
typedef ::xsd::cxx::tree::properties< char > Properties;
|
|
|
|
// Parsing/serialization diagnostics.
|
|
//
|
|
typedef ::xsd::cxx::tree::severity Severity;
|
|
typedef ::xsd::cxx::tree::error< char > Error;
|
|
typedef ::xsd::cxx::tree::diagnostics< char > Diagnostics;
|
|
|
|
// Exceptions.
|
|
//
|
|
typedef ::xsd::cxx::tree::exception< char > Exception;
|
|
typedef ::xsd::cxx::tree::bounds< char > Bounds;
|
|
typedef ::xsd::cxx::tree::duplicate_id< char > DuplicateId;
|
|
typedef ::xsd::cxx::tree::parsing< char > Parsing;
|
|
typedef ::xsd::cxx::tree::expected_element< char > ExpectedElement;
|
|
typedef ::xsd::cxx::tree::unexpected_element< char > UnexpectedElement;
|
|
typedef ::xsd::cxx::tree::expected_attribute< char > ExpectedAttribute;
|
|
typedef ::xsd::cxx::tree::unexpected_enumerator< char > UnexpectedEnumerator;
|
|
typedef ::xsd::cxx::tree::expected_text_content< char > ExpectedTextContent;
|
|
typedef ::xsd::cxx::tree::no_prefix_mapping< char > NoPrefixMapping;
|
|
typedef ::xsd::cxx::tree::serialization< char > Serialization;
|
|
|
|
// Error handler callback interface.
|
|
//
|
|
typedef ::xsd::cxx::xml::error_handler< char > ErrorHandler;
|
|
|
|
// DOM interaction.
|
|
//
|
|
namespace dom
|
|
{
|
|
// Automatic pointer for DOMDocument.
|
|
//
|
|
using ::xsd::cxx::xml::dom::unique_ptr;
|
|
|
|
#ifndef XSD_CXX_TREE_TREE_NODE_KEY__LINPHONEPRIVATE__XSD__XMLSCHEMA
|
|
#define XSD_CXX_TREE_TREE_NODE_KEY__LINPHONEPRIVATE__XSD__XMLSCHEMA
|
|
// DOM user data key for back pointers to tree nodes.
|
|
//
|
|
const XMLCh* const treeNodeKey = ::xsd::cxx::tree::user_data_keys::node;
|
|
#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Forward declarations.
|
|
//
|
|
namespace LinphonePrivate
|
|
{
|
|
namespace Xsd
|
|
{
|
|
namespace Rlmi
|
|
{
|
|
class List;
|
|
class Resource;
|
|
class Instance;
|
|
class Name;
|
|
class State;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#include <memory> // ::std::unique_ptr
|
|
#include <limits> // std::numeric_limits
|
|
#include <algorithm> // std::binary_search
|
|
#include <utility> // std::move
|
|
|
|
#include <xsd/cxx/xml/char-utf8.hxx>
|
|
|
|
#include <xsd/cxx/tree/exceptions.hxx>
|
|
#include <xsd/cxx/tree/elements.hxx>
|
|
#include <xsd/cxx/tree/containers.hxx>
|
|
#include <xsd/cxx/tree/list.hxx>
|
|
|
|
#include <xsd/cxx/xml/dom/parsing-header.hxx>
|
|
|
|
#include <xsd/cxx/tree/containers-wildcard.hxx>
|
|
|
|
#include "xml.h"
|
|
|
|
namespace LinphonePrivate
|
|
{
|
|
namespace Xsd
|
|
{
|
|
namespace Rlmi
|
|
{
|
|
class List: public ::LinphonePrivate::Xsd::XmlSchema::Type
|
|
{
|
|
public:
|
|
// name
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::Rlmi::Name NameType;
|
|
typedef ::xsd::cxx::tree::sequence< NameType > NameSequence;
|
|
typedef NameSequence::iterator NameIterator;
|
|
typedef NameSequence::const_iterator NameConstIterator;
|
|
typedef ::xsd::cxx::tree::traits< NameType, char > NameTraits;
|
|
|
|
const NameSequence&
|
|
getName () const;
|
|
|
|
NameSequence&
|
|
getName ();
|
|
|
|
void
|
|
setName (const NameSequence& s);
|
|
|
|
// resource
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::Rlmi::Resource ResourceType;
|
|
typedef ::xsd::cxx::tree::sequence< ResourceType > ResourceSequence;
|
|
typedef ResourceSequence::iterator ResourceIterator;
|
|
typedef ResourceSequence::const_iterator ResourceConstIterator;
|
|
typedef ::xsd::cxx::tree::traits< ResourceType, char > ResourceTraits;
|
|
|
|
const ResourceSequence&
|
|
getResource () const;
|
|
|
|
ResourceSequence&
|
|
getResource ();
|
|
|
|
void
|
|
setResource (const ResourceSequence& s);
|
|
|
|
// uri
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::Uri UriType;
|
|
typedef ::xsd::cxx::tree::traits< UriType, char > UriTraits;
|
|
|
|
const UriType&
|
|
getUri () const;
|
|
|
|
UriType&
|
|
getUri ();
|
|
|
|
void
|
|
setUri (const UriType& x);
|
|
|
|
void
|
|
setUri (::std::unique_ptr< UriType > p);
|
|
|
|
::std::unique_ptr< UriType >
|
|
setDetachUri ();
|
|
|
|
// version
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::UnsignedInt VersionType;
|
|
typedef ::xsd::cxx::tree::traits< VersionType, char > VersionTraits;
|
|
|
|
const VersionType&
|
|
getVersion () const;
|
|
|
|
VersionType&
|
|
getVersion ();
|
|
|
|
void
|
|
setVersion (const VersionType& x);
|
|
|
|
// fullState
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::Boolean FullStateType;
|
|
typedef ::xsd::cxx::tree::traits< FullStateType, char > FullStateTraits;
|
|
|
|
const FullStateType&
|
|
getFullState () const;
|
|
|
|
FullStateType&
|
|
getFullState ();
|
|
|
|
void
|
|
setFullState (const FullStateType& x);
|
|
|
|
// cid
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::String CidType;
|
|
typedef ::xsd::cxx::tree::optional< CidType > CidOptional;
|
|
typedef ::xsd::cxx::tree::traits< CidType, char > CidTraits;
|
|
|
|
const CidOptional&
|
|
getCid () const;
|
|
|
|
CidOptional&
|
|
getCid ();
|
|
|
|
void
|
|
setCid (const CidType& x);
|
|
|
|
void
|
|
setCid (const CidOptional& x);
|
|
|
|
void
|
|
setCid (::std::unique_ptr< CidType > p);
|
|
|
|
// any_attribute
|
|
//
|
|
typedef ::xsd::cxx::tree::attribute_set< char > AnyAttributeSet;
|
|
typedef AnyAttributeSet::iterator AnyAttributeIterator;
|
|
typedef AnyAttributeSet::const_iterator AnyAttributeConstIterator;
|
|
|
|
const AnyAttributeSet&
|
|
getAnyAttribute () const;
|
|
|
|
AnyAttributeSet&
|
|
getAnyAttribute ();
|
|
|
|
void
|
|
setAnyAttribute (const AnyAttributeSet& s);
|
|
|
|
// DOMDocument for wildcard content.
|
|
//
|
|
const ::xercesc::DOMDocument&
|
|
getDomDocument () const;
|
|
|
|
::xercesc::DOMDocument&
|
|
getDomDocument ();
|
|
|
|
// Constructors.
|
|
//
|
|
List (const UriType&,
|
|
const VersionType&,
|
|
const FullStateType&);
|
|
|
|
List (const ::xercesc::DOMElement& e,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
List (const List& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
virtual List*
|
|
_clone (::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0) const;
|
|
|
|
List&
|
|
operator= (const List& x);
|
|
|
|
virtual
|
|
~List ();
|
|
|
|
// Implementation.
|
|
//
|
|
protected:
|
|
void
|
|
parse (::xsd::cxx::xml::dom::parser< char >&,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags);
|
|
|
|
protected:
|
|
::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument > dom_document_;
|
|
|
|
NameSequence name_;
|
|
ResourceSequence resource_;
|
|
::xsd::cxx::tree::one< UriType > uri_;
|
|
::xsd::cxx::tree::one< VersionType > version_;
|
|
::xsd::cxx::tree::one< FullStateType > fullState_;
|
|
CidOptional cid_;
|
|
AnyAttributeSet any_attribute_;
|
|
};
|
|
|
|
class Resource: public ::LinphonePrivate::Xsd::XmlSchema::Type
|
|
{
|
|
public:
|
|
// name
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::Rlmi::Name NameType;
|
|
typedef ::xsd::cxx::tree::sequence< NameType > NameSequence;
|
|
typedef NameSequence::iterator NameIterator;
|
|
typedef NameSequence::const_iterator NameConstIterator;
|
|
typedef ::xsd::cxx::tree::traits< NameType, char > NameTraits;
|
|
|
|
const NameSequence&
|
|
getName () const;
|
|
|
|
NameSequence&
|
|
getName ();
|
|
|
|
void
|
|
setName (const NameSequence& s);
|
|
|
|
// instance
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::Rlmi::Instance InstanceType;
|
|
typedef ::xsd::cxx::tree::sequence< InstanceType > InstanceSequence;
|
|
typedef InstanceSequence::iterator InstanceIterator;
|
|
typedef InstanceSequence::const_iterator InstanceConstIterator;
|
|
typedef ::xsd::cxx::tree::traits< InstanceType, char > InstanceTraits;
|
|
|
|
const InstanceSequence&
|
|
getInstance () const;
|
|
|
|
InstanceSequence&
|
|
getInstance ();
|
|
|
|
void
|
|
setInstance (const InstanceSequence& s);
|
|
|
|
// uri
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::Uri UriType;
|
|
typedef ::xsd::cxx::tree::traits< UriType, char > UriTraits;
|
|
|
|
const UriType&
|
|
getUri () const;
|
|
|
|
UriType&
|
|
getUri ();
|
|
|
|
void
|
|
setUri (const UriType& x);
|
|
|
|
void
|
|
setUri (::std::unique_ptr< UriType > p);
|
|
|
|
::std::unique_ptr< UriType >
|
|
setDetachUri ();
|
|
|
|
// any_attribute
|
|
//
|
|
typedef ::xsd::cxx::tree::attribute_set< char > AnyAttributeSet;
|
|
typedef AnyAttributeSet::iterator AnyAttributeIterator;
|
|
typedef AnyAttributeSet::const_iterator AnyAttributeConstIterator;
|
|
|
|
const AnyAttributeSet&
|
|
getAnyAttribute () const;
|
|
|
|
AnyAttributeSet&
|
|
getAnyAttribute ();
|
|
|
|
void
|
|
setAnyAttribute (const AnyAttributeSet& s);
|
|
|
|
// DOMDocument for wildcard content.
|
|
//
|
|
const ::xercesc::DOMDocument&
|
|
getDomDocument () const;
|
|
|
|
::xercesc::DOMDocument&
|
|
getDomDocument ();
|
|
|
|
// Constructors.
|
|
//
|
|
Resource (const UriType&);
|
|
|
|
Resource (const ::xercesc::DOMElement& e,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
Resource (const Resource& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
virtual Resource*
|
|
_clone (::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0) const;
|
|
|
|
Resource&
|
|
operator= (const Resource& x);
|
|
|
|
virtual
|
|
~Resource ();
|
|
|
|
// Implementation.
|
|
//
|
|
protected:
|
|
void
|
|
parse (::xsd::cxx::xml::dom::parser< char >&,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags);
|
|
|
|
protected:
|
|
::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument > dom_document_;
|
|
|
|
NameSequence name_;
|
|
InstanceSequence instance_;
|
|
::xsd::cxx::tree::one< UriType > uri_;
|
|
AnyAttributeSet any_attribute_;
|
|
};
|
|
|
|
class Instance: public ::LinphonePrivate::Xsd::XmlSchema::Type
|
|
{
|
|
public:
|
|
// any
|
|
//
|
|
typedef ::xsd::cxx::tree::element_sequence AnySequence;
|
|
typedef AnySequence::iterator AnyIterator;
|
|
typedef AnySequence::const_iterator AnyConstIterator;
|
|
|
|
const AnySequence&
|
|
getAny () const;
|
|
|
|
AnySequence&
|
|
getAny ();
|
|
|
|
void
|
|
setAny (const AnySequence& s);
|
|
|
|
// id
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::String IdType;
|
|
typedef ::xsd::cxx::tree::traits< IdType, char > IdTraits;
|
|
|
|
const IdType&
|
|
getId () const;
|
|
|
|
IdType&
|
|
getId ();
|
|
|
|
void
|
|
setId (const IdType& x);
|
|
|
|
void
|
|
setId (::std::unique_ptr< IdType > p);
|
|
|
|
::std::unique_ptr< IdType >
|
|
setDetachId ();
|
|
|
|
// state
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::Rlmi::State StateType;
|
|
typedef ::xsd::cxx::tree::traits< StateType, char > StateTraits;
|
|
|
|
const StateType&
|
|
getState () const;
|
|
|
|
StateType&
|
|
getState ();
|
|
|
|
void
|
|
setState (const StateType& x);
|
|
|
|
void
|
|
setState (::std::unique_ptr< StateType > p);
|
|
|
|
::std::unique_ptr< StateType >
|
|
setDetachState ();
|
|
|
|
// reason
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::String ReasonType;
|
|
typedef ::xsd::cxx::tree::optional< ReasonType > ReasonOptional;
|
|
typedef ::xsd::cxx::tree::traits< ReasonType, char > ReasonTraits;
|
|
|
|
const ReasonOptional&
|
|
getReason () const;
|
|
|
|
ReasonOptional&
|
|
getReason ();
|
|
|
|
void
|
|
setReason (const ReasonType& x);
|
|
|
|
void
|
|
setReason (const ReasonOptional& x);
|
|
|
|
void
|
|
setReason (::std::unique_ptr< ReasonType > p);
|
|
|
|
// cid
|
|
//
|
|
typedef ::LinphonePrivate::Xsd::XmlSchema::String CidType;
|
|
typedef ::xsd::cxx::tree::optional< CidType > CidOptional;
|
|
typedef ::xsd::cxx::tree::traits< CidType, char > CidTraits;
|
|
|
|
const CidOptional&
|
|
getCid () const;
|
|
|
|
CidOptional&
|
|
getCid ();
|
|
|
|
void
|
|
setCid (const CidType& x);
|
|
|
|
void
|
|
setCid (const CidOptional& x);
|
|
|
|
void
|
|
setCid (::std::unique_ptr< CidType > p);
|
|
|
|
// any_attribute
|
|
//
|
|
typedef ::xsd::cxx::tree::attribute_set< char > AnyAttributeSet;
|
|
typedef AnyAttributeSet::iterator AnyAttributeIterator;
|
|
typedef AnyAttributeSet::const_iterator AnyAttributeConstIterator;
|
|
|
|
const AnyAttributeSet&
|
|
getAnyAttribute () const;
|
|
|
|
AnyAttributeSet&
|
|
getAnyAttribute ();
|
|
|
|
void
|
|
setAnyAttribute (const AnyAttributeSet& s);
|
|
|
|
// DOMDocument for wildcard content.
|
|
//
|
|
const ::xercesc::DOMDocument&
|
|
getDomDocument () const;
|
|
|
|
::xercesc::DOMDocument&
|
|
getDomDocument ();
|
|
|
|
// Constructors.
|
|
//
|
|
Instance (const IdType&,
|
|
const StateType&);
|
|
|
|
Instance (const ::xercesc::DOMElement& e,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
Instance (const Instance& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
virtual Instance*
|
|
_clone (::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0) const;
|
|
|
|
Instance&
|
|
operator= (const Instance& x);
|
|
|
|
virtual
|
|
~Instance ();
|
|
|
|
// Implementation.
|
|
//
|
|
protected:
|
|
void
|
|
parse (::xsd::cxx::xml::dom::parser< char >&,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags);
|
|
|
|
protected:
|
|
::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument > dom_document_;
|
|
|
|
AnySequence any_;
|
|
::xsd::cxx::tree::one< IdType > id_;
|
|
::xsd::cxx::tree::one< StateType > state_;
|
|
ReasonOptional reason_;
|
|
CidOptional cid_;
|
|
AnyAttributeSet any_attribute_;
|
|
};
|
|
|
|
class Name: public ::LinphonePrivate::Xsd::XmlSchema::String
|
|
{
|
|
public:
|
|
// lang
|
|
//
|
|
typedef ::namespace_::Lang LangType;
|
|
typedef ::xsd::cxx::tree::optional< LangType > LangOptional;
|
|
typedef ::xsd::cxx::tree::traits< LangType, char > LangTraits;
|
|
|
|
const LangOptional&
|
|
getLang () const;
|
|
|
|
LangOptional&
|
|
getLang ();
|
|
|
|
void
|
|
setLang (const LangType& x);
|
|
|
|
void
|
|
setLang (const LangOptional& x);
|
|
|
|
void
|
|
setLang (::std::unique_ptr< LangType > p);
|
|
|
|
// Constructors.
|
|
//
|
|
Name ();
|
|
|
|
Name (const char*);
|
|
|
|
Name (const ::std::string&);
|
|
|
|
Name (const ::LinphonePrivate::Xsd::XmlSchema::String&);
|
|
|
|
Name (const ::xercesc::DOMElement& e,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
Name (const Name& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
virtual Name*
|
|
_clone (::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0) const;
|
|
|
|
Name&
|
|
operator= (const Name& x);
|
|
|
|
virtual
|
|
~Name ();
|
|
|
|
// Implementation.
|
|
//
|
|
protected:
|
|
void
|
|
parse (::xsd::cxx::xml::dom::parser< char >&,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags);
|
|
|
|
protected:
|
|
LangOptional lang_;
|
|
};
|
|
|
|
class State: public ::LinphonePrivate::Xsd::XmlSchema::String
|
|
{
|
|
public:
|
|
enum Value
|
|
{
|
|
active,
|
|
pending,
|
|
terminated
|
|
};
|
|
|
|
State (Value v);
|
|
|
|
State (const char* v);
|
|
|
|
State (const ::std::string& v);
|
|
|
|
State (const ::LinphonePrivate::Xsd::XmlSchema::String& v);
|
|
|
|
State (const ::xercesc::DOMElement& e,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
State (const ::xercesc::DOMAttr& a,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
State (const ::std::string& s,
|
|
const ::xercesc::DOMElement* e,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
State (const State& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0);
|
|
|
|
virtual State*
|
|
_clone (::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
::LinphonePrivate::Xsd::XmlSchema::Container* c = 0) const;
|
|
|
|
State&
|
|
operator= (Value v);
|
|
|
|
virtual
|
|
operator Value () const
|
|
{
|
|
return _xsd_State_convert ();
|
|
}
|
|
|
|
protected:
|
|
Value
|
|
_xsd_State_convert () const;
|
|
|
|
public:
|
|
static const char* const _xsd_State_literals_[3];
|
|
static const Value _xsd_State_indexes_[3];
|
|
};
|
|
}
|
|
}
|
|
}
|
|
|
|
#include <iosfwd>
|
|
|
|
namespace LinphonePrivate
|
|
{
|
|
namespace Xsd
|
|
{
|
|
namespace Rlmi
|
|
{
|
|
::std::ostream&
|
|
operator<< (::std::ostream&, const List&);
|
|
|
|
::std::ostream&
|
|
operator<< (::std::ostream&, const Resource&);
|
|
|
|
::std::ostream&
|
|
operator<< (::std::ostream&, const Instance&);
|
|
|
|
::std::ostream&
|
|
operator<< (::std::ostream&, const Name&);
|
|
|
|
::std::ostream&
|
|
operator<< (::std::ostream&, State::Value);
|
|
|
|
::std::ostream&
|
|
operator<< (::std::ostream&, const State&);
|
|
}
|
|
}
|
|
}
|
|
|
|
#include <iosfwd>
|
|
|
|
#include <xercesc/sax/InputSource.hpp>
|
|
#include <xercesc/dom/DOMDocument.hpp>
|
|
#include <xercesc/dom/DOMErrorHandler.hpp>
|
|
|
|
namespace LinphonePrivate
|
|
{
|
|
namespace Xsd
|
|
{
|
|
namespace Rlmi
|
|
{
|
|
// Parse a URI or a local file.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (const ::std::string& uri,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse std::istream.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::std::istream& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::std::istream& is,
|
|
const ::std::string& id,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::InputSource.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::xercesc::InputSource& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::DOMDocument.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (const ::xercesc::DOMDocument& d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::List >
|
|
parseList (::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument > d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse a URI or a local file.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (const ::std::string& uri,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse std::istream.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::std::istream& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::std::istream& is,
|
|
const ::std::string& id,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::InputSource.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::xercesc::InputSource& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::DOMDocument.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (const ::xercesc::DOMDocument& d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Resource >
|
|
parseResource (::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument > d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse a URI or a local file.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (const ::std::string& uri,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse std::istream.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::std::istream& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::std::istream& is,
|
|
const ::std::string& id,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::InputSource.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::xercesc::InputSource& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::DOMDocument.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (const ::xercesc::DOMDocument& d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Instance >
|
|
parseInstance (::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument > d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse a URI or a local file.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (const ::std::string& uri,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (const ::std::string& uri,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse std::istream.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::std::istream& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::std::istream& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::std::istream& is,
|
|
const ::std::string& id,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::std::istream& is,
|
|
const ::std::string& id,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::InputSource.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::xercesc::InputSource& is,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::xercesc::InputSource& is,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
// Parse xercesc::DOMDocument.
|
|
//
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (const ::xercesc::DOMDocument& d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
|
|
::std::unique_ptr< ::LinphonePrivate::Xsd::Rlmi::Name >
|
|
parseName (::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument > d,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::Properties& p = ::LinphonePrivate::Xsd::XmlSchema::Properties ());
|
|
}
|
|
}
|
|
}
|
|
|
|
#include <iosfwd>
|
|
|
|
#include <xercesc/dom/DOMDocument.hpp>
|
|
#include <xercesc/dom/DOMErrorHandler.hpp>
|
|
#include <xercesc/framework/XMLFormatter.hpp>
|
|
|
|
#include <xsd/cxx/xml/dom/auto-ptr.hxx>
|
|
|
|
namespace LinphonePrivate
|
|
{
|
|
namespace Xsd
|
|
{
|
|
namespace Rlmi
|
|
{
|
|
// Serialize to std::ostream.
|
|
//
|
|
|
|
void
|
|
serializeList (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeList (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeList (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to xercesc::XMLFormatTarget.
|
|
//
|
|
|
|
void
|
|
serializeList (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeList (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeList (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to an existing xercesc::DOMDocument.
|
|
//
|
|
|
|
void
|
|
serializeList (::xercesc::DOMDocument& d,
|
|
const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to a new xercesc::DOMDocument.
|
|
//
|
|
|
|
::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument >
|
|
serializeList (const ::LinphonePrivate::Xsd::Rlmi::List& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to std::ostream.
|
|
//
|
|
|
|
void
|
|
serializeResource (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeResource (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeResource (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to xercesc::XMLFormatTarget.
|
|
//
|
|
|
|
void
|
|
serializeResource (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeResource (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeResource (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to an existing xercesc::DOMDocument.
|
|
//
|
|
|
|
void
|
|
serializeResource (::xercesc::DOMDocument& d,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to a new xercesc::DOMDocument.
|
|
//
|
|
|
|
::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument >
|
|
serializeResource (const ::LinphonePrivate::Xsd::Rlmi::Resource& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to std::ostream.
|
|
//
|
|
|
|
void
|
|
serializeInstance (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeInstance (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeInstance (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to xercesc::XMLFormatTarget.
|
|
//
|
|
|
|
void
|
|
serializeInstance (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeInstance (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeInstance (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to an existing xercesc::DOMDocument.
|
|
//
|
|
|
|
void
|
|
serializeInstance (::xercesc::DOMDocument& d,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to a new xercesc::DOMDocument.
|
|
//
|
|
|
|
::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument >
|
|
serializeInstance (const ::LinphonePrivate::Xsd::Rlmi::Instance& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to std::ostream.
|
|
//
|
|
|
|
void
|
|
serializeName (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeName (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeName (::std::ostream& os,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to xercesc::XMLFormatTarget.
|
|
//
|
|
|
|
void
|
|
serializeName (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeName (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::ErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
serializeName (::xercesc::XMLFormatTarget& ft,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
::xercesc::DOMErrorHandler& eh,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
const ::std::string& e = "UTF-8",
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to an existing xercesc::DOMDocument.
|
|
//
|
|
|
|
void
|
|
serializeName (::xercesc::DOMDocument& d,
|
|
const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
// Serialize to a new xercesc::DOMDocument.
|
|
//
|
|
|
|
::LinphonePrivate::Xsd::XmlSchema::dom::unique_ptr< ::xercesc::DOMDocument >
|
|
serializeName (const ::LinphonePrivate::Xsd::Rlmi::Name& x,
|
|
const ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap& m = ::LinphonePrivate::Xsd::XmlSchema::NamespaceInfomap (),
|
|
::LinphonePrivate::Xsd::XmlSchema::Flags f = 0);
|
|
|
|
void
|
|
operator<< (::xercesc::DOMElement&, const List&);
|
|
|
|
void
|
|
operator<< (::xercesc::DOMElement&, const Resource&);
|
|
|
|
void
|
|
operator<< (::xercesc::DOMElement&, const Instance&);
|
|
|
|
void
|
|
operator<< (::xercesc::DOMElement&, const Name&);
|
|
|
|
void
|
|
operator<< (::xercesc::DOMElement&, const State&);
|
|
|
|
void
|
|
operator<< (::xercesc::DOMAttr&, const State&);
|
|
|
|
void
|
|
operator<< (::LinphonePrivate::Xsd::XmlSchema::ListStream&,
|
|
const State&);
|
|
}
|
|
}
|
|
}
|
|
|
|
#include <xsd/cxx/post.hxx>
|
|
|
|
// Begin epilogue.
|
|
//
|
|
#if __clang__ || __GNUC__ >= 4
|
|
#pragma GCC diagnostic pop
|
|
#endif
|
|
//
|
|
// End epilogue.
|
|
|
|
#endif // XML_RLMI_H
|