Home
last modified time | relevance | path

Searched refs:XMLElement (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DXMLElement.cpp36 const XMLElement XMLElement::EMPTY;
38 XMLElement::XMLElement() : in XMLElement() function in Urho3D::XMLElement
65 XMLElement::XMLElement(const XMLElement& rhs) : in XMLElement() function in Urho3D::XMLElement
74 XMLElement::~XMLElement() in ~XMLElement()
84 XMLElement& XMLElement::operator =(const XMLElement& rhs) in operator =()
94 XMLElement XMLElement::CreateChild(const String& name) in CreateChild()
99 XMLElement XMLElement::CreateChild(const char* name) in CreateChild()
118 XMLElement XMLElement::GetOrCreateChild(const char* name) in GetOrCreateChild()
127 bool XMLElement::RemoveChild(const XMLElement& element) in RemoveChild()
619 XMLElement XMLElement::GetParent() const in GetParent()
[all …]
H A DXMLElement.h49 class URHO3D_API XMLElement
53 XMLElement();
59 XMLElement(const XMLElement& rhs);
61 ~XMLElement();
63 XMLElement& operator =(const XMLElement& rhs);
66 XMLElement CreateChild(const String& name);
68 XMLElement CreateChild(const char* name);
193 XMLElement GetParent() const;
296 XMLElement NextResult() const;
299 static const XMLElement EMPTY;
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DXML.hpp84 class XMLElement;
89 XMLElement * root;
123 class XMLElement { class
129 XMLElement * firstChild;
130 XMLElement * lastChild;
131 XMLElement * nextChild;
149 XMLElement(void);
151 ~XMLElement(void);
186 void appendChild(XMLElement & child);
187 void prependChild(XMLElement & child);
[all …]
H A DXML.cpp359 XMLElement::XMLElement(void) { in XMLElement() function in XMLElement
484 XMLElement::XMLElement(const char * n, const char * v) { in XMLElement() function in XMLElement
500 XMLElement::XMLElement(DOMElement * target, DOMDocument * d) { in XMLElement() function in XMLElement
542 XMLElement * xchild = new XMLElement((DOMElement *) node, doc); in XMLElement()
578 XMLElement::XMLElement(DOM_Element & target, DOM_Document d) { in XMLElement() function in XMLElement
645 XMLElement::~XMLElement(void) { in ~XMLElement()
661 XMLElement * XMLElement::addChildElement(const char * elementName, in addChildElement()
1044 void XMLElement::prependChild(XMLElement & child) { in prependChild()
1086 void XMLElement::appendChild(XMLElement & child) { in appendChild()
1114 XMLElement ** p = new XMLElement*[count]; in getChildren()
[all …]
/dports/math/vampire/vampire-4.5.1/Lib/
H A DXML.hpp96 class XMLElement { class
120 XMLElement() : _data(0) {} in XMLElement() function in Lib::XMLElement
130 XMLElement(const XMLElement& elem);
131 ~XMLElement();
132 void operator= (const XMLElement& rhs);
139 void addChild(const XMLElement& element);
145 void copyAttributes(const XMLElement&);
167 XMLElement firstChild() const;
174 class XMLElement::ChildIterator {
178 XMLElement next();
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xml/src/cpp/
H A DXMLElement.cpp32 XMLElement::XMLElement(const XMLDocument & _doc, xmlNode * _node): XMLObject(), allocated(false), d… in XMLElement() function in org_modules_xml::XMLElement
40 XMLElement::XMLElement(const XMLDocument & _doc, const char *name): XMLObject(), allocated(true), d… in XMLElement() function in org_modules_xml::XMLElement
48 XMLElement::~XMLElement() in ~XMLElement()
59 void *XMLElement::getRealXMLPointer() const in getRealXMLPointer()
64 void XMLElement::remove() const in remove()
94 const char *XMLElement::getNodeContent() const in getNodeContent()
143 void XMLElement::append(const XMLElement & elem) const in append()
157 void XMLElement::setChildren(const XMLElement & elem) const in setChildren()
197 setChildren(XMLElement(doc, n)); in setChildren()
274 int XMLElement::getDefinitionLine() const in getDefinitionLine()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DUserSettings.cpp39 XMLElement *xml_version = doc.NewElement("Version"); in save()
45 XMLElement *xml_system = doc.NewElement("System"); in save()
53 XMLElement *xml_locale = doc.NewElement("Locale"); in save()
73 XMLElement *xml_audio = doc.NewElement("Audio"); in save()
105 XMLElement *xml_video = doc.NewElement("Video"); in save()
107 XMLElement *xml_blur = doc.NewElement("Blur"); in save()
223 XMLElement *xml_demo = doc.NewElement("Demo"); in save()
245 XMLElement *xml_data = doc.NewElement("Data"); in save()
257 XMLElement *xml_net = doc.NewElement("Network"); in save()
278 XMLElement *xml2 = xml->FirstChildElement(elem); in readInt()
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/utils/
H A DXmlHelpers.hpp122 const tinyxml2::XMLElement* parentElement, const std::string& name);
124 const tinyxml2::XMLElement* parentElement, const std::string& name);
126 const tinyxml2::XMLElement* parentElement, const std::string& name);
128 const tinyxml2::XMLElement* parentElement, const std::string& name);
130 const tinyxml2::XMLElement* parentElement, const std::string& name);
132 const tinyxml2::XMLElement* parentElement, const std::string& name);
164 const tinyxml2::XMLElement* getElement(
167 tinyxml2::XMLElement* getElement(
168 tinyxml2::XMLElement* parentElement, const std::string& name);
179 tinyxml2::XMLElement* element, const char* const name, double* d);
[all …]
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/search/
H A DSearcher.java97 public XMLElement toXML() { in toXML()
98 XMLElement search = new XMLElement("search"); in toXML()
103 XMLElement xname = new XMLElement("name"); in toXML()
107 XMLElement xsearch = new XMLElement("search"); in toXML()
111 XMLElement xperiod = new XMLElement("period"); in toXML()
115 XMLElement xserver = new XMLElement("server"); in toXML()
119 XMLElement xcurrency = new XMLElement("currency"); in toXML()
123 XMLElement xlast = new XMLElement("last"); in toXML()
128 XMLElement xenabled = new XMLElement("enabled"); in toXML()
134 XMLElement xfinddeleted = new XMLElement("finddeleted"); in toXML()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/project/
H A Dprojectfilewriter.cpp303 ? XMLElement::HasChildElements in write_entity()
304 : XMLElement::HasNoContent); in write_entity()
323 ? XMLElement::HasChildElements in write()
324 : XMLElement::HasNoContent); in write()
486 ? XMLElement::HasChildElements in write_configuration()
487 : XMLElement::HasNoContent); in write_configuration()
512 : XMLElement::HasNoContent); in write_configurations()
530 : XMLElement::HasNoContent); in write()
575 : XMLElement::HasNoContent); in write_frame()
756 : XMLElement::HasNoContent); in write_output()
[all …]
/dports/comms/trustedqsl/tqsl-2.4/src/
H A Dxml.h29 class XMLElement; variable
31 typedef multimap<string, XMLElement*> XMLElementList;
43 class XMLElement {
45 XMLElement() : _name(""), _text(""), _pretext("") {} in XMLElement() function
90 bool getFirstElement(XMLElement&);
98 bool getNextElement(XMLElement&);
124 inline void XMLElement::clear() { in clear()
137 XMLElement::addElement(XMLElement* element) { in addElement()
143 XMLElement::getFirstElement(XMLElement& element) { in getFirstElement()
150 XMLElement::getFirstElement(const string& name, XMLElement& element) { in getFirstElement()
[all …]
H A Dxml.cpp33 XMLElement::getAttribute(const string& key) { in getAttribute()
49 XMLElement *el = reinterpret_cast<XMLElement *>(data); in xml_start()
50 XMLElement *new_el = new XMLElement(name); in xml_start()
66 XMLElement *el = reinterpret_cast<XMLElement *>(data); in xml_end()
73 XMLElement *el = reinterpret_cast<XMLElement *>(data); in xml_text()
78 XMLElement::parseString(const char *xmlstring) { in parseString()
82 XML_SetEndElementHandler(xp, &XMLElement::xml_end); in parseString()
96 XMLElement::parseFile(const char *filename) { in parseFile()
114 XML_SetEndElementHandler(xp, &XMLElement::xml_end); in parseFile()
163 operator<< (ostream& stream, XMLElement& el) { in operator <<()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DResourceAPI.cpp441 static void ConstructXMLElement(XMLElement* ptr) in ConstructXMLElement()
443 new(ptr) XMLElement(); in ConstructXMLElement()
446 static void ConstructXMLElementCopy(const XMLElement& element, XMLElement* ptr) in ConstructXMLElementCopy()
448 new(ptr) XMLElement(element); in ConstructXMLElementCopy()
451 static void DestructXMLElement(XMLElement* ptr) in DestructXMLElement()
453 ptr->~XMLElement(); in DestructXMLElement()
463 static CScriptArray* XMLElementGetAttributeNames(XMLElement* ptr) in XMLElementGetAttributeNames()
468 static CScriptArray* XMLElementGetVariantVector(XMLElement* ptr) in XMLElementGetVariantVector()
488 static XMLElement XPathResultSetAt(unsigned index, XPathResultSet* ptr) in XPathResultSetAt()
520 …", "bool RemoveChild(const XMLElement&in)", asMETHODPR(XMLElement, RemoveChild, (const XMLElement&… in RegisterXMLElement()
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DColladaExporter.cc402 tinyxml2::XMLElement *meshXml = in ExportGeometries()
426 tinyxml2::XMLElement *inputXml = in ExportGeometries()
478 tinyxml2::XMLElement *pXml = in ExportGeometries()
502 tinyxml2::XMLElement *imageXml = in ExportImages()
562 tinyxml2::XMLElement *effectXml = in ExportEffects()
629 tinyxml2::XMLElement *phongXml = in ExportEffects()
640 tinyxml2::XMLElement *ambientXml = in ExportEffects()
644 tinyxml2::XMLElement *colorXml = in ExportEffects()
667 tinyxml2::XMLElement *diffuseXml = in ExportEffects()
717 tinyxml2::XMLElement *floatXml = in ExportEffects()
[all …]
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dsavegame.cpp56 XMLElement* rootnode = SaveFile.NewElement ("MAXR_SAVE_FILE"); in save()
991 XMLElement* buildNode = element; in loadBuilding()
1108 void cSavegame::loadStandardUnitValues (XMLElement* unitNode) in loadStandardUnitValues()
1456 XMLElement* playersNode; in writePlayer()
1485 XMLElement* e = addMainElement (scoreNode, "Score"); in writePlayer()
1599 XMLElement* unitsNode; in writeUnit()
1635 XMLElement* element = addMainElement (unitNode, "Building"); in writeUnit()
1907 XMLElement* playerNode = nullptr; in writeAdditionalInfo()
1919 XMLElement* hudNode = addMainElement (playerNode, "Hud"); in writeAdditionalInfo()
1944 XMLElement* element = addMainElement (node, nodename); in addAttributeElement()
[all …]
H A Dsavegame.h103 …static tinyxml2::XMLElement* addMainElement (tinyxml2::XMLElement* node, const std::string& nodena…
165 void writeResearchLevel (tinyxml2::XMLElement* researchLevelNode, const cResearch& researchLevel);
180 tinyxml2::XMLElement* writeUnit (const cServer& server, const cVehicle& Vehicle, int* unitnum);
195 …void writeUnitValues (tinyxml2::XMLElement* unitNode, const sUnitData& Data, const sUnitData& Owne…
230 void loadUpgrade (tinyxml2::XMLElement* upgradeNode, sUnitData* data);
235 void loadResearchLevel (tinyxml2::XMLElement* researchLevelNode, cResearch& researchLevel);
250 void loadVehicle (cServer& server, tinyxml2::XMLElement* unitNode, const sID& ID);
255 void loadBuilding (cServer& server, tinyxml2::XMLElement* unitNode, const sID& ID);
260 void loadRubble (cServer& server, tinyxml2::XMLElement* rubbleNode);
265 void loadUnitValues (tinyxml2::XMLElement* unitNode, sUnitData* Data);
[all …]
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-LOCK.php19 …$request->XMLResponse( 400, new XMLElement( 'error', new XMLElement('missing-xml-for-request'), $r…
138 new XMLElement( 'locktype', new XMLElement( $lock_row->type )),
139 new XMLElement( 'lockscope', new XMLElement( $lock_row->scope )),
140 new XMLElement( 'depth', $request->GetDepthName() ),
141 new XMLElement( 'owner', new XMLElement( 'href', $lock_row->owner )),
142 new XMLElement( 'timeout', 'Second-'.$lock_timeout),
143 new XMLElement( 'locktoken', new XMLElement( 'href', 'opaquelocktoken:'.$lock_token ))
145 …$response = new XMLElement("lockdiscovery", new XMLElement( "activelock", $activelock), array("xml…
162 $prop = new XMLElement( "prop", $response, array('xmlns'=>'DAV:') );
H A Dautodiscover-handler.php66 new XMLElement( 'User',
68 new XMLElement( 'DisplayName', $principal->$fullname ),
69 new XMLElement('AutoDiscoverSMTPAddress',$user_email),
74 $response[] = new XMLElement('Account',
76 new XMLElement( 'AccountType', 'email' ), // The only allowed accounttype
77 new XMLElement('Action','settings'),
78 new XMLElement('Protocol',
80 new XMLElement('Type', 'DAV'),
81 new XMLElement('Server', $c->domain_name ),
82 new XMLElement('LoginName', $principal->username())
[all …]
H A Dcaldav-MKCOL.php80 $failure['set-'.$tag] = new XMLElement( 'propstat', array(
81 new XMLElement( 'prop', new XMLElement($reply->Tag($tag))),
82 new XMLElement( 'status', 'HTTP/1.1 409 Conflict' ),
136 $failure['set-'.$tag] = new XMLElement( 'propstat', array(
137 new XMLElement( 'prop', new XMLElement($reply->Tag($tag))),
138 new XMLElement( 'status', 'HTTP/1.1 409 Conflict' ),
139 new XMLElement('responsedescription', translate('Property is read-only') )
163 $props[] = new XMLElement($reply->Tag($tag));
166 $status[] = new XMLElement( 'propstat', array(
167 new XMLElement('prop', $props),
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlscript/source/xml_helper/
H A Dxml_element.cxx30 void XMLElement::addAttribute( OUString const & rAttrName, OUString const & rValue ) in addAttribute()
36 void XMLElement::addSubElement( Reference< xml::sax::XAttributeList > const & xElem ) in addSubElement()
46 void XMLElement::dumpSubElements( Reference< xml::sax::XDocumentHandler > const & xOut ) in dumpSubElements()
50 XMLElement * pElem = static_cast< XMLElement * >( _subElem.get() ); in dumpSubElements()
55 void XMLElement::dump( Reference< xml::sax::XDocumentHandler > const & xOut ) in dump()
66 sal_Int16 XMLElement::getLength() in getLength()
71 OUString XMLElement::getNameByIndex( sal_Int16 nPos ) in getNameByIndex()
77 OUString XMLElement::getTypeByIndex( sal_Int16 nPos ) in getTypeByIndex()
84 OUString XMLElement::getTypeByName( OUString const & /*rName*/ ) in getTypeByName()
90 OUString XMLElement::getValueByIndex( sal_Int16 nPos ) in getValueByIndex()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlscript/source/xml_helper/
H A Dxml_element.cxx31 void XMLElement::addAttribute( OUString const & rAttrName, OUString const & rValue ) in addAttribute()
37 void XMLElement::addSubElement( Reference< xml::sax::XAttributeList > const & xElem ) in addSubElement()
47 void XMLElement::dumpSubElements( Reference< xml::sax::XDocumentHandler > const & xOut ) in dumpSubElements()
51 XMLElement * pElem = static_cast< XMLElement * >( _subElem.get() ); in dumpSubElements()
56 void XMLElement::dump( Reference< xml::sax::XDocumentHandler > const & xOut ) in dump()
67 sal_Int16 XMLElement::getLength() in getLength()
72 OUString XMLElement::getNameByIndex( sal_Int16 nPos ) in getNameByIndex()
78 OUString XMLElement::getTypeByIndex( sal_Int16 nPos ) in getTypeByIndex()
85 OUString XMLElement::getTypeByName( OUString const & /*rName*/ ) in getTypeByName()
91 OUString XMLElement::getValueByIndex( sal_Int16 nPos ) in getValueByIndex()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/xml/util/
H A DXMLElement.java30 public class XMLElement { class
41 protected Collection<XMLElement> contents;
47 public XMLElement(String tag_name) { in XMLElement() method in XMLElement
51 public XMLElement(String tag_name, boolean auto_order) { in XMLElement() method in XMLElement
100 public void addContent(XMLElement e) { in addContent()
113 this.contents = new ArrayList<XMLElement>(); in addContent()
191 XMLElement content_element = itr.next(); in printTo()
216 public XMLElement makeContent(String tag_name) { in makeContent()
221 XMLElement content = new XMLElement(tag_name, auto_order); in makeContent()
236 Collection<XMLElement> previous_contents = contents; in setAutoOrdering()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dxmlelement.h53 class XMLElement
57 XMLElement(
63 ~XMLElement();
127 inline XMLElement::XMLElement( in XMLElement() function
139 inline XMLElement::~XMLElement() in ~XMLElement()
145 void XMLElement::add_attribute( in add_attribute()
190 inline void XMLElement::close() in close()
222 XMLElement element("parameter", file, indenter); in write_dictionary()
229 element.write(XMLElement::HasChildText); in write_dictionary()
235 element.write(XMLElement::HasNoContent); in write_dictionary()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp114 XMLElement* t = config->FirstChildElement("texture"); in parseMaterial()
130 XMLElement* c = config->FirstChildElement("color"); in parseMaterial()
146 XMLElement* s = config->FirstChildElement("specular"); in parseMaterial()
240 XMLElement* pose = config->FirstChildElement("pose"); in parseInertia()
248 XMLElement* o = config->FirstChildElement("origin"); in parseInertia()
360 XMLElement* shape = g->FirstChildElement(); in parseGeometry()
554 XMLElement* s = shape->FirstChildElement("size"); in parseGeometry()
602 XMLElement* o = config->FirstChildElement("origin"); in parseCollision()
657 XMLElement* o = config->FirstChildElement("origin"); in parseVisual()
736 XMLElement* c = mat->FirstChildElement("color"); in parseVisual()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp114 XMLElement* t = config->FirstChildElement("texture"); in parseMaterial()
130 XMLElement* c = config->FirstChildElement("color"); in parseMaterial()
146 XMLElement* s = config->FirstChildElement("specular"); in parseMaterial()
240 XMLElement* pose = config->FirstChildElement("pose"); in parseInertia()
248 XMLElement* o = config->FirstChildElement("origin"); in parseInertia()
360 XMLElement* shape = g->FirstChildElement(); in parseGeometry()
554 XMLElement* s = shape->FirstChildElement("size"); in parseGeometry()
602 XMLElement* o = config->FirstChildElement("origin"); in parseCollision()
657 XMLElement* o = config->FirstChildElement("origin"); in parseVisual()
736 XMLElement* c = mat->FirstChildElement("color"); in parseVisual()
[all …]

12345678910>>...31