Lines Matching full:entity
437 parsing only one XML document or external parsed entity. If your
706 <h3>Handling External Entity References</h3>
709 any external DTD is a special case of an external entity. If you've
710 set no <code>ExternalEntityRefHandler</code>, then external entity
712 the information needed to read and parse the external entity.</p>
714 <p>Your handler isn't actually responsible for parsing the entity, but
742 entity reference handler as described above.</p>
957 general entity. Context is the context argument passed in a call to a
1114 call-backs, except when parsing an external parameter entity and
1146 external entity reference handler returns. It is up to the
1173 finished, to be applied recursively until the document entity's parser
1412 internal entity references. The entity reference will not be passed
1433 <p>Set an external entity reference handler. This handler is also
1434 called for processing an external DTD subset if parameter entity parsing
1442 valid only until the handler returns, so if the referenced entity is
1444 only when the entity is a parameter entity, which is how one can
1450 <code>publicId</code> parameter is the public id given in the entity
1452 identifier specified in the entity declaration and is never NULL.</p>
1457 handling of the external entity reference. Returning
1463 receives the parser that encountered the entity reference. This, along
1467 parser, the body of the external entity can be recursively parsed.</p>
1510 <p>Set a skipped entity handler. This is called in two situations:</p>
1512 <li>An entity reference is encountered for which no declaration
1514 <li>An internal entity reference is read, but not expanded, because
1519 a parameter entity and zero for a general entity.</p> <p>Note: skipped
1553 at most once per parsed (external) entity. The optional application
1809 <p>Sets a handler that will be called for all entity declarations.
1813 <p>For internal entities (<code><!ENTITY foo "bar"></code>),
1821 argument will have a non-NULL value only for unparsed entity
1841 are entity declarations that have a notation (NDATA) field:</p>
1844 <!ENTITY logo SYSTEM "images/logo.gif" NDATA gif>
1880 parameter entity, but does not have standalone set to "yes" in an XML
1892 document or entity encoding) of the first of the sequence of
1958 entity and for the end-tag event for empty element tags (the later can
2099 parameter entity that is the external DTD subset, according to
2123 called. The setting of parameter entity parsing, controlled using
2128 external entity reference handler set via <code><a href=
2140 <p><b>Note:</b> For the purpose of checking WFC: Entity Declared, passing
2143 the external entity reference handler returns without action.</p>