Home
last modified time | relevance | path

Searched refs:XMLDoc (Results 1 – 25 of 92) sorted by relevance

1234

/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DXMLDoc.cpp164 XMLDoc* XMLDoc::s_curr_parsing_doc = nullptr;
166 XMLDoc::RuleDefiner XMLDoc::s_rule_definer;
170 XMLDoc::XMLDoc(const std::string& root_tag/*= "XMLDoc"*/) : in XMLDoc() function in XMLDoc
174 XMLDoc::XMLDoc(const std::istream& is) : in XMLDoc() function in XMLDoc
184 void XMLDoc::ReadDoc(const std::string& s) { in ReadDoc()
214 if (XMLDoc* this_ = XMLDoc::s_curr_parsing_doc) { in PushElem1()
226 if (XMLDoc* this_ = XMLDoc::s_curr_parsing_doc) { in PushElem2()
251 XMLDoc::RuleDefiner::RuleDefiner() { in RuleDefiner()
362 | EmptyElemTag[&XMLDoc::PushElem2] in RuleDefiner()
367 >> Name[&XMLDoc::SetElemName] in RuleDefiner()
[all …]
H A DXMLDoc.h266 friend class XMLDoc; variable
274 class FO_COMMON_API XMLDoc
281 XMLDoc(const std::string& root_tag = "XMLDoc");
292 XMLDoc(const std::istream& is);
338 static XMLDoc* s_curr_parsing_doc;
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/openturns/
H A DXMLToolbox.hxx49 class OT_API XMLDoc class
55 XMLDoc();
56 XMLDoc( const XMLDoc & other );
57 XMLDoc( const FileName & pathToFile );
58 XMLDoc(const char * buffer, int size);
59 ~XMLDoc() throw();
61 XMLDoc & operator =( const XMLDoc & other );
135 static Node GetRootNode( const XMLDoc & doc );
136 static void SetRootNode( const XMLDoc & doc, const Node & root );
143 static void SetDTD( const XMLDoc & doc, const String & name, const String & path );
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/
H A DXMLToolbox.cxx55 XMLDoc::XMLDoc() : doc_(xmlNewDoc(reinterpret_cast<const xmlChar *> ("1.0"))) in XMLDoc() function in XMLDoc
60 XMLDoc::XMLDoc(const XMLDoc & other) : doc_(xmlCopyDoc( other.doc_, 1 )) in XMLDoc() function in XMLDoc
65 XMLDoc::XMLDoc(const FileName & pathToFile) : doc_(0) in XMLDoc() function in XMLDoc
71 XMLDoc::XMLDoc(const char * buffer, int size) : doc_(0) in XMLDoc() function in XMLDoc
77 XMLDoc::~XMLDoc() throw() in ~XMLDoc()
83 XMLDoc & XMLDoc::operator =(const XMLDoc & other) in operator =()
94 XMLDoc::operator xmlDocPtr() const in operator xmlDocPtr()
109 String XMLDoc::__repr__() const in __repr__()
148 Bool XMLDoc::hasDTD() const in hasDTD()
154 Bool XMLDoc::validate() const in validate()
[all …]
/dports/lang/ferite/ferite-1.0.2/modules/xml/
H A Dxml_XML_Element.c17 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
156 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
333 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
481 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
711 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
830 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
861 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
897 XMLDoc *tree = fmalloc( sizeof(XMLDoc) ); in FE_NATIVE_FUNCTION()
920 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
1030 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
[all …]
H A Dxml_XML_TreeParser.c43 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
90 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
122 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
152 self->odata = fcalloc( 1, sizeof( XMLDoc ) ); in FE_NATIVE_FUNCTION()
175 XMLDoc *tree = (XMLDoc *)self->odata; in FE_NATIVE_FUNCTION()
203 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
242 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
269 XMLDoc *tree = self->odata; in FE_NATIVE_FUNCTION()
H A Dxml.fec373 XMLDoc *tree = (XMLDoc *)self->odata;
431 XMLDoc *tree = fmalloc( sizeof(XMLDoc) );
529 XMLDoc *tree = self->odata;
745 XMLDoc *tree = self->odata;
774 XMLDoc *tree = self->odata;
807 XMLDoc *tree = self->odata;
840 XMLDoc *tree = self->odata;
871 XMLDoc *tree = self->odata;
892 XMLDoc *tree = self->odata;
914 XMLDoc *tree = self->odata;
[all …]
H A Dtree_handlers.c46 ((XMLDoc *)VAO(obj)->odata)->doc = doc; in create_element_node()
47 ((XMLDoc *)VAO(obj)->odata)->node = node; in create_element_node()
52 xmlXPathObjectPtr get_nodes_with_name_xpath( XMLDoc *tree, FeriteString *str ) in get_nodes_with_name_xpath()
H A Dtree_handlers.h43 } XMLDoc; typedef
48 xmlXPathObjectPtr get_nodes_with_name_xpath( XMLDoc *tree, FeriteString *str );
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/xml/
H A DXML.h21 struct XMLDoc;
62 struct RKCOMMON_INTERFACE XMLDoc : public Node struct
64 XMLDoc() = default;
65 ~XMLDoc() = default;
74 RKCOMMON_INTERFACE XMLDoc readXML(const std::string &fn); argument
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodecompletiontemplater.pas104 XMLDoc : TXMLDocument;
128 property Doc: TXMLDocument read XMLDoc;
182 FreeAndNil(XMLDoc);
399 FreeAndNil(XMLDoc);
404 ReadXMLFile(XMLDoc, ms);
405 Root := XMLDoc.DocumentElement;
/dports/editors/lazarus/lazarus/components/codetools/
H A Dcodecompletiontemplater.pas104 XMLDoc : TXMLDocument;
128 property Doc: TXMLDocument read XMLDoc;
182 FreeAndNil(XMLDoc);
399 FreeAndNil(XMLDoc);
404 ReadXMLFile(XMLDoc, ms);
405 Root := XMLDoc.DocumentElement;
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dcodecompletiontemplater.pas104 XMLDoc : TXMLDocument;
128 property Doc: TXMLDocument read XMLDoc;
182 FreeAndNil(XMLDoc);
399 FreeAndNil(XMLDoc);
404 ReadXMLFile(XMLDoc, ms);
405 Root := XMLDoc.DocumentElement;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodecompletiontemplater.pas104 XMLDoc : TXMLDocument;
128 property Doc: TXMLDocument read XMLDoc;
182 FreeAndNil(XMLDoc);
399 FreeAndNil(XMLDoc);
404 ReadXMLFile(XMLDoc, ms);
405 Root := XMLDoc.DocumentElement;
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/helpers/
H A Dxml.cpp168 const char* XMLDoc::__class_name ="XMLDoc";
170 XMLDoc::XMLDoc( ) : Object( __class_name ) { } in XMLDoc() function in H2Core::XMLDoc
172 bool XMLDoc::read( const QString& filepath, const QString& schemapath ) in read()
223 bool XMLDoc::write( const QString& filepath ) in write()
243 XMLNode XMLDoc::set_root( const QString& node_name, const QString& xmlns ) in set_root()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/helpers/
H A Dxml.h129 class XMLDoc : public H2Core::Object, public QDomDocument
134 XMLDoc( );
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/Wings3DExporter/
H A Dxmlout.py9 class XMLDoc: class
70 return XMLDoc(version)
/dports/graphics/ogre3d/ogre-1.11.6/Tools/Wings3DExporter/
H A Dxmlout.py9 class XMLDoc: class
70 return XMLDoc(version)
/dports/net/gupnp/gupnp-1.4.0/vala/
H A Dgupnp-1.2-custom.vala32 public class GUPnP.XMLDoc : GLib.Object {
34 public XMLDoc (Xml.Doc xml_doc);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/doc/src/
H A Dmotorcycles2html.erl23 process_to_file(FileName,XMLDoc) ->
26 {XMLContent,_} = xmerl_scan:file(XMLDoc),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/doc/src/
H A Dmotorcycles2html.erl23 process_to_file(FileName,XMLDoc) ->
26 {XMLContent,_} = xmerl_scan:file(XMLDoc),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/doc/src/
H A Dmotorcycles2html.erl23 process_to_file(FileName,XMLDoc) ->
26 {XMLContent,_} = xmerl_scan:file(XMLDoc),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/doc/src/
H A Dmotorcycles2html.erl23 process_to_file(FileName,XMLDoc) ->
26 {XMLContent,_} = xmerl_scan:file(XMLDoc),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/doc/src/
H A Dmotorcycles2html.erl23 process_to_file(FileName,XMLDoc) ->
26 {XMLContent,_} = xmerl_scan:file(XMLDoc),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/doc/src/
H A Dmotorcycles2html.erl23 process_to_file(FileName,XMLDoc) ->
26 {XMLContent,_} = xmerl_scan:file(XMLDoc),

1234