Home
last modified time | relevance | path

Searched refs:getNamespaceURI (Results 1 – 25 of 27) sorted by relevance

12

/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_dependencies.cxx83 if (e->getNamespaceURI().equalsAsciiL( in check()
91 } else if (e->getNamespaceURI().equalsAsciiL( in check()
134 if ( dependency->getNamespaceURI().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( xmlNamespace ) ) in getErrorText()
140 … else if ( dependency->getNamespaceURI().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( xmlNamespace ) ) in getErrorText()
H A Ddp_descriptioninfoset.cxx264 OUString nsDescription = xRoot->getNamespaceURI(); in ExtensionDescription()
384 element->getNamespaceURI()); in DescriptionInfoset()
/aoo41x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java634 "", xDF.getNamespaceURI()); in testXDocumentFragment()
994 xElemFooNsClone.getNamespaceURI()); in testXElement()
1016 xElemFoo.getNamespaceURI()); in testXElement()
1018 xElemFooNs.getNamespaceURI()); in testXElement()
1238 assertEquals("XAttr.getNamespaceURI()", "", xAttr.getNamespaceURI()); in testXAttr()
1469 assertEquals("XText.getNamespaceURI()", "", xText.getNamespaceURI()); in testXText()
1656 xCDS.getNamespaceURI()); in testXCDataSection()
1829 xComment.getNamespaceURI()); in testXComment()
1981 xER.getNamespaceURI()); in testXEntityReference()
2166 "", xPI.getNamespaceURI()); in testXProcessingInstruction()
[all …]
/aoo41x/main/xmloff/source/core/
H A DDomExport.cxx241 return qualifiedName( xNode->getPrefix(), xNode->getNamespaceURI(), in qualifiedName()
247 return qualifiedName( xElement->getPrefix(), xElement->getNamespaceURI(), in qualifiedName()
253 return qualifiedName( xAttr->getPrefix(), xAttr->getNamespaceURI(), in qualifiedName()
/aoo41x/main/unoxml/source/dom/
H A Ddocumentfragment.hxx98 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CDocumentFragment
101 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Dentityreference.hxx100 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CEntityReference
103 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Dnotation.hxx108 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CNotation
111 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Dprocessinginstruction.hxx119 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CProcessingInstruction
122 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Ddocumenttype.hxx136 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CDocumentType
139 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Dentity.hxx119 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CEntity
122 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Dcharacterdata.hxx145 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CCharacterData
148 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Dcdatasection.hxx144 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CCDATASection
147 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Dcomment.hxx139 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CComment
142 return CCharacterData::getNamespaceURI(); in getNamespaceURI()
H A Dtext.hxx154 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CText
157 return CCharacterData::getNamespaceURI(); in getNamespaceURI()
H A Dattr.cxx251 OUString SAL_CALL CAttr::getNamespaceURI() in getNamespaceURI() function in DOM::CAttr
264 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Delement.hxx214 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CElement
217 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Ddocument.hxx296 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI() function in DOM::CDocument
299 return CNode::getNamespaceURI(); in getNamespaceURI()
H A Delement.cxx508 if (oldAttr->getNamespaceURI().getLength() > 0) { in removeAttributeNode()
515 oldAttr->getNamespaceURI(), qname.makeStringAndClear()); in removeAttributeNode()
H A Dattr.hxx137 virtual OUString SAL_CALL getNamespaceURI()
H A Dnode.hxx206 virtual OUString SAL_CALL getNamespaceURI()
H A Ddocument.cxx799 OUString const aNsUri = xImportedNode->getNamespaceURI(); in lcl_ImportNode()
822 OUString const aAttrUri = curAttr->getNamespaceURI(); in lcl_ImportNode()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java105 public String getNamespaceURI(final String namespacePrefix) in getNamespaceURI() method in OfficeParserUtil
152 final String namespaceUri = getNamespaceURI(configSuffix.substring(0, dotPosition)); in parseStyleAttrDefinition()
/aoo41x/main/forms/source/xforms/
H A Dmodel_ui.cxx148 xIter->getNamespaceURI() == xNode->getNamespaceURI() ) in lcl_OutPosition()
/aoo41x/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx261 xRoot->getNamespaceURI()); in scanDescriptionXml()
/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl139 string getNamespaceURI();

Completed in 605 milliseconds

12