/trunk/main/offapi/com/sun/star/xml/dom/ |
H A D | XElement.idl | 51 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); 144 …namespaceURI 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 D | XDocument.idl | 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 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 D | XNamedNodeMap.idl | 54 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 D | XDOMImplementation.idl | 47 … 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 D | XNode.idl | 265 … 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
|
/trunk/main/unoxml/source/dom/ |
H A D | element.cxx | 282 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 D | element.hxx | 82 …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 D | attributesmap.cxx | 97 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 D | document.hxx | 141 …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 D | attributesmap.hxx | 71 OUString const& namespaceURI, OUString const& localName) 91 OUString const& namespaceURI, OUString const& localName)
|
H A D | entitiesmap.hxx | 71 OUString const& namespaceURI, OUString const& localName) 90 OUString const& namespaceURI, OUString const& localName)
|
H A D | notationsmap.hxx | 71 OUString const& namespaceURI, OUString const& localName) 90 OUString const& namespaceURI, OUString const& localName)
|
H A D | domimplementation.hxx | 57 …virtual Reference <XDocument > SAL_CALL createDocument(const OUString& namespaceURI, const OUStrin…
|
/trunk/main/extensions/source/macosx/spotlight/ |
H A D | OOoMetaDataParser.h | 41 …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 D | OOoContentDataParser.h | 44 …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 D | OOoContentDataParser.m | 61 …MLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu… 75 …SXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu…
|
H A D | OOoMetaDataParser.m | 105 …MLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu… 130 …SXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(NSString *)namespaceURI qu…
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | OfficeParserUtil.java | 128 public String getNamespacePrefix(final String namespaceURI) in getNamespacePrefix() argument 135 if (namespaceURI.equals(value)) in getNamespacePrefix()
|
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | XLIFFReader.java | 356 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
|
/trunk/main/offapi/com/sun/star/smarttags/ |
H A D | XSmartTagRecognizer.idl | 116 names are always in the format of namespaceURI#tagname.
|
H A D | XSmartTagAction.idl | 110 names are always in the format of namespaceURI#tagname.
|