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

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java530 * @param lName the name of the element; either (1) one of the array
542 public void startElement(String uri, String lName, String qName, Attributes attributes) throws SAXException { argument
546 name = lName;
624 * @param lName the name of the element; either (1) one of the array
633 public void endElement(String uri, String lName, String qName) throws SAXException { argument
637 name = lName;

Completed in 47 milliseconds