Lines Matching refs:LibElementBase
42 Reference< xml::input::XElement > LibElementBase::getParent() in getParent()
48 OUString LibElementBase::getLocalName() in getLocalName()
54 sal_Int32 LibElementBase::getUid() in getUid()
60 Reference< xml::input::XAttributes > LibElementBase::getAttributes() in getAttributes()
66 void LibElementBase::ignorableWhitespace( in ignorableWhitespace()
72 void LibElementBase::characters( OUString const & /*rChars*/ ) in characters()
79 void LibElementBase::processingInstruction( in processingInstruction()
86 void LibElementBase::endElement() in endElement()
91 Reference< xml::input::XElement > LibElementBase::startChildElement( in startChildElement()
102 LibElementBase::LibElementBase( in LibElementBase() function in xmlscript::LibElementBase
105 LibElementBase * pParent, LibraryImport * pImport ) in LibElementBase()
120 LibElementBase::~LibElementBase() in ~LibElementBase()
308 return new LibElementBase( rLocalName, xAttributes, this, _pImport ); in startChildElement()