Searched defs:createAttribute (Results 1 – 4 of 4) sorted by relevance
146 public XNode createAttribute( String _attribName ) throws DOMException in createAttribute() method in Instance161 public XNode createAttribute( String _attribName, String _initialNodeValue ) throws DOMException in createAttribute() method in Instance176 public XNode createAttribute( XNode _parentElement, String _attribName ) throws DOMException in createAttribute() method in Instance193 …public XNode createAttribute( XNode _parentElement, String _attribName, String _initialNodeValue )… in createAttribute() method in Instance
596 Model::XNode_t Model::createAttribute( const XNode_t& xParent, in createAttribute() function in Model
431 Reference< XAttr > SAL_CALL CDocument::createAttribute(const OUString& name) in createAttribute() function in DOM::CDocument
2782 public XAttr createAttribute(String n) throws DOMException { in createAttribute() method in DOMTest.MockDoc
Completed in 38 milliseconds