Home
last modified time | relevance | path

Searched refs:qualifiedName (Results 1 – 13 of 13) sorted by relevance

/trunk/main/xmloff/source/core/
H A DDomExport.cxx169 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 …]
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl71 … 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 DXDOMImplementation.idl46 … 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 DXElement.idl144qualifiedName 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 DXNode.idl269 … " http://www.w3.org/2000/xmlns/", or if this node is an attribute and the qualifiedName
/trunk/main/extensions/source/macosx/spotlight/
H A DOOoMetaDataParser.h41 …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 DOOoContentDataParser.h44 …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 DOOoContentDataParser.m61 …ring *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName a…
75 …Element:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qN…
H A DOOoMetaDataParser.m105 …ring *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName a…
130 …Element:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qualifiedName:(NSString *)qN…
/trunk/main/unoxml/source/dom/
H A Delement.cxx662 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 Ddomimplementation.hxx57 …SAL_CALL createDocument(const OUString& namespaceURI, const OUString& qualifiedName, const Referen…
63 …eference< XDocumentType > SAL_CALL createDocumentType(const OUString& qualifiedName, const OUStrin…
H A Ddocument.hxx141 …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 Delement.hxx168 const OUString& namespaceURI, const OUString& qualifiedName, const OUString& value)

Completed in 42 milliseconds