Home
last modified time | relevance | path

Searched refs:createNMTOKEN (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/store/api/
H A Ditem_factory.h128 virtual bool createNMTOKEN(Item_t& result, zstring& value ) = 0;
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_item_factory.h251 bool createNMTOKEN (store::Item_t& result, zstring& value );
H A Dsimple_item_factory.cpp191 bool BasicItemFactory::createNMTOKEN(store::Item_t& result, zstring& value ) in createNMTOKEN() function in zorba::simplestore::BasicItemFactory
209 if ( createNMTOKEN(resultItem, atomicTextValues[i]) ) in createNMTOKENS()
H A Dloader_dtd.cpp1387 GET_STORE().getItemFactory()->createNMTOKEN(typedValue, value); in startElement()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp875 DESERIALIZE_ATOMIC_ITEM(zstring, createNMTOKEN); in deserialize_atomic_item()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DXercesParseUtils.cpp628 return factory->createNMTOKEN(result, textValue2); in parseXSNMToken()
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.cpp1543 return aFactory->createNMTOKEN(result, strval); in str_down()