Searched refs:qualifiedName (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/xmloff/source/core/ |
H A D | DomExport.cxx | 169 OUString qualifiedName( const Reference<XNode>& ); 170 OUString qualifiedName( const Reference<XElement>& ); 171 OUString qualifiedName( const Reference<XAttr>& ); 224 OUString DomExport::qualifiedName( const OUString& sPrefix, in qualifiedName() function in DomExport 239 OUString DomExport::qualifiedName( const Reference<XNode>& xNode ) in qualifiedName() function in DomExport 241 return qualifiedName( xNode->getPrefix(), xNode->getNamespaceURI(), in qualifiedName() 251 OUString DomExport::qualifiedName( const Reference<XAttr>& xAttr ) in qualifiedName() function in DomExport 253 return qualifiedName( xAttr->getPrefix(), xAttr->getNamespaceURI(), in qualifiedName() 259 mrExport.AddAttribute( qualifiedName( xAttribute ), in addAttribute() 276 mrExport.StartElement( qualifiedName( xElement ), sal_False ); in element() [all …]
|
/aoo4110/main/offapi/com/sun/star/xml/dom/ |
H A D | XDocument.idl | 71 … NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in XML 72 … specification, if the qualifiedName has a prefix and the namespaceURI is null, if 73 … the qualifiedName has a prefix that is "xml" and the namespaceURI is different from 74 … " http://www.w3.org/XML/1998/namespace", or if the qualifiedName, or its prefix, is 79 …XAttr createAttributeNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException); 112 NAMESPACE_ERR: Raised if the qualifiedName is malformed per the Namespaces in 113 XML specification, if the qualifiedName has a prefix and the namespaceURI is 114 null, or if the qualifiedName has a prefix that is "xml" and the namespaceURI 119 …XElement createElementNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException…
|
H A D | XDOMImplementation.idl | 46 … NAMESPACE_ERR: Raised if the qualifiedName is malformed, if the qualifiedName has a prefix 47 … and the namespaceURI is null, or if the qualifiedName has a prefix that is "xml" and 59 …XDocument createDocument([in] string namespaceURI, [in] string qualifiedName, [in] XDocumentType d… 66 NAMESPACE_ERR: Raised if the qualifiedName is malformed. 73 …XDocumentType createDocumentType([in] string qualifiedName, [in] string publicId, [in] string syst…
|
H A D | XElement.idl | 144 …qualifiedName is malformed per the Namespaces in XML specification, if the qualifiedName has a pre… 148 [in] string namespaceURI, [in] string qualifiedName, [in] string value) raises (DOMException);
|
H A D | XNode.idl | 269 … " http://www.w3.org/2000/xmlns/", or if this node is an attribute and the qualifiedName
|
/aoo4110/main/extensions/source/macosx/spotlight/ |
H A D | OOoMetaDataParser.h | 41 …ring *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName a… in parser:didStartElement:namespaceURI:qualifiedName:attributes:() 43 …Element:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qN… in parser:didEndElement:namespaceURI:qualifiedName:()
|
H A D | OOoContentDataParser.h | 44 …ring *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName a… in parser:didStartElement:namespaceURI:qualifiedName:attributes:() 46 …Element:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qN… in parser:didEndElement:namespaceURI:qualifiedName:()
|
H A D | OOoContentDataParser.m | 61 …ring *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName a… 75 …Element:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qN…
|
H A D | OOoMetaDataParser.m | 105 …ring *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName a… 130 …Element:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qN…
|
/aoo4110/main/unoxml/source/dom/ |
H A D | element.cxx | 662 OUString const& qualifiedName, OUString const& value) in setAttributeNS() argument 672 o1 = OUStringToOString(qualifiedName, RTL_TEXTENCODING_UTF8); in setAttributeNS() 674 sal_Int32 idx = qualifiedName.indexOf(':'); in setAttributeNS() 678 qualifiedName.copy(0,idx), in setAttributeNS() 682 qualifiedName.copy(idx+1), in setAttributeNS() 733 oldValue, value, qualifiedName, aChangeType); in setAttributeNS()
|
H A D | domimplementation.hxx | 57 …SAL_CALL createDocument(const OUString& namespaceURI, const OUString& qualifiedName, const Referen… 63 …eference< XDocumentType > SAL_CALL createDocumentType(const OUString& qualifiedName, const OUStrin…
|
H A D | document.hxx | 141 …ce< XAttr > SAL_CALL createAttributeNS(const OUString& namespaceURI, const OUString& qualifiedName) 171 …e< XElement > SAL_CALL createElementNS(const OUString& namespaceURI, const OUString& qualifiedName)
|
H A D | element.hxx | 168 const OUString& namespaceURI, const OUString& qualifiedName, const OUString& value)
|
Completed in 61 milliseconds