Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 19 of 19) sorted by relevance

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java351 xImpRoot.hasAttributes()); in testXDocument()
363 xImpFoo.hasAttributes()); in testXDocument()
378 xImpBar.hasAttributes()); in testXDocument()
455 assertFalse("XDocument.hasAttributes()", xDoc.hasAttributes()); in testXDocument()
1044 assertTrue("XElement.hasAttributes()", xElemFoo.hasAttributes()); in testXElement()
1262 assertFalse("XAttr.hasAttributes()", xAttr.hasAttributes()); in testXAttr()
1489 assertFalse("XText.hasAttributes()", xText.hasAttributes()); in testXText()
1679 assertFalse("XCDATASection.hasAttributes()", xCDS.hasAttributes()); in testXCDataSection()
1852 assertFalse("XComment.hasAttributes()", xComment.hasAttributes()); in testXComment()
2192 xPI.hasAttributes()); in testXProcessingInstruction()
[all …]
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx133 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CDocumentFragment
136 return CNode::hasAttributes(); in hasAttributes()
H A Dentityreference.hxx135 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CEntityReference
138 return CNode::hasAttributes(); in hasAttributes()
H A Dnotation.hxx143 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CNotation
146 return CNode::hasAttributes(); in hasAttributes()
H A Dprocessinginstruction.hxx154 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CProcessingInstruction
157 return CNode::hasAttributes(); in hasAttributes()
H A Ddocumenttype.hxx171 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CDocumentType
174 return CNode::hasAttributes(); in hasAttributes()
H A Dentity.hxx154 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CEntity
157 return CNode::hasAttributes(); in hasAttributes()
H A Dattr.hxx166 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CAttr
169 return CNode::hasAttributes(); in hasAttributes()
H A Dcharacterdata.hxx190 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CCharacterData
193 return CNode::hasAttributes(); in hasAttributes()
H A Dcdatasection.hxx179 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CCDATASection
182 return CNode::hasAttributes(); in hasAttributes()
H A Dcomment.hxx174 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CComment
177 return CCharacterData::hasAttributes(); in hasAttributes()
H A Dtext.hxx193 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CText
196 return CCharacterData::hasAttributes(); in hasAttributes()
H A Delement.hxx249 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CElement
252 return CNode::hasAttributes(); in hasAttributes()
H A Ddocument.hxx331 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CDocument
334 return CNode::hasAttributes(); in hasAttributes()
H A Dnode.hxx262 virtual sal_Bool SAL_CALL hasAttributes()
H A Dnode.cxx641 sal_Bool SAL_CALL CNode::hasAttributes() in hasAttributes() function in DOM::CNode
H A Ddocument.cxx815 if (xElement->hasAttributes()) in lcl_ImportNode()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl188 boolean hasAttributes();
/trunk/main/svx/source/form/
H A Ddatanavi.cxx411 if ( xChild->hasAttributes() ) in AddChildren()

Completed in 263 milliseconds