Home
last modified time | relevance | path

Searched refs:theLocalName (Results 1 – 25 of 28) sorted by relevance

12

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/PlatformSupport/
H A DAttributeVectorEntryExtended.hpp45 const XMLChVectorType& theLocalName, in AttributeVectorEntryExtended() argument
56 theLocalName, in AttributeVectorEntryExtended()
66 const XMLCh* theLocalName, in AttributeVectorEntryExtended() argument
78 theLocalName, in AttributeVectorEntryExtended()
79 theLocalName + length(theLocalName) + 1, in AttributeVectorEntryExtended()
111 const XMLCh* theLocalName, in create() argument
123 theLocalName, in create()
H A DAttributesImpl.cpp280 const XMLCh* theLocalName) : in URIAndLocalNameCompareFunctor()
282 m_localName(theLocalName) in URIAndLocalNameCompareFunctor()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeDocument.cpp411 const XalanDOMChar* theLocalName = 0; in createAttributes() local
419 &theLocalName); in createAttributes()
437 assert(theLocalName != 0); in createAttributes()
875 const XalanDOMChar** theLocalName) in getNamespaceForPrefix() argument
886 if (theLocalName != 0) in getNamespaceForPrefix()
888 *theLocalName = theName + theColonIndex + 1; in getNamespaceForPrefix()
897 if (theLocalName != 0) in getNamespaceForPrefix()
899 *theLocalName = theName; in getNamespaceForPrefix()
1129 m_namesStringPool.get(theLocalName), in createElementNode()
1142 m_namesStringPool.get(theLocalName), in createElementNode()
[all …]
H A DXalanSourceTreeAttrNS.cpp32 const XalanDOMString& theLocalName, in XalanSourceTreeAttrNS() argument
43 m_localName(theLocalName), in XalanSourceTreeAttrNS()
H A DXalanSourceTreeElementNANS.cpp31 const XalanDOMString& theLocalName, in XalanSourceTreeElementNANS() argument
47 m_localName(theLocalName), in XalanSourceTreeElementNANS()
H A DXalanSourceTreeAttributeNSAllocator.cpp44 const XalanDOMString& theLocalName, in create() argument
56 theLocalName, in create()
H A DXalanSourceTreeElementANS.cpp29 const XalanDOMString& theLocalName, in XalanSourceTreeElementANS() argument
49 m_localName(theLocalName), in XalanSourceTreeElementANS()
H A DXalanSourceTreeElementNANSAllocator.cpp46 const XalanDOMString& theLocalName, in create() argument
61 theLocalName, in create()
H A DXalanSourceTreeElementANSAllocator.cpp46 const XalanDOMString& theLocalName, in create() argument
63 theLocalName, in create()
H A DXalanSourceTreeAttrNS.hpp60 const XalanDOMString& theLocalName,
H A DXalanSourceTreeElementNANS.hpp55 const XalanDOMString& theLocalName,
H A DXalanSourceTreeElementANS.hpp57 const XalanDOMString& theLocalName,
H A DXalanSourceTreeAttributeNSAllocator.hpp84 const XalanDOMString& theLocalName,
H A DXalanSourceTreeElementNANSAllocator.hpp90 const XalanDOMString& theLocalName,
H A DXalanSourceTreeElementANSAllocator.hpp90 const XalanDOMString& theLocalName,
H A DXalanSourceTreeDocument.hpp420 const XalanDOMChar** theLocalName = 0);
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dcexternal_function.cpp32 theLocalName(localname), in CExternalFunction()
55 return theLocalName; in getLocalName()
H A Dcexternal_function.h51 zorba::String theLocalName; variable
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/DOMSupport/
H A DDOMServices.hpp621 const XalanDOMString& theLocalName = n.getLocalName(); in getLocalNameOfNode() local
623 if (theLocalName.empty() == false) in getLocalNameOfNode()
625 return theLocalName; in getLocalNameOfNode()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DValidationEventHandler.h41 zstring theLocalName; variable
H A DValidationEventHandler.cpp59 theLocalName = StrX(localName).localForm(); in AttributeValidationInfo()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXalanQName.cpp384 const XalanDOMChar* const theLocalName = thePrefix + theIndex + 1; in isValidQName() local
387 XalanQName::isValidNCName(theLocalName, theLength - theIndex - 1); in isValidQName()
H A DXPath.cpp2718 const XalanDOMString& theLocalName = DOMServices::getLocalNameOfNode(*context); in functionLocalName() local
2720 if (theLocalName != DOMServices::s_XMLNamespace) in functionLocalName()
2722 theResult = &theLocalName; in functionLocalName()
4803 const XalanDOMString& theLocalName, in NodeTester() argument
4812 initialize(theNamespaceURI, theLocalName); in NodeTester()
4949 const XalanDOMString& theLocalName) in initialize() argument
4955 if (theLocalName.empty() == true) in initialize()
4965 m_targetLocalName = &theLocalName; in initialize()
4970 else if (theLocalName.empty() == false) in initialize()
4974 m_targetLocalName = &theLocalName; in initialize()
H A DXPath.hpp1056 const XalanDOMString& theLocalName,
1099 const XalanDOMString& theLocalName);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp3301 theLocalName(lname), in Wildcard()
4619 theLocalName = qname; in QName()
4625 theLocalName = qname.substr(n+1); in QName()
4631 theLocalName = qname.substr(n+1); in QName()
4650 return (theLocalName == other.theLocalName && in operator ==()
4655 return (theLocalName == other.theLocalName && in operator ==()

12