Home
last modified time | relevance | path

Searched refs:namespaceURI (Results 1 – 21 of 21) sorted by relevance

/aoo4110/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl51 XAttr getAttributeNodeNS([in] string namespaceURI,[in]
57 string getAttributeNS([in] string namespaceURI, [in] string localName);
71 XNodeList getElementsByTagNameNS([in] string namespaceURI,[in] string localName);
88 boolean hasAttributeNS([in] string namespaceURI,[in] string localName);
110 void removeAttributeNS([in] string namespaceURI,[in] string localName) raises (DOMException);
144namespaceURI is null, if the qualifiedName has a prefix that is "xml" and the namespaceURI is diff…
148 [in] string namespaceURI, [in] string qualifiedName, [in] string value) raises (DOMException);
H A DXDocument.idl72 … 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
75 … "xmlns" and the namespaceURI is different from " http://www.w3.org/2000/xmlns/".
79 …XAttr createAttributeNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException);
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…
175 XNodeList getElementsByTagNameNS([in] string namespaceURI, [in] string localName);
H A DXNamedNodeMap.idl54 XNode getNamedItemNS([in] string namespaceURI,[in] string localName);
72 …DOMException - NOT_FOUND_ERR: Raised if there is no node with the specified namespaceURI and local…
75 XNode removeNamedItemNS([in] string namespaceURI, [in] string localName) raises (DOMException);
88 Adds a node using its namespaceURI and localName.
H A DXDOMImplementation.idl47 … and the namespaceURI is null, or if the qualifiedName has a prefix that is "xml" and
48 … the namespaceURI is different from " http://www.w3.org/XML/1998/namespace" , or if the
59 …XDocument createDocument([in] string namespaceURI, [in] string qualifiedName, [in] XDocumentType d…
H A DXNode.idl265 … in XML specification, if the namespaceURI of this node is null, if the specified
266 prefix is "xml" and the namespaceURI of this node is different from
268 … specified prefix is "xmlns" and the namespaceURI of this node is different from
/aoo4110/main/unoxml/source/dom/
H A Delement.cxx282 const OUString& namespaceURI, const OUString& localName) in getAttributeNodeNS() argument
293 OString o2 = OUStringToOString(namespaceURI, RTL_TEXTENCODING_UTF8); in getAttributeNodeNS()
313 OUString const& namespaceURI, OUString const& localName) in getAttributeNS() argument
324 OString o2 = OUStringToOString(namespaceURI, RTL_TEXTENCODING_UTF8); in getAttributeNS()
407 OUString const& namespaceURI, OUString const& localName) in hasAttributeNS() argument
414 OString o2 = OUStringToOString(namespaceURI, RTL_TEXTENCODING_UTF8); in hasAttributeNS()
447 OUString const& namespaceURI, OUString const& localName) in removeAttributeNS() argument
458 OString o2 = OUStringToOString(namespaceURI, RTL_TEXTENCODING_UTF8); in removeAttributeNS()
661 CElement::setAttributeNS(OUString const& namespaceURI, in setAttributeNS() argument
665 if (namespaceURI.getLength() == 0) throw RuntimeException(); in setAttributeNS()
[all …]
H A Delement.hxx82 …virtual Reference< XAttr > SAL_CALL getAttributeNodeNS(const OUString& namespaceURI, const OUStrin…
88 … virtual OUString SAL_CALL getAttributeNS(const OUString& namespaceURI, const OUString& localName)
104 virtual Reference< XNodeList > SAL_CALL getElementsByTagNameNS(const OUString& namespaceURI,
125 … virtual sal_Bool SAL_CALL hasAttributeNS(const OUString& namespaceURI, const OUString& localName)
143 … virtual void SAL_CALL removeAttributeNS(const OUString& namespaceURI, const OUString& localName)
168 const OUString& namespaceURI, const OUString& qualifiedName, const OUString& value)
H A Dattributesmap.cxx97 OUString const& namespaceURI, OUString const& localName) in getNamedItemNS() argument
108 OString o2 = OUStringToOString(namespaceURI, RTL_TEXTENCODING_UTF8); in getNamedItemNS()
184 OUString const& namespaceURI, OUString const& localName) in removeNamedItemNS() argument
189 m_pElement->getAttributeNodeNS(namespaceURI, localName)); in removeNamedItemNS()
H A Ddocument.hxx141 …virtual Reference< XAttr > SAL_CALL createAttributeNS(const OUString& namespaceURI, const OUString…
171 …virtual Reference< XElement > SAL_CALL createElementNS(const OUString& namespaceURI, const OUStrin…
227 …virtual Reference< XNodeList > SAL_CALL getElementsByTagNameNS(const OUString& namespaceURI, const…
H A Dattributesmap.hxx71 OUString const& namespaceURI, OUString const& localName)
91 OUString const& namespaceURI, OUString const& localName)
H A Dentitiesmap.hxx71 OUString const& namespaceURI, OUString const& localName)
90 OUString const& namespaceURI, OUString const& localName)
H A Dnotationsmap.hxx71 OUString const& namespaceURI, OUString const& localName)
90 OUString const& namespaceURI, OUString const& localName)
H A Ddomimplementation.hxx57 …virtual Reference <XDocument > SAL_CALL createDocument(const OUString& namespaceURI, const OUStrin…
/aoo4110/main/extensions/source/macosx/spotlight/
H A DOOoMetaDataParser.h41 …MLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu… in parser:didStartElement:namespaceURI:qualifiedName:attributes:()
43 …SXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu… in parser:didEndElement:namespaceURI:qualifiedName:()
H A DOOoContentDataParser.h44 …MLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu… in parser:didStartElement:namespaceURI:qualifiedName:attributes:()
46 …SXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu… in parser:didEndElement:namespaceURI:qualifiedName:()
H A DOOoContentDataParser.m61 …MLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu…
75 …SXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu…
H A DOOoMetaDataParser.m105 …MLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu…
130 …SXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu…
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java128 public String getNamespacePrefix(final String namespaceURI) in getNamespacePrefix() argument
135 if (namespaceURI.equals(value)) in getNamespacePrefix()
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java356 public void startElement(String namespaceURI, String sName, String qName, in startElement() argument
523 public void endElement(String namespaceURI, String sName, String qName) in endElement() argument
/aoo4110/main/offapi/com/sun/star/smarttags/
H A DXSmartTagRecognizer.idl116 names are always in the format of namespaceURI#tagname.
H A DXSmartTagAction.idl110 names are always in the format of namespaceURI#tagname.

Completed in 60 milliseconds