Lines Matching full:entity
63 XML_TEXTWRITER_DTD_ENTY, /* entity */
65 XML_TEXTWRITER_DTD_PENT, /* parameter entity */
3614 * @pe: TRUE if this is a parameter entity, FALSE if not
3693 count = xmlOutputBufferWriteString(writer->out, "<!ENTITY ");
3717 * End an xml DTD entity.
3772 * @pe: TRUE if this is a parameter entity, FALSE if not
3773 * @name: the name of the DTD entity
3777 * Write a formatted DTD internal entity.
3802 * @pe: TRUE if this is a parameter entity, FALSE if not
3803 * @name: the name of the DTD entity
3807 * Write a formatted DTD internal entity.
3837 * @pe: TRUE if this is a parameter entity, FALSE if not
3838 * @name: the name of the DTD entity
3842 * @content: content of the entity
3844 * Write a DTD entity.
3873 * @pe: TRUE if this is a parameter entity, FALSE if not
3874 * @name: the name of the DTD entity
3875 * @content: content of the entity
3877 * Write a DTD internal entity.
3915 * @pe: TRUE if this is a parameter entity, FALSE if not
3916 * @name: the name of the DTD entity
3921 * Write a DTD external entity. The entity must have been started with xmlTextWriterStartDTDEntity
3969 * Write the contents of a DTD external entity.
4101 * Write a DTD entity.