Searched defs:parseOne (Results 1 – 5 of 5) sorted by relevance
74 public abstract void parseOne(InputStream is) throws IOException, VCardException; in parseOne() method in VCardParser
91 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V30
79 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V40
112 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V21
1090 func (c *Context) parseOne(rootDir, filename string, reader io.Reader, func