Home | History | Annotate | Download | only in utils

Lines Matching defs:entities

1096    * node (see [3.3 Unparsed Entities]). It returns the empty string if
1117 * completely expand entities before the structure model is passed
1118 * to the DOM" refers only to parsed entities, not unparsed, and hence
1136 NamedNodeMap entities = doctype.getEntities();
1137 if(null == entities)
1139 Entity entity = (Entity) entities.getNamedItem(name);