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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DEntityDecl.java39 boolean isPE; field in class:EntityDecl
H A DInputEntity.java83 private boolean isPE; field in class:InputEntity
126 return isPE;
140 boolean isPE)
144 this.isPE = isPE;
168 public void init(char b [], String name, InputEntity stack, boolean isPE) argument
175 this.isPE = isPE;
139 init(InputSource in, String name, InputEntity stack, boolean isPE) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLEntityDecl.java87 /** isPE */
88 public boolean isPE; field in class:XMLEntityDecl
109 * @param isPE
114 boolean isPE, boolean inExternal) {
115 setValues(name, publicId, systemId, baseSystemId, notation, null, isPE, inExternal);
127 * @param isPE
132 String value, boolean isPE, boolean inExternal) {
139 this.isPE = isPE;
153 this.isPE
112 setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal) argument
130 setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal) argument
[all...]

Completed in 172 milliseconds