class DOM_Entity : public DOM_Node This interface represents an entity, either parsed or unparsed, in an XML document
| | Constructors and assignment operator
| ||||||||
| | Destructor.
| ||||||||
| | Get functions.
| ||||||||
| | Set functions.
|
Cloning function.
Constructors and assignment operators
Equality and Inequality operators.
Functions introduced in DOM Level 2.
null if it is unspecified
null if it is unspecified
Functions to modify the DOM Node.
newChild before the existing child node
refChild
oldChild with newChild
in the list of children, and returns the oldChild node
oldChild from the list
of children, and returns it
newChild to the end of the list of children of
this node
Query functions.
This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration.Entitydeclaration modeling has been left for a later Level of the DOM specification.The
nodeNameattribute that is inherited fromNodecontains the name of the entity.An XML processor may choose to completely expand entities before the structure model is passed to the DOM; in this case there will be no
EntityReferencenodes in the document tree.Note: the first release of this parser does not create entity nodes when reading an XML document. Entities may be programatically created using DOM_Document::createEntity().
DOM_Entity(const DOM_Entity &other)
DOM_Entity& operator = (const DOM_Entity &other)
DOM_Entity& operator = (const DOM_NullPtr *val)
null.
DOMString getSystemId() const
null.
DOMString getNotationName() const
null.
alphabetic index hierarchy of classes
| XML Parser for C++ 2.0 Copyright © IBM Corp, 1999 Center for Java Technology 10275 N. De Anza Blvd. Cupertino CA 95014 USA Email: xml4c@us.ibm.com |
|
generated by doc++