summaryrefslogtreecommitdiff
path: root/inc/LDOM_LDOMImplementation.hxx
blob: f7c3f6b823590182d2dc06cd4199fb24e4c914f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// File:      LDOM_LDOMImplementation.hxx
// Created:   28.06.01 09:30:17
// Author:    Alexander GRIGORIEV
// Copyright: OpenCascade 2001


#ifndef LDOM_LDOMImplementation_HeaderFile
#define LDOM_LDOMImplementation_HeaderFile

#include <Standard_Type.hxx>
#include <LDOM_Document.hxx>

class LDOM_DocumentType;

//  Block of comments describing class LDOM_LDOMImplementation
//

class LDOM_LDOMImplementation 
{
 public:
  // ---------- PUBLIC METHODS ----------

  static Standard_EXPORT LDOM_Document  createDocument
                                       (const LDOMString&        aNamespaceURI,
                                        const LDOMString&        aQualifiedName,
                                        const LDOM_DocumentType& aDocType);

};

#endif