Searched refs:entryArgs (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java138 Vector entryArgs = new Vector();
151 entryArgs.add(baseURI);
157 CatalogEntry ce = new CatalogEntry(entryType, entryArgs);
168 entryArgs = new Vector();
190 entryArgs.add(override);
196 CatalogEntry ce = new CatalogEntry(entryType, entryArgs);
207 entryArgs = new Vector();
216 entryArgs.add(atts.getValue("publicIdStartString"));
217 entryArgs.add(atts.getValue("catalog"));
226 entryArgs
[all...]
H A DExtendedXMLCatalogReader.java75 Vector entryArgs = new Vector();
84 entryArgs.add(baseURI);
90 CatalogEntry ce = new CatalogEntry(entryType, entryArgs);
101 entryArgs = new Vector();
109 entryArgs.add(atts.getValue("suffix"));
110 entryArgs.add(atts.getValue("uri"));
119 entryArgs.add(atts.getValue("suffix"));
120 entryArgs.add(atts.getValue("uri"));
133 CatalogEntry ce = new CatalogEntry(entryType, entryArgs);
159 Vector entryArgs
[all...]
H A DXCatalogReader.java106 Vector entryArgs = new Vector();
110 entryArgs.add(atts.getValue("HRef"));
115 entryArgs.add(atts.getValue("PublicId"));
116 entryArgs.add(atts.getValue("HRef"));
123 entryArgs.add(atts.getValue("HRef"));
128 entryArgs.add(atts.getValue("PublicId"));
129 entryArgs.add(atts.getValue("HRef"));
136 entryArgs.add(atts.getValue("SystemId"));
137 entryArgs.add(atts.getValue("HRef"));
151 CatalogEntry ce = new CatalogEntry(entryType, entryArgs);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogEntry.java67 protected static Vector entryArgs = new Vector(); field in class:CatalogEntry
82 entryArgs.add(nextEntry, new Integer(numArgs));
134 Integer iArgs = (Integer) entryArgs.get(type);
173 Integer iArgs = (Integer) entryArgs.get(type);
198 Integer iArgs = (Integer) entryArgs.get(type);

Completed in 23 milliseconds