Lines Matching refs:entity
11 …entity reference event as a text event, and the parsed content is integrated into the text event. …
17 …entity reference event is parsed into a text event. You cannot perform operations on the entity re…
19 …entity reference event is parsed as an entity reference event. You can perform operations on the e…
35 If the XML file does not involve entity reference events, no adaptation is required.
37 If the XML file involves entity reference events, refer to the following example to learn the diffe…
40 …p;happy&</note>'; // The first entity reference "&" is an entity reference event, and t…
61 key: 9 (entity reference event): value: &
65 …entity reference event, use API version 12 or later and strictly comply with the entity reference …
67 If you do not need to use entity reference events, add regular text before the entity reference in …
71 Currently, only the following entity reference events corresponding to the five predefined entities…
80 In addition, if regular text exists before an entity reference, they are treated as a text event as…
86 <note><>happy</note>: start tag event, entity reference event, entity reference event, text e…