Home
last modified time | relevance | path

Searched refs:theNamespaceURI (Results 1 – 25 of 29) sorted by relevance

12

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DResultNamespacesStack.hpp69 const XalanDOMString& theNamespaceURI) in addDeclaration() argument
73 theNamespaceURI.c_str(), in addDeclaration()
74 theNamespaceURI.length()); in addDeclaration()
80 const XalanDOMChar* theNamespaceURI) in addDeclaration() argument
84 theNamespaceURI, in addDeclaration()
85 length(theNamespaceURI)); in addDeclaration()
91 const XalanDOMChar* theNamespaceURI,
104 getPrefixForNamespace(const XalanDOMString& theNamespaceURI) const;
H A DResultNamespacesStack.cpp51 const XalanDOMChar* theNamespaceURI, in addDeclaration() argument
54 assert(theNamespaceURI != 0); in addDeclaration()
82 theNewNamespace.setURI(theNamespaceURI, theLength); in addDeclaration()
139 ResultNamespacesStack::getPrefixForNamespace(const XalanDOMString& theNamespaceURI) const in getPrefixForNamespace()
150 theNamespaceURI); in getPrefixForNamespace()
H A DNamespacesHandler.cpp129 const XalanDOMString& theNamespaceURI) in findByURI() argument
133 return find(theVector, theNamespaceURI, &value_type::getURI); in findByURI()
421 const XalanDOMString* const theNamespaceURI = in processExcludeResultPrefixes() local
424 if(theNamespaceURI == 0) in processExcludeResultPrefixes()
443 *theNamespaceURI); in processExcludeResultPrefixes()
446 findByPrefix(m_excludedResultPrefixes, thePrefix)->getURI() == *theNamespaceURI); in processExcludeResultPrefixes()
636 NamespacesHandler::isExcludedNamespaceURI(const XalanDOMString& theNamespaceURI) const in isExcludedNamespaceURI()
638 return findByURI(m_excludedResultPrefixes, theNamespaceURI) != 0 ? true : false; in isExcludedNamespaceURI()
H A DNamespacesHandler.hpp428 isExcludedNamespaceURI(const XalanDOMString& theNamespaceURI) const;
437 isExtensionNamespaceURI(const XalanDOMString& theNamespaceURI) const in isExtensionNamespaceURI()
439 return findString(theNamespaceURI, m_extensionNamespaceURIs); in isExtensionNamespaceURI()
H A DXSLTEngineImpl.cpp2077 const XalanDOMString& theNamespaceURI, in createAndAddNamespaceResultAttribute() argument
2085 theNamespaceURI); in createAndAddNamespaceResultAttribute()
2094 const XalanDOMString& theNamespaceURI) in createAndAddNamespaceResultAttribute() argument
2101 theNamespaceURI, in createAndAddNamespaceResultAttribute()
2111 const XalanDOMString& theNamespaceURI, in createFixedUpResultAttribute() argument
2125 theNamespaceURI); in createFixedUpResultAttribute()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dmodule_version.cpp54 theNamespaceURI(aUri), in ModuleVersion()
67 theNamespaceURI = lUri.toString(); in ModuleVersion()
78 theNamespaceURI(aUri), in ModuleVersion()
161 if (theNamespaceURI != aOther.namespace_uri()) { in satisfies()
H A Dmodule_version.h79 return theNamespaceURI; in namespace_uri()
152 zstring theNamespaceURI; variable
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/PlatformSupport/
H A DXalanSimplePrefixResolver.cpp33 const XalanDOMString& theNamespaceURI, in XalanSimplePrefixResolver() argument
36 m_namespaceURI(theNamespaceURI), in XalanSimplePrefixResolver()
H A DXalanSimplePrefixResolver.hpp42 const XalanDOMString& theNamespaceURI,
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeAttrNS.cpp33 const XalanDOMString& theNamespaceURI, in XalanSourceTreeAttrNS() argument
45 m_namespaceURI(theNamespaceURI) in XalanSourceTreeAttrNS()
H A DXalanSourceTreeElementNANS.cpp32 const XalanDOMString& theNamespaceURI, in XalanSourceTreeElementNANS() argument
49 m_namespaceURI(theNamespaceURI) in XalanSourceTreeElementNANS()
H A DXalanSourceTreeAttributeNSAllocator.cpp45 const XalanDOMString& theNamespaceURI, in create() argument
57 theNamespaceURI, in create()
H A DXalanSourceTreeElementANS.cpp30 const XalanDOMString& theNamespaceURI, in XalanSourceTreeElementANS() argument
51 m_namespaceURI(theNamespaceURI) in XalanSourceTreeElementANS()
H A DXalanSourceTreeElementNANSAllocator.cpp47 const XalanDOMString& theNamespaceURI, in create() argument
62 theNamespaceURI, in create()
H A DXalanSourceTreeElementANSAllocator.cpp47 const XalanDOMString& theNamespaceURI, in create() argument
64 theNamespaceURI, in create()
H A DXalanSourceTreeAttrNS.hpp61 const XalanDOMString& theNamespaceURI,
H A DXalanSourceTreeElementNANS.hpp56 const XalanDOMString& theNamespaceURI,
H A DXalanSourceTreeElementANS.hpp58 const XalanDOMString& theNamespaceURI,
H A DXalanSourceTreeAttributeNSAllocator.hpp85 const XalanDOMString& theNamespaceURI,
H A DXalanSourceTreeElementNANSAllocator.hpp91 const XalanDOMString& theNamespaceURI,
H A DXalanSourceTreeElementANSAllocator.hpp91 const XalanDOMString& theNamespaceURI,
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXalanQNameByValueAllocator.cpp61 const XalanDOMString& theNamespaceURI, in create() argument
68 new(theBlock) data_type(theNamespaceURI, theLocalPart,m_allocator.getMemoryManager()); in create()
H A DXalanQNameByValueAllocator.hpp89 const XalanDOMString& theNamespaceURI,
/dports/devel/poco/poco-1.10.1-all/XML/include/Poco/XML/
H A DXMLWriter.h311 Namespace(const XMLString& thePrefix, const XMLString& theNamespaceURI): in Namespace()
313 namespaceURI(theNamespaceURI) in Namespace()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/DOMSupport/
H A DXalanNamespacesStack.hpp110 const XalanDOMChar* theNamespaceURI,

12