Searched defs:InputEntity (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DInputEntity.java57 public class InputEntity { class
67 private InputEntity next;
93 public static InputEntity getInputEntity(DTDEventListener h, Locale l) {
94 InputEntity retval = new InputEntity();
100 private InputEntity() { method in class:InputEntity
139 public void init(InputSource in, String name, InputEntity stack,
168 public void init(char b [], String name, InputEntity stack, boolean isPE)
179 private void checkRecursion(InputEntity stack)
190 public InputEntity po
[all...]

Completed in 149 milliseconds