Home
last modified time | relevance | path

Searched defs:createAttributeNode (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dnode_factory.cpp95 AttributeNode* NodeFactory::createAttributeNode( in createAttributeNode() function in zorba::simplestore::NodeFactory
102 AttributeNode* NodeFactory::createAttributeNode( in createAttributeNode() function in zorba::simplestore::NodeFactory
H A Dsimple_item_factory.cpp1307 bool BasicItemFactory::createAttributeNode( in createAttributeNode() function in zorba::simplestore::BasicItemFactory
1372 bool BasicItemFactory::createAttributeNode( in createAttributeNode() function in zorba::simplestore::BasicItemFactory
1434 bool BasicItemFactory::createAttributeNode( in createAttributeNode() function in zorba::simplestore::BasicItemFactory
1501 bool BasicItemFactory::createAttributeNode( in createAttributeNode() function in zorba::simplestore::BasicItemFactory
/dports/textproc/zorba/zorba-2.7.0/swig/
H A DItemFactory.i10 …Item ItemFactory::createAttributeNode (Item& aParent, Item& aNodeName, Item& aTypeName, Item& aTy… in createAttributeNode() function
15 …Item ItemFactory::createAttributeNode (Item& aParent, Item& aNodeName, Item& aTypeName, std::vect… in createAttributeNode() function
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Ditemfactoryimpl.cpp807 zorba::Item ItemFactoryImpl::createAttributeNode( in createAttributeNode() function in zorba::ItemFactoryImpl
826 zorba::Item ItemFactoryImpl::createAttributeNode( in createAttributeNode() function in zorba::ItemFactoryImpl
/dports/textproc/zorba/zorba-2.7.0/swig/php/
H A Dzorba_api_wrapper.php960 public function createAttributeNode($aParent, $aNodeName, $aTypeName, $aTypedValue) { function in ItemFactory