Home
last modified time | relevance | path

Searched refs:createElementNode (Results 1 – 25 of 47) sorted by relevance

12

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xqdoc_visitor.cpp101 theFactory->createElementNode( in print_annotations()
111 theFactory->createElementNode( in print_annotations()
252 theFactory->createElementNode( in print_namespaces()
759 theFactory->createElementNode( in XQDOC_NO_BEGIN_TAG()
766 theFactory->createElementNode( in XQDOC_NO_BEGIN_TAG()
785 theFactory->createElementNode( in XQDOC_NO_BEGIN_TAG()
1004 theFactory->createElementNode( in add_invoked_function()
1009 theFactory->createElementNode( in add_invoked_function()
1028 theFactory->createElementNode( in add_invoked_function()
1064 theFactory->createElementNode( in XQDOC_NO_BEGIN_TAG()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dxmldatamanagerimpl.cpp293 Item options_node = theFactory->createElementNode(empty_item, in parseXML()
298 theFactory->createElementNode(options_node, in parseXML()
303 theFactory->createElementNode(options_node, in parseXML()
341 Item options_node = theFactory->createElementNode(empty_item, in parseXML()
346 theFactory->createElementNode(options_node, in parseXML()
351 theFactory->createElementNode(options_node, in parseXML()
355 Item base_uri_node = theFactory->createElementNode(options_node, in parseXML()
H A Ditemfactoryimpl.h222 createElementNode(Item& aParent,
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Dhttp_response_handler.cpp128 theResponse = theFactory->createElementNode(lNullParent, lNodeName, in beginResponse()
166 Item lElem = theFactory->createElementNode(lParent, in header()
181 Item lElem = theFactory->createElementNode(lParent, in beginBody()
202 Item lElem = theFactory->createElementNode(theResponse, in beginMultipart()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeDocument.hpp263 createElementNode(
272 createElementNode(
283 createElementNode(
293 createElementNode(
385 createElementNode(
H A DFormatterToSourceTree.cpp215 createElementNode(name, attrs, m_currentElement); in startElement()
435 FormatterToSourceTree::createElementNode( in createElementNode() function in XALAN_CPP_NAMESPACE::FormatterToSourceTree
442 return m_document->createElementNode(name, attrs, *m_prefixResolver, theParentElement); in createElementNode()
446 return m_document->createElementNode(name, attrs, theParentElement); in createElementNode()
H A DXalanSourceTreeDocument.cpp462 XalanSourceTreeDocument::createElementNode( in createElementNode() function in XALAN_CPP_NAMESPACE::XalanSourceTreeDocument
564 XalanSourceTreeDocument::createElementNode( in createElementNode() function in XALAN_CPP_NAMESPACE::XalanSourceTreeDocument
591 createElementNode( in createElementNode()
675 XalanSourceTreeDocument::createElementNode( in createElementNode() function in XALAN_CPP_NAMESPACE::XalanSourceTreeDocument
747 XalanSourceTreeDocument::createElementNode( in createElementNode() function in XALAN_CPP_NAMESPACE::XalanSourceTreeDocument
1056 XalanSourceTreeDocument::createElementNode( in createElementNode() function in XALAN_CPP_NAMESPACE::XalanSourceTreeDocument
H A DXalanSourceTreeContentHandler.cpp475 …return m_document->createElementNode(uri, localname, qname, attrs, theOwnerElement, 0, 0, fAddXMLN… in createElement()
479 …return m_document->createElementNode(qname, attrs, theOwnerElement, 0, 0, fAddXMLNamespaceAttribut… in createElement()
H A DFormatterToSourceTree.hpp202 createElementNode(
/dports/textproc/zorba/zorba-2.7.0/src/runtime/indexing/
H A Dindex_util.h64 GENV_ITEMFACTORY->createElementNode( in createIndexKeyElement()
80 GENV_ITEMFACTORY->createElementNode( in createIndexKeyElement()
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dnode_factory.h74 virtual ElementNode* createElementNode(
79 virtual ElementNode* createElementNode(
H A Dnode_factory.cpp67 ElementNode* NodeFactory::createElementNode( in createElementNode() function in zorba::simplestore::NodeFactory
76 ElementNode* NodeFactory::createElementNode( in createElementNode() function in zorba::simplestore::NodeFactory
H A Dsimple_item_factory.h278 bool createElementNode(
289 bool createElementNode(
H A Dsimple_item_factory.cpp1145 bool BasicItemFactory::createElementNode( in createElementNode() function in zorba::simplestore::BasicItemFactory
1175 n = GET_STORE().getNodeFactory().createElementNode( in createElementNode()
1238 bool BasicItemFactory::createElementNode( in createElementNode() function in zorba::simplestore::BasicItemFactory
1269 n = GET_STORE().getNodeFactory().createElementNode( in createElementNode()
/dports/textproc/zorba/zorba-2.7.0/swig/
H A DItemFactory.i89 …Item ItemFactory::createElementNode (Item &aParent, Item& aNodeName, Item& aTypeName, bool aHasTy… in createElementNode() function
99 …return Item( theItemFactory->createElementNode (aParent.theItem, aNodeName.theItem, aTypeName.theI… in createElementNode()
102 …Item ItemFactory::createElementNode (Item &aParent, Item& aNodeName, Item& aTypeName, bool aHasTy… in createElementNode() function
103 …return Item( theItemFactory->createElementNode (aParent.theItem, aNodeName.theItem, aTypeName.theI… in createElementNode()
H A DItemFactory.h267 …Item createElementNode (Item &aParent, Item &aNodeName, Item &aTypeName, bool aHasTypedValue, boo…
289 …Item createElementNode (Item &aParent, Item &aNodeName, Item &aTypeName, bool aHasTypedValue, boo…
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/
H A Dft_module_impl.cpp121 GENV_ITEMFACTORY->createElementNode( in make_token_element()
192 GENV_ITEMFACTORY->createElementNode( in nextImpl()
834 GENV_ITEMFACTORY->createElementNode( in nextImpl()
849 GENV_ITEMFACTORY->createElementNode( in nextImpl()
862 GENV_ITEMFACTORY->createElementNode( in nextImpl()
876 GENV_ITEMFACTORY->createElementNode( in nextImpl()
889 GENV_ITEMFACTORY->createElementNode( in nextImpl()
900 GENV_ITEMFACTORY->createElementNode( in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dtrycatch.cpp223 GENV_ITEMFACTORY->createElementNode( in getStackTrace()
245 GENV_ITEMFACTORY->createElementNode( in getStackTrace()
252 GENV_ITEMFACTORY->createElementNode( in getStackTrace()
257 GENV_ITEMFACTORY->createElementNode( in getStackTrace()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/json/
H A Dsnelson.cpp75 GENV_ITEMFACTORY->createElementNode( in add_item_element()
116 GENV_ITEMFACTORY->createElementNode( in parse()
171 GENV_ITEMFACTORY->createElementNode( in parse()
H A Djsonml_array.cpp128 GENV_ITEMFACTORY->createElementNode( in parse()
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dhttp_util.cpp56 Item lRequestElement = lFactory->createElementNode(lEmptyItem, lNodeName, in init()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/store/
H A Dmaps_impl.cpp593 GENV_ITEMFACTORY->createElementNode( in nextImpl()
610 GENV_ITEMFACTORY->createElementNode( in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Ditem_factory.h640 createElementNode(Item& aParent,
/dports/textproc/zorba/zorba-2.7.0/src/zorbautils/
H A DSAXParser.cpp132 factory.createElementNode(result, parent, nodeName, typeName, false, false, bindings, baseuri); in startElement()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/strings/
H A Dstrings_impl.cpp1850 …GENV_ITEMFACTORY->createElementNode(non_match_elem, parent, non_match_element_name, untyped_type_n… in addNonMatchElement()
1922 …GENV_ITEMFACTORY->createElementNode(group_elem, parent, group_element_name, untyped_type_name, fal… in addGroupElement()
1980 …GENV_ITEMFACTORY->createElementNode(match_elem, parent, match_element_name, untyped_type_name, fal… in addMatchElement()
2139 …GENV_ITEMFACTORY->createElementNode(result, NULL, result_element_name, untyped_type_name, false, f… in nextImpl()

12