Home
last modified time | relevance | path

Searched refs:XML_Node (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A Dxml.cpp310 XML_Node::XML_Node(const std::string& nm, XML_Node* const parent_) : in XML_Node() function in Cantera::XML_Node
325 XML_Node::XML_Node(const XML_Node& right) : in XML_Node() function in Cantera::XML_Node
338 XML_Node& XML_Node::operator=(const XML_Node& right) in operator =()
353 XML_Node::~XML_Node() in ~XML_Node()
383 XML_Node& XML_Node::mergeAsChild(XML_Node& node) in mergeAsChild()
392 XML_Node& XML_Node::addChild(const XML_Node& node) in addChild()
518 XML_Node* XML_Node::parent() const in parent()
523 XML_Node* XML_Node::setParent(XML_Node* const p) in setParent()
547 XML_Node& XML_Node::child(const size_t n) const in child()
750 XML_Node& XML_Node::root() const in root()
[all …]
H A Dctml.cpp58 XML_Node& f = node.addChild("floatArray",v); in addFloatArray()
91 XML_Node& f = node.addChild(name, v); in addNamedFloatArray()
124 XML_Node* getByTitle(const XML_Node& node, const std::string& title) in getByTitle()
154 void getIntegers(const XML_Node& node, in getIntegers()
159 const XML_Node& fi = *f[i]; in getIntegers()
166 doublereal getFloat(const XML_Node& parent, in getFloat()
175 const XML_Node& node = parent.child(name); in getFloat()
214 bool getOptionalFloat(const XML_Node& parent, in getOptionalFloat()
243 const XML_Node& node = parent.child(name); in getInteger()
262 const XML_Node* readNode = &node; in getFloatArray()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/base/
H A Dxml.h102 class XML_Node
111 explicit XML_Node(const std::string& nm="--", XML_Node* const parent=0);
113 XML_Node(const XML_Node& right);
114 XML_Node& operator=(const XML_Node& right);
115 virtual ~XML_Node();
134 XML_Node& mergeAsChild(XML_Node& node);
146 XML_Node& addChild(const XML_Node& node);
354 XML_Node* setParent(XML_Node* const p);
675 XML_Node* m_parent;
681 XML_Node* m_root;
[all …]
H A Dctml.h64 void addFloat(XML_Node& node, const std::string& titleString,
114 void addFloatArray(XML_Node& node, const std::string& titleString,
199 void addString(XML_Node& node, const std::string& titleString,
254 size_t getFloatArray(const XML_Node& node, vector_fp & v,
324 int getPairs(const XML_Node& node, std::vector<std::string>& key,
367 void getMatrixValues(const XML_Node& node,
441 doublereal getFloat(const XML_Node& parent, const std::string& name,
541 int getInteger(const XML_Node& parent, const std::string& name);
585 XML_Node* getByTitle(const XML_Node& node, const std::string& title);
620 void getString(const XML_Node& node, const std::string& titleString,
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/fortran/
H A Dfctxml.cpp17 using Cantera::XML_Node;
23 typedef Cabinet<XML_Node, false> XmlCabinet;
30 XML_Node* _xml(const integer* i) in _xml()
44 XML_Node* x; in fxml_new_()
46 x = new XML_Node; in fxml_new_()
111 XML_Node& node = *_xml(i); in fxml_attrib_()
131 XML_Node& node = *_xml(i); in fxml_addattrib_()
144 XML_Node& node = *_xml(i); in fxml_addcomment_()
155 XML_Node& node = *_xml(i); in fxml_tag_()
167 XML_Node& node = *_xml(i); in fxml_value_()
[all …]
H A Dcantera_xml.f908 type XML_Node type
12 end type XML_Node
21 type(XML_Node) self
52 type(XML_Node), intent(inout) :: self
60 type(XML_Node), intent(inout) :: self
68 type(XML_Node), intent(inout) :: self
75 type(XML_Node), intent(inout) :: self
82 type(XML_Node), intent(inout) :: self
89 type(XML_Node), intent(in) :: self
107 type(XML_Node), intent(in) :: self
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/oneD/
H A DBoundary1D.h134 virtual XML_Node& save(XML_Node& o, const double* const soln);
135 virtual void restore(const XML_Node& dom, double* soln, int loglevel);
164 virtual XML_Node& save(XML_Node& o, const double* const soln);
165 virtual void restore(const XML_Node& dom, double* soln, int loglevel);
185 virtual XML_Node& save(XML_Node& o, const double* const soln);
186 virtual void restore(const XML_Node& dom, double* soln, int loglevel);
206 virtual XML_Node& save(XML_Node& o, const double* const soln);
207 virtual void restore(const XML_Node& dom, double* soln, int loglevel);
234 virtual XML_Node& save(XML_Node& o, const double* const soln);
262 virtual XML_Node& save(XML_Node& o, const double* const soln);
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/source/
H A DXML_Node.cpp36 bool XML_Node::IsWhitespaceNode() const in IsWhitespaceNode()
55 bool XML_Node::IsLeafContentNode() const in IsLeafContentNode()
70 bool XML_Node::IsEmptyLeafNode() const in IsEmptyLeafNode()
86 XML_Node * attrPtr = this->attrs[i]; in GetAttrValue()
103 XML_Node * attrPtr = this->attrs[i]; in SetAttrValue()
143 XML_Node * valueNode; in SetLeafContentValue()
183 XML_Node * childPtr = this->content[i]; in GetNamedElement()
205 const XML_Node * node = list[i]; in DumpNodeList()
436 void XML_Node::RemoveAttrs() in RemoveAttrs()
448 void XML_Node::RemoveContent() in RemoveContent()
[all …]
/dports/textproc/exempi/exempi-2.5.2/source/
H A DXML_Node.cpp36 bool XML_Node::IsWhitespaceNode() const in IsWhitespaceNode()
55 bool XML_Node::IsLeafContentNode() const in IsLeafContentNode()
70 bool XML_Node::IsEmptyLeafNode() const in IsEmptyLeafNode()
86 XML_Node * attrPtr = this->attrs[i]; in GetAttrValue()
103 XML_Node * attrPtr = this->attrs[i]; in SetAttrValue()
143 XML_Node * valueNode; in SetLeafContentValue()
183 XML_Node * childPtr = this->content[i]; in GetNamedElement()
205 const XML_Node * node = list[i]; in DumpNodeList()
436 void XML_Node::RemoveAttrs() in RemoveAttrs()
448 void XML_Node::RemoveContent() in RemoveContent()
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/xmpsdk/src/
H A DXML_Node.cpp38 bool XML_Node::IsWhitespaceNode() const in IsWhitespaceNode()
57 bool XML_Node::IsLeafContentNode() const in IsLeafContentNode()
72 bool XML_Node::IsEmptyLeafNode() const in IsEmptyLeafNode()
88 XML_Node * attrPtr = this->attrs[i]; in GetAttrValue()
105 XML_Node * attrPtr = this->attrs[i]; in SetAttrValue()
133 XML_Node * valueNode; in SetLeafContentValue()
173 XML_Node * childPtr = this->content[i]; in GetNamedElement()
195 const XML_Node * node = list[i]; in DumpNodeList()
426 void XML_Node::RemoveAttrs() in RemoveAttrs()
438 void XML_Node::RemoveContent() in RemoveContent()
[all …]
H A DXMLParserAdapter.hpp39 class XML_Node;
41 typedef XML_Node * XML_NodePtr; // Handy for things like: XML_Node * a, b; - b is XML_Node, not XML…
57 class XML_Node { class
89 XML_Node ( XML_NodePtr _parent, XMP_StringPtr _name, XMP_Uns8 _kind ) in XML_Node() function in XML_Node
92 XML_Node ( XML_NodePtr _parent, const std::string & _name, XMP_Uns8 _kind ) in XML_Node() function in XML_Node
95 virtual ~XML_Node() { RemoveAttrs(); RemoveContent(); }; in ~XML_Node()
99 XML_Node() : kind(0), parent(0) {}; // ! Hidden to make sure parent pointer is always set. in XML_Node() function in XML_Node
123 XML_Node tree;
H A DParseRDF.cpp169 RDF_RDF ( XMP_Node * xmpTree, const XML_Node & xmlNode );
172 RDF_NodeElementList ( XMP_Node * xmpParent, const XML_Node & xmlParent, bool isTopLevel );
175 RDF_NodeElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
178 RDF_NodeElementAttrs ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
185 RDF_PropertyElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
482 AddQualifierNode ( XMP_Node * xmpParent, const XML_Node & attr ) in AddQualifierNode()
623 void ProcessRDF ( XMP_Node * xmpTree, const XML_Node & rdfNode, XMP_OptionBits options ) in ProcessRDF()
645 RDF_RDF ( XMP_Node * xmpTree, const XML_Node & xmlNode ) in RDF_RDF()
693 RDF_NodeElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel ) in RDF_NodeElement()
852 RDF_PropertyElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel ) in RDF_PropertyElement()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/common/
H A DXML_Node.cpp36 bool XML_Node::IsWhitespaceNode() const in IsWhitespaceNode()
55 bool XML_Node::IsLeafContentNode() const in IsLeafContentNode()
70 bool XML_Node::IsEmptyLeafNode() const in IsEmptyLeafNode()
86 XML_Node * attrPtr = this->attrs[i]; in GetAttrValue()
103 XML_Node * attrPtr = this->attrs[i]; in SetAttrValue()
131 XML_Node * valueNode; in SetLeafContentValue()
171 XML_Node * childPtr = this->content[i]; in GetNamedElement()
193 const XML_Node * node = list[i]; in DumpNodeList()
424 void XML_Node::RemoveAttrs() in RemoveAttrs()
436 void XML_Node::RemoveContent() in RemoveContent()
[all …]
H A DXMLParserAdapter.hpp39 class XML_Node;
41 typedef XML_Node * XML_NodePtr; // Handy for things like: XML_Node * a, b; - b is XML_Node, not XML…
57 class XML_Node { class
89 XML_Node ( XML_NodePtr _parent, XMP_StringPtr _name, XMP_Uns8 _kind ) in XML_Node() function in XML_Node
92 XML_Node ( XML_NodePtr _parent, const std::string & _name, XMP_Uns8 _kind ) in XML_Node() function in XML_Node
95 virtual ~XML_Node() { RemoveAttrs(); RemoveContent(); }; in ~XML_Node()
99 XML_Node() : kind(0), parent(0) {}; // ! Hidden to make sure parent pointer is always set. in XML_Node() function in XML_Node
123 XML_Node tree;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/xmpsdk/src/
H A DXML_Node.cpp38 bool XML_Node::IsWhitespaceNode() const in IsWhitespaceNode()
57 bool XML_Node::IsLeafContentNode() const in IsLeafContentNode()
72 bool XML_Node::IsEmptyLeafNode() const in IsEmptyLeafNode()
88 XML_Node * attrPtr = this->attrs[i]; in GetAttrValue()
105 XML_Node * attrPtr = this->attrs[i]; in SetAttrValue()
133 XML_Node * valueNode; in SetLeafContentValue()
173 XML_Node * childPtr = this->content[i]; in GetNamedElement()
195 const XML_Node * node = list[i]; in DumpNodeList()
426 void XML_Node::RemoveAttrs() in RemoveAttrs()
438 void XML_Node::RemoveContent() in RemoveContent()
[all …]
H A DXMLParserAdapter.hpp39 class XML_Node;
41 typedef XML_Node * XML_NodePtr; // Handy for things like: XML_Node * a, b; - b is XML_Node, not XML…
57 class XML_Node { class
89 XML_Node ( XML_NodePtr _parent, XMP_StringPtr _name, XMP_Uns8 _kind ) in XML_Node() function in XML_Node
92 XML_Node ( XML_NodePtr _parent, const std::string & _name, XMP_Uns8 _kind ) in XML_Node() function in XML_Node
95 virtual ~XML_Node() { RemoveAttrs(); RemoveContent(); }; in ~XML_Node()
99 XML_Node() : kind(0), parent(0) {}; // ! Hidden to make sure parent pointer is always set. in XML_Node() function in XML_Node
123 XML_Node tree;
H A DParseRDF.cpp169 RDF_RDF ( XMP_Node * xmpTree, const XML_Node & xmlNode );
172 RDF_NodeElementList ( XMP_Node * xmpParent, const XML_Node & xmlParent, bool isTopLevel );
175 RDF_NodeElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
178 RDF_NodeElementAttrs ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
185 RDF_PropertyElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
482 AddQualifierNode ( XMP_Node * xmpParent, const XML_Node & attr ) in AddQualifierNode()
623 void ProcessRDF ( XMP_Node * xmpTree, const XML_Node & rdfNode, XMP_OptionBits options ) in ProcessRDF()
645 RDF_RDF ( XMP_Node * xmpTree, const XML_Node & xmlNode ) in RDF_RDF()
693 RDF_NodeElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel ) in RDF_NodeElement()
852 RDF_PropertyElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel ) in RDF_PropertyElement()
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/WAVE/
H A DiXMLMetadata.h20 class XML_Node; variable
146 std::string ParseStringValue( XML_Node * parentNode, XMP_Uns32 id );
150 void ParseAndSetTrackListInfo( XML_Node * parentNode );
151 void ParseAndSetStringProperty( XML_Node * parentNode, XMP_Uns32 id );
153 void ParseAndSetBoolProperty( XML_Node * parentNode, XMP_Uns32 id );
155 void UpdateStringProperty( XML_Node * parentNode, XMP_Uns32 id );
156 void UpdateIntegerProperty( XML_Node * parentNode, XMP_Uns32 id );
157 void UpdateBoolProperty( XML_Node * parentNode, XMP_Uns32 id );
158 void UpdateTrackListInfo( XML_Node * parentNode );
161 void RemoveXMLNode( XML_Node * parentNode, const char * localName );
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/kinetics/
H A DimportKinetics.cpp31 bool installReactionArrays(const XML_Node& p, Kinetics& kin, in installReactionArrays()
41 vector<XML_Node*> rarrays = p.getChildren("reactionArray"); in installReactionArrays()
48 const XML_Node& rxns = *rarrays[n]; in installReactionArrays()
67 const XML_Node& sk = rxns.child("skip"); in installReactionArrays()
79 vector<XML_Node*> incl = rxns.getChildren("include"); in installReactionArrays()
90 const XML_Node& ii = *incl[nii]; in installReactionArrays()
104 const XML_Node* r = allrxns[i]; in installReactionArrays()
160 const XML_Node& pa = phase.child("phaseArray"); in importKinetics()
201 XML_Node* x = get_XML_NameID(nm, string("#")+id, &root); in buildSolutionFromXML()
221 bool checkElectrochemReaction(const XML_Node& p, Kinetics& kin, const XML_Node& r) in checkElectrochemReaction()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DThermoFactory.cpp109 ThermoPhase* newPhase(XML_Node& xmlphase) in newPhase()
142 XML_Node* root = get_XML_File(infile); in newPhase()
220 XML_Node& child = db->child(k); in formSpeciesXMLNodeList()
276 const XML_Node& eos = phase.child("thermo"); in importPhase()
311 vector<XML_Node*> dbases; in importPhase()
364 std::vector<XML_Node*> spDataNodeList; in importPhase()
376 XML_Node* s = spDataNodeList[k]; in importPhase()
619 XML_Node& root = phaseNode.root(); in installElements()
620 XML_Node* local_db = 0; in installElements()
627 XML_Node* e = 0; in installElements()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@XML_Node/
H A DXML_Node.m1 function x = XML_Node(name, src, wrap) function
2 % XML_NODE XML_Node class constructor
3 % x = XML_Node(name, src, wrap)
5 % String name of the XML_Node that should be created.
7 % String XML file name from which an instance of XML_Node
10 % Specify the ID of the XML_Node.
12 % Instance of class :mat:func:`XML_Node`
28 x = class(x, 'XML_Node');
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/clib/
H A Dctxml.cpp23 typedef Cabinet<XML_Node, false> XmlCabinet;
31 XML_Node* x; in xml_new()
33 x = new XML_Node; in xml_new()
35 x = new XML_Node(name); in xml_new()
46 XML_Node* x = get_XML_File(file, debug); in xml_get_XML_File()
108 XML_Node& node = XmlCabinet::item(i); in xml_attrib()
161 XML_Node& c = XmlCabinet::item(i).child(string(loc)); in xml_child()
172 XML_Node& c = XmlCabinet::item(i).child(m); in xml_child_bynumber()
183 XML_Node* c = XmlCabinet::item(i).findID(id); in xml_findID()
198 XML_Node* c = XmlCabinet::item(i).findByName(nm); in xml_findByName()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/kinetics/
H A DimportKinetics.h24 class XML_Node; variable
48 bool installReactionArrays(const XML_Node& p, Kinetics& kin,
87 bool importKinetics(const XML_Node& phase, std::vector<ThermoPhase*> th,
122 bool buildSolutionFromXML(XML_Node& root, const std::string& id,
144 bool checkElectrochemReaction(const XML_Node& p, Kinetics& kin, const XML_Node& r);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/oneD/
H A DBoundary1D.cpp210 XML_Node& Inlet1D::save(XML_Node& o, const double* const soln) in save()
212 XML_Node& inlt = Domain1D::save(o, soln); in save()
232 const XML_Node& node = dom.child(i); in restore()
255 XML_Node& Empty1D::save(XML_Node& o, const double* const soln) in save()
257 XML_Node& symm = Domain1D::save(o, soln); in save()
314 XML_Node& Symm1D::save(XML_Node& o, const double* const soln) in save()
398 XML_Node& Outlet1D::save(XML_Node& o, const double* const soln) in save()
509 XML_Node& OutletRes1D::save(XML_Node& o, const double* const soln) in save()
528 const XML_Node& node = dom.child(i); in restore()
572 XML_Node& Surf1D::save(XML_Node& o, const double* const soln) in save()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPCore/
H A DParseRDF.cpp167 RDF_RDF ( XMP_Node * xmpTree, const XML_Node & xmlNode );
170 RDF_NodeElementList ( XMP_Node * xmpParent, const XML_Node & xmlParent, bool isTopLevel );
173 RDF_NodeElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
176 RDF_NodeElementAttrs ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
183 RDF_PropertyElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel );
528 AddQualifierNode ( XMP_Node * xmpParent, const XML_Node & attr ) in AddQualifierNode()
669 void ProcessRDF ( XMP_Node * xmpTree, const XML_Node & rdfNode, XMP_OptionBits options ) in ProcessRDF()
691 RDF_RDF ( XMP_Node * xmpTree, const XML_Node & xmlNode ) in RDF_RDF()
739 RDF_NodeElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel ) in RDF_NodeElement()
898 RDF_PropertyElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel ) in RDF_PropertyElement()
[all …]

12345678