LibreOffice Module unoxml (master) 1
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
DOM::CEntity Class Reference

#include <entity.hxx>

Inheritance diagram for DOM::CEntity:
[legend]
Collaboration diagram for DOM::CEntity:
[legend]

Public Member Functions

virtual bool IsChildTypeAllowed (css::xml::dom::NodeType const nodeType, css::xml::dom::NodeType const *) override
 
virtual OUString SAL_CALL getNotationName () override
 For unparsed entities, the name of the notation for the entity. More...
 
virtual OUString SAL_CALL getPublicId () override
 The public identifier associated with the entity, if specified. More...
 
virtual OUString SAL_CALL getSystemId () override
 The system identifier associated with the entity, if specified. More...
 
virtual OUString SAL_CALL getNodeName () override
 
virtual OUString SAL_CALL getNodeValue () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL appendChild (const css::uno::Reference< css::xml::dom::XNode > &newChild) override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL cloneNode (sal_Bool deep) override
 
virtual css::uno::Reference< css::xml::dom::XNamedNodeMap > SAL_CALL getAttributes () override
 
virtual css::uno::Reference< css::xml::dom::XNodeList > SAL_CALL getChildNodes () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getFirstChild () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getLastChild () override
 
virtual OUString SAL_CALL getLocalName () override
 
virtual OUString SAL_CALL getNamespaceURI () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getNextSibling () override
 
virtual css::xml::dom::NodeType SAL_CALL getNodeType () override
 
virtual css::uno::Reference< css::xml::dom::XDocument > SAL_CALL getOwnerDocument () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getParentNode () override
 
virtual OUString SAL_CALL getPrefix () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL getPreviousSibling () override
 
virtual sal_Bool SAL_CALL hasAttributes () override
 
virtual sal_Bool SAL_CALL hasChildNodes () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL insertBefore (const css::uno::Reference< css::xml::dom::XNode > &newChild, const css::uno::Reference< css::xml::dom::XNode > &refChild) override
 
virtual sal_Bool SAL_CALL isSupported (const OUString &feature, const OUString &ver) override
 
virtual void SAL_CALL normalize () override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL removeChild (const css::uno::Reference< css::xml::dom::XNode > &oldChild) override
 
virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL replaceChild (const css::uno::Reference< css::xml::dom::XNode > &newChild, const css::uno::Reference< css::xml::dom::XNode > &oldChild) override
 
virtual void SAL_CALL setNodeValue (const OUString &nodeValue) override
 
virtual void SAL_CALL setPrefix (const OUString &prefix) override
 

Private Member Functions

 CEntity (CDocument const &rDocument, ::osl::Mutex const &rMutex, xmlEntityPtr const pEntity)
 

Private Attributes

xmlEntityPtr m_aEntityPtr
 

Friends

class CDocument
 

Detailed Description

Definition at line 36 of file entity.hxx.

Constructor & Destructor Documentation

◆ CEntity()

DOM::CEntity::CEntity ( CDocument const &  rDocument,
::osl::Mutex const &  rMutex,
xmlEntityPtr const  pEntity 
)
private

Definition at line 32 of file entity.cxx.

Member Function Documentation

◆ appendChild()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::appendChild ( const css::uno::Reference< css::xml::dom::XNode > &  newChild)
inlineoverridevirtual

Definition at line 71 of file entity.hxx.

◆ cloneNode()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::cloneNode ( sal_Bool  deep)
inlineoverridevirtual

Definition at line 75 of file entity.hxx.

◆ getAttributes()

virtual css::uno::Reference< css::xml::dom::XNamedNodeMap > SAL_CALL DOM::CEntity::getAttributes ( )
inlineoverridevirtual

Definition at line 79 of file entity.hxx.

◆ getChildNodes()

virtual css::uno::Reference< css::xml::dom::XNodeList > SAL_CALL DOM::CEntity::getChildNodes ( )
inlineoverridevirtual

Definition at line 83 of file entity.hxx.

◆ getFirstChild()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::getFirstChild ( )
inlineoverridevirtual

Definition at line 87 of file entity.hxx.

◆ getLastChild()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::getLastChild ( )
inlineoverridevirtual

Definition at line 91 of file entity.hxx.

◆ getLocalName()

virtual OUString SAL_CALL DOM::CEntity::getLocalName ( )
inlineoverridevirtual

Definition at line 95 of file entity.hxx.

◆ getNamespaceURI()

virtual OUString SAL_CALL DOM::CEntity::getNamespaceURI ( )
inlineoverridevirtual

Definition at line 99 of file entity.hxx.

◆ getNextSibling()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::getNextSibling ( )
inlineoverridevirtual

Definition at line 103 of file entity.hxx.

◆ getNodeName()

OUString SAL_CALL DOM::CEntity::getNodeName ( )
overridevirtual

Definition at line 94 of file entity.cxx.

References aName, m_rMutex, and pName.

◆ getNodeType()

virtual css::xml::dom::NodeType SAL_CALL DOM::CEntity::getNodeType ( )
inlineoverridevirtual

Definition at line 107 of file entity.hxx.

◆ getNodeValue()

OUString SAL_CALL DOM::CEntity::getNodeValue ( )
overridevirtual

Definition at line 106 of file entity.cxx.

◆ getNotationName()

OUString SAL_CALL DOM::CEntity::getNotationName ( )
overridevirtual

For unparsed entities, the name of the notation for the entity.

Definition at line 58 of file entity.cxx.

◆ getOwnerDocument()

virtual css::uno::Reference< css::xml::dom::XDocument > SAL_CALL DOM::CEntity::getOwnerDocument ( )
inlineoverridevirtual

Definition at line 111 of file entity.hxx.

◆ getParentNode()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::getParentNode ( )
inlineoverridevirtual

Definition at line 115 of file entity.hxx.

◆ getPrefix()

virtual OUString SAL_CALL DOM::CEntity::getPrefix ( )
inlineoverridevirtual

Definition at line 119 of file entity.hxx.

◆ getPreviousSibling()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::getPreviousSibling ( )
inlineoverridevirtual

Definition at line 123 of file entity.hxx.

◆ getPublicId()

OUString SAL_CALL DOM::CEntity::getPublicId ( )
overridevirtual

The public identifier associated with the entity, if specified.

Definition at line 68 of file entity.cxx.

References m_aEntityPtr, and m_rMutex.

◆ getSystemId()

OUString SAL_CALL DOM::CEntity::getSystemId ( )
overridevirtual

The system identifier associated with the entity, if specified.

Definition at line 83 of file entity.cxx.

References m_aEntityPtr, and m_rMutex.

◆ hasAttributes()

virtual sal_Bool SAL_CALL DOM::CEntity::hasAttributes ( )
inlineoverridevirtual

Definition at line 127 of file entity.hxx.

◆ hasChildNodes()

virtual sal_Bool SAL_CALL DOM::CEntity::hasChildNodes ( )
inlineoverridevirtual

Definition at line 131 of file entity.hxx.

◆ insertBefore()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::insertBefore ( const css::uno::Reference< css::xml::dom::XNode > &  newChild,
const css::uno::Reference< css::xml::dom::XNode > &  refChild 
)
inlineoverridevirtual

Definition at line 135 of file entity.hxx.

◆ IsChildTypeAllowed()

bool DOM::CEntity::IsChildTypeAllowed ( css::xml::dom::NodeType const  nodeType,
css::xml::dom::NodeType const *   
)
overridevirtual

Definition at line 40 of file entity.cxx.

◆ isSupported()

virtual sal_Bool SAL_CALL DOM::CEntity::isSupported ( const OUString &  feature,
const OUString &  ver 
)
inlineoverridevirtual

Definition at line 140 of file entity.hxx.

◆ normalize()

virtual void SAL_CALL DOM::CEntity::normalize ( )
inlineoverridevirtual

Definition at line 144 of file entity.hxx.

◆ removeChild()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::removeChild ( const css::uno::Reference< css::xml::dom::XNode > &  oldChild)
inlineoverridevirtual

Definition at line 148 of file entity.hxx.

◆ replaceChild()

virtual css::uno::Reference< css::xml::dom::XNode > SAL_CALL DOM::CEntity::replaceChild ( const css::uno::Reference< css::xml::dom::XNode > &  newChild,
const css::uno::Reference< css::xml::dom::XNode > &  oldChild 
)
inlineoverridevirtual

Definition at line 152 of file entity.hxx.

◆ setNodeValue()

virtual void SAL_CALL DOM::CEntity::setNodeValue ( const OUString &  nodeValue)
inlineoverridevirtual

Definition at line 157 of file entity.hxx.

◆ setPrefix()

virtual void SAL_CALL DOM::CEntity::setPrefix ( const OUString &  prefix)
inlineoverridevirtual

Definition at line 161 of file entity.hxx.

References prefix.

Friends And Related Function Documentation

◆ CDocument

friend class CDocument
friend

Definition at line 40 of file entity.hxx.

Member Data Documentation

◆ m_aEntityPtr

xmlEntityPtr DOM::CEntity::m_aEntityPtr
private

Definition at line 42 of file entity.hxx.

Referenced by getPublicId(), and getSystemId().


The documentation for this class was generated from the following files: