Searched refs:searchOnly (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DExpandedNameTable.java169 * If searchOnly is true, we will return -1 if the name is not found in the
176 * @param searchOnly If it is true, we will only search for the expanded name.
181 public int getExpandedTypeID(String namespace, String localName, int type, boolean searchOnly) argument
207 if (searchOnly)
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java521 public int getGeneralizedType(final String name, boolean searchOnly) { argument
548 return m_expandedNameTable.getExpandedTypeID(ns, lName, code, searchOnly);
629 // When the document is not fully built, the searchOnly

Completed in 45 milliseconds