Home
last modified time | relevance | path

Searched refs:schemaNode (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/XMPCore/source/
H A DXMPCore_Impl.cpp809 XMP_Node * schemaNode = 0; in FindSchemaNode() local
817 schemaNode = currSchema; in FindSchemaNode()
823 if ( (schemaNode == 0) && createNodes ) { in FindSchemaNode()
840 delete schemaNode; in FindSchemaNode()
848 schemaNode->_valuePtr = schemaNode->value.c_str(); in FindSchemaNode()
853 XMP_Assert ( (ptrPos == 0) || (schemaNode == 0) || (schemaNode == **ptrPos) ); in FindSchemaNode()
855 return schemaNode; in FindSchemaNode()
1320 if ( XMP_NodeIsSchema ( schemaNode->options ) && schemaNode->children.empty() ) { in DeleteEmptySchema()
1322 XMP_Node * xmpTree = schemaNode->parent; in DeleteEmptySchema()
1330 XMP_Assert ( *schemaPos == schemaNode ); in DeleteEmptySchema()
[all …]
H A DXMPUtils-FileInfo.cpp621 XMP_Node * schemaNode = *schemaPos; in RemoveSchemaChildren() local
622 XMP_Assert ( XMP_NodeIsSchema ( schemaNode->options ) ); in RemoveSchemaChildren()
627 size_t propCount = schemaNode->children.size(); in RemoveSchemaChildren()
628 XMP_NodePtrPos beginPos = schemaNode->children.begin(); in RemoveSchemaChildren()
632 if ( doAll || IsExternalProperty ( schemaNode->name, (*currProp)->name ) ) { in RemoveSchemaChildren()
634 schemaNode->children.erase ( currProp ); in RemoveSchemaChildren()
638 if ( schemaNode->children.empty() ) { in RemoveSchemaChildren()
639 XMP_Node * tree = schemaNode->parent; in RemoveSchemaChildren()
641 delete schemaNode; in RemoveSchemaChildren()
1706 XMP_Node * schemaNode = FindSchemaNode ( &xmpObj->tree, schemaNS, kXMP_ExistingOnly, &schemaPos ); in RemoveProperties() local
[all …]
H A DParseRDF.cpp472 XMP_Node * schemaNode = FindSchemaNode ( xmpParent, xmlNode.ns.c_str(), kXMP_CreateNodes ); in AddChildNode() local
473 …if ( schemaNode->options & kXMP_NewImplicitNode ) schemaNode->options ^= kXMP_NewImplicitNode; // … in AddChildNode()
475 xmpParent = schemaNode; in AddChildNode()
480 schemaNode->parent->options |= kXMP_PropHasAliases; in AddChildNode()
/dports/textproc/exempi/exempi-2.5.2/XMPCore/source/
H A DXMPCore_Impl.cpp810 XMP_Node * schemaNode = 0; in FindSchemaNode() local
818 schemaNode = currSchema; in FindSchemaNode()
824 if ( (schemaNode == 0) && createNodes ) { in FindSchemaNode()
849 delete schemaNode; in FindSchemaNode()
857 schemaNode->_valuePtr = schemaNode->value.c_str(); in FindSchemaNode()
862 XMP_Assert ( (ptrPos == 0) || (schemaNode == 0) || (schemaNode == **ptrPos) ); in FindSchemaNode()
864 return schemaNode; in FindSchemaNode()
1329 if ( XMP_NodeIsSchema ( schemaNode->options ) && schemaNode->children.empty() ) { in DeleteEmptySchema()
1331 XMP_Node * xmpTree = schemaNode->parent; in DeleteEmptySchema()
1339 XMP_Assert ( *schemaPos == schemaNode ); in DeleteEmptySchema()
[all …]
H A DXMPUtils-FileInfo.cpp621 XMP_Node * schemaNode = *schemaPos; in RemoveSchemaChildren() local
622 XMP_Assert ( XMP_NodeIsSchema ( schemaNode->options ) ); in RemoveSchemaChildren()
627 size_t propCount = schemaNode->children.size(); in RemoveSchemaChildren()
628 XMP_NodePtrPos beginPos = schemaNode->children.begin(); in RemoveSchemaChildren()
632 if ( doAll || IsExternalProperty ( schemaNode->name, (*currProp)->name ) ) { in RemoveSchemaChildren()
634 schemaNode->children.erase ( currProp ); in RemoveSchemaChildren()
638 if ( schemaNode->children.empty() ) { in RemoveSchemaChildren()
639 XMP_Node * tree = schemaNode->parent; in RemoveSchemaChildren()
641 delete schemaNode; in RemoveSchemaChildren()
1706 XMP_Node * schemaNode = FindSchemaNode ( &xmpObj->tree, schemaNS, kXMP_ExistingOnly, &schemaPos ); in RemoveProperties() local
[all …]
H A DParseRDF.cpp420 XMP_Node * schemaNode = FindSchemaNode ( xmpParent, xmlNode.ns.c_str(), kXMP_CreateNodes ); in AddChildNode() local
421 …if ( schemaNode->options & kXMP_NewImplicitNode ) schemaNode->options ^= kXMP_NewImplicitNode; // … in AddChildNode()
423 xmpParent = schemaNode; in AddChildNode()
428 schemaNode->parent->options |= kXMP_PropHasAliases; in AddChildNode()
/dports/graphics/exiv2/exiv2-0.27.5-Source/xmpsdk/src/
H A DXMPCore_Impl.cpp829 XMP_Node * schemaNode = 0; in FindSchemaNode() local
837 schemaNode = currSchema; in FindSchemaNode()
843 if ( (schemaNode == 0) && createNodes ) { in FindSchemaNode()
857 schemaNode->_valuePtr = schemaNode->value.c_str(); in FindSchemaNode()
862 XMP_Assert ( (ptrPos == 0) || (schemaNode == 0) || (schemaNode == **ptrPos) ); in FindSchemaNode()
864 return schemaNode; in FindSchemaNode()
1308 DeleteEmptySchema ( XMP_Node * schemaNode ) in DeleteEmptySchema() argument
1311 if ( XMP_NodeIsSchema ( schemaNode->options ) && schemaNode->children.empty() ) { in DeleteEmptySchema()
1313 XMP_Node * xmpTree = schemaNode->parent; in DeleteEmptySchema()
1321 XMP_Assert ( *schemaPos == schemaNode ); in DeleteEmptySchema()
[all …]
H A DXMPUtils-FileInfo.cpp543 XMP_Node * schemaNode = *schemaPos; in RemoveSchemaChildren() local
544 XMP_Assert ( XMP_NodeIsSchema ( schemaNode->options ) ); in RemoveSchemaChildren()
549 size_t propCount = schemaNode->children.size(); in RemoveSchemaChildren()
550 XMP_NodePtrPos beginPos = schemaNode->children.begin(); in RemoveSchemaChildren()
554 if ( doAll || IsExternalProperty ( schemaNode->name, (*currProp)->name ) ) { in RemoveSchemaChildren()
556 schemaNode->children.erase ( currProp ); in RemoveSchemaChildren()
560 if ( schemaNode->children.empty() ) { in RemoveSchemaChildren()
561 XMP_Node * tree = schemaNode->parent; in RemoveSchemaChildren()
563 delete schemaNode; in RemoveSchemaChildren()
1083 XMP_Node * schemaNode = FindSchemaNode ( &xmpObj->tree, schemaNS, kXMP_ExistingOnly, &schemaPos ); in RemoveProperties() local
[all …]
H A DXMPMeta-Serialize.cpp591 const XMP_Node * schemaNode, in SerializePrettyRDFSchema() argument
598 XMP_Assert ( schemaNode->options & kXMP_SchemaNode ); in SerializePrettyRDFSchema()
599 XMP_Assert ( schemaNode->qualifiers.empty() ); in SerializePrettyRDFSchema()
618 DeclareUsedNamespaces ( schemaNode, usedNS, outputStr, newline, indentStr, baseIndent+4 ); in SerializePrettyRDFSchema()
634 size_t nsPos = aliasPos->first.find ( schemaNode->value ); in SerializePrettyRDFSchema()
656 for ( size_t propNum = 0, propLim = schemaNode->children.size(); propNum < propLim; ++propNum ) { in SerializePrettyRDFSchema()
657 const XMP_Node * currProp = schemaNode->children[propNum]; in SerializePrettyRDFSchema()
H A DParseRDF.cpp383 XMP_Node * schemaNode = FindSchemaNode ( xmpParent, xmlNode.ns.c_str(), kXMP_CreateNodes ); in AddChildNode() local
384 …if ( schemaNode->options & kXMP_NewImplicitNode ) schemaNode->options ^= kXMP_NewImplicitNode; // … in AddChildNode()
386 xmpParent = schemaNode; in AddChildNode()
391 schemaNode->parent->options |= kXMP_PropHasAliases; in AddChildNode()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPCore/
H A DXMPCore_Impl.cpp826 XMP_Node * schemaNode = 0; in FindSchemaNode() local
834 schemaNode = currSchema; in FindSchemaNode()
840 if ( (schemaNode == 0) && createNodes ) { in FindSchemaNode()
853 schemaNode->_valuePtr = schemaNode->value.c_str(); in FindSchemaNode()
858 XMP_Assert ( (ptrPos == 0) || (schemaNode == 0) || (schemaNode == **ptrPos) ); in FindSchemaNode()
860 return schemaNode; in FindSchemaNode()
1304 DeleteEmptySchema ( XMP_Node * schemaNode ) in DeleteEmptySchema() argument
1307 if ( XMP_NodeIsSchema ( schemaNode->options ) && schemaNode->children.empty() ) { in DeleteEmptySchema()
1309 XMP_Node * xmpTree = schemaNode->parent; in DeleteEmptySchema()
1317 XMP_Assert ( *schemaPos == schemaNode ); in DeleteEmptySchema()
[all …]
H A DXMPUtils-FileInfo.cpp541 XMP_Node * schemaNode = *schemaPos; in RemoveSchemaChildren() local
542 XMP_Assert ( XMP_NodeIsSchema ( schemaNode->options ) ); in RemoveSchemaChildren()
547 size_t propCount = schemaNode->children.size(); in RemoveSchemaChildren()
548 XMP_NodePtrPos beginPos = schemaNode->children.begin(); in RemoveSchemaChildren()
552 if ( doAll || IsExternalProperty ( schemaNode->name, (*currProp)->name ) ) { in RemoveSchemaChildren()
554 schemaNode->children.erase ( currProp ); in RemoveSchemaChildren()
558 if ( schemaNode->children.empty() ) { in RemoveSchemaChildren()
559 XMP_Node * tree = schemaNode->parent; in RemoveSchemaChildren()
561 delete schemaNode; in RemoveSchemaChildren()
1081 XMP_Node * schemaNode = FindSchemaNode ( &xmpObj->tree, schemaNS, kXMP_ExistingOnly, &schemaPos ); in RemoveProperties() local
[all …]
H A DXMPMeta-Serialize.cpp602 const XMP_Node * schemaNode, in SerializePrettyRDFSchema() argument
609 XMP_Assert ( schemaNode->options & kXMP_SchemaNode ); in SerializePrettyRDFSchema()
610 XMP_Assert ( schemaNode->qualifiers.empty() ); in SerializePrettyRDFSchema()
629 DeclareUsedNamespaces ( schemaNode, usedNS, outputStr, newline, indentStr, baseIndent+4 ); in SerializePrettyRDFSchema()
645 size_t nsPos = aliasPos->first.find ( schemaNode->value ); in SerializePrettyRDFSchema()
667 for ( size_t propNum = 0, propLim = schemaNode->children.size(); propNum < propLim; ++propNum ) { in SerializePrettyRDFSchema()
668 const XMP_Node * currProp = schemaNode->children[propNum]; in SerializePrettyRDFSchema()
H A DParseRDF.cpp429 XMP_Node * schemaNode = FindSchemaNode ( xmpParent, xmlNode.ns.c_str(), kXMP_CreateNodes ); in AddChildNode() local
430 …if ( schemaNode->options & kXMP_NewImplicitNode ) schemaNode->options ^= kXMP_NewImplicitNode; // … in AddChildNode()
432 xmpParent = schemaNode; in AddChildNode()
437 schemaNode->parent->options |= kXMP_PropHasAliases; in AddChildNode()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/xmpsdk/src/
H A DXMPCore_Impl.cpp829 XMP_Node * schemaNode = 0; in FindSchemaNode() local
837 schemaNode = currSchema; in FindSchemaNode()
843 if ( (schemaNode == 0) && createNodes ) { in FindSchemaNode()
857 schemaNode->_valuePtr = schemaNode->value.c_str(); in FindSchemaNode()
862 XMP_Assert ( (ptrPos == 0) || (schemaNode == 0) || (schemaNode == **ptrPos) ); in FindSchemaNode()
864 return schemaNode; in FindSchemaNode()
1308 DeleteEmptySchema ( XMP_Node * schemaNode ) in DeleteEmptySchema() argument
1311 if ( XMP_NodeIsSchema ( schemaNode->options ) && schemaNode->children.empty() ) { in DeleteEmptySchema()
1313 XMP_Node * xmpTree = schemaNode->parent; in DeleteEmptySchema()
1321 XMP_Assert ( *schemaPos == schemaNode ); in DeleteEmptySchema()
[all …]
H A DXMPUtils-FileInfo.cpp543 XMP_Node * schemaNode = *schemaPos; in RemoveSchemaChildren() local
544 XMP_Assert ( XMP_NodeIsSchema ( schemaNode->options ) ); in RemoveSchemaChildren()
549 size_t propCount = schemaNode->children.size(); in RemoveSchemaChildren()
550 XMP_NodePtrPos beginPos = schemaNode->children.begin(); in RemoveSchemaChildren()
554 if ( doAll || IsExternalProperty ( schemaNode->name, (*currProp)->name ) ) { in RemoveSchemaChildren()
556 schemaNode->children.erase ( currProp ); in RemoveSchemaChildren()
560 if ( schemaNode->children.empty() ) { in RemoveSchemaChildren()
561 XMP_Node * tree = schemaNode->parent; in RemoveSchemaChildren()
563 delete schemaNode; in RemoveSchemaChildren()
1083 XMP_Node * schemaNode = FindSchemaNode ( &xmpObj->tree, schemaNS, kXMP_ExistingOnly, &schemaPos ); in RemoveProperties() local
[all …]
H A DXMPMeta-Serialize.cpp591 const XMP_Node * schemaNode, in SerializePrettyRDFSchema() argument
598 XMP_Assert ( schemaNode->options & kXMP_SchemaNode ); in SerializePrettyRDFSchema()
599 XMP_Assert ( schemaNode->qualifiers.empty() ); in SerializePrettyRDFSchema()
618 DeclareUsedNamespaces ( schemaNode, usedNS, outputStr, newline, indentStr, baseIndent+4 ); in SerializePrettyRDFSchema()
634 size_t nsPos = aliasPos->first.find ( schemaNode->value ); in SerializePrettyRDFSchema()
656 for ( size_t propNum = 0, propLim = schemaNode->children.size(); propNum < propLim; ++propNum ) { in SerializePrettyRDFSchema()
657 const XMP_Node * currProp = schemaNode->children[propNum]; in SerializePrettyRDFSchema()
H A DParseRDF.cpp383 XMP_Node * schemaNode = FindSchemaNode ( xmpParent, xmlNode.ns.c_str(), kXMP_CreateNodes ); in AddChildNode() local
384 …if ( schemaNode->options & kXMP_NewImplicitNode ) schemaNode->options ^= kXMP_NewImplicitNode; // … in AddChildNode()
386 xmpParent = schemaNode; in AddChildNode()
391 schemaNode->parent->options |= kXMP_PropHasAliases; in AddChildNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-monitoring/source/model/
H A DInsightRule.cpp58 XmlNode schemaNode = resultNode.FirstChild("Schema"); in operator =() local
59 if(!schemaNode.IsNull()) in operator =()
61 m_schema = Aws::Utils::Xml::DecodeEscapedXmlText(schemaNode.GetText()); in operator =()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/java/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java100 XMPNode schemaNode = tree.findChildByName(namespaceURI); in findSchemaNode() local
102 if (schemaNode == null && createNodes) in findSchemaNode()
104 schemaNode = new XMPNode(namespaceURI, in findSchemaNode()
107 schemaNode.setImplicit(true); in findSchemaNode()
125 schemaNode.setValue(prefix); in findSchemaNode()
127 tree.addChild(schemaNode); in findSchemaNode()
130 return schemaNode; in findSchemaNode()
H A DXMPUtilsImpl.java454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties() local
455 if (schemaNode != null) in removeProperties()
457 if (removeSchemaChildren(schemaNode, doAllProperties)) in removeProperties()
459 xmpImpl.getRoot().removeChild(schemaNode); in removeProperties()
572 private static boolean removeSchemaChildren(XMPNode schemaNode, boolean doAllProperties) in removeSchemaChildren() argument
574 for (Iterator it = schemaNode.iterateChildren(); it.hasNext();) in removeSchemaChildren()
578 || !Utils.isInternalProperty(schemaNode.getName(), currProp.getName())) in removeSchemaChildren()
584 return !schemaNode.hasChildren(); in removeSchemaChildren()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmRestore.cpp614 wxTreeItemId schemaNode, lastItem, extensionNode; in OnEndProcess() local
782 searchStartNode = schemaNode; in OnEndProcess()
815 schemaNode = ctvObjects->GetFirstChild(root, schemaNodeData); in OnEndProcess()
817 while (schemaNode.IsOk() && !found) in OnEndProcess()
819 if (ctvObjects->GetItemText(schemaNode) == wxT("Schema ") + schema) in OnEndProcess()
822 schemaNode = ctvObjects->GetNextChild(root, schemaNodeData); in OnEndProcess()
826 if (schemaNode.IsOk()) in OnEndProcess()
829 currentSchemaNode = schemaNode; in OnEndProcess()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/source/model/
H A DDescribeTypeResult.cpp97 XmlNode schemaNode = resultNode.FirstChild("Schema"); in operator =() local
98 if(!schemaNode.IsNull()) in operator =()
100 m_schema = Aws::Utils::Xml::DecodeEscapedXmlText(schemaNode.GetText()); in operator =()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/compiler/
H A Dcompiler.c++210 void traverseNodeDependencies(const schema::Node::Reader& schemaNode, uint eagerness,
531 auto schemaNode = workspace.orphanage.newOrphan<schema::Node>(); in getContent() local
532 auto builder = schemaNode.get(); in getContent()
558 *this, module->getErrorReporter(), declaration, kj::mv(schemaNode), in getContent()
720 const schema::Node::Reader& schemaNode, uint eagerness, in traverseNodeDependencies() argument
724 switch (schemaNode.which()) { in traverseNodeDependencies()
726 for (auto field: schemaNode.getStruct().getFields()) { in traverseNodeDependencies()
741 for (auto enumerant: schemaNode.getEnum().getEnumerants()) { in traverseNodeDependencies()
747 auto interface = schemaNode.getInterface(); in traverseNodeDependencies()
768 traverseType(schemaNode.getConst().getType(), eagerness, seen, finalLoader, sourceInfo); in traverseNodeDependencies()
[all …]
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/compiler/
H A Dcompiler.c++210 void traverseNodeDependencies(const schema::Node::Reader& schemaNode, uint eagerness,
531 auto schemaNode = workspace.orphanage.newOrphan<schema::Node>(); in getContent() local
532 auto builder = schemaNode.get(); in getContent()
558 *this, module->getErrorReporter(), declaration, kj::mv(schemaNode), in getContent()
720 const schema::Node::Reader& schemaNode, uint eagerness, in traverseNodeDependencies() argument
724 switch (schemaNode.which()) { in traverseNodeDependencies()
726 for (auto field: schemaNode.getStruct().getFields()) { in traverseNodeDependencies()
741 for (auto enumerant: schemaNode.getEnum().getEnumerants()) { in traverseNodeDependencies()
747 auto interface = schemaNode.getInterface(); in traverseNodeDependencies()
768 traverseType(schemaNode.getConst().getType(), eagerness, seen, finalLoader, sourceInfo); in traverseNodeDependencies()
[all …]

12