Home | History | Annotate | Download | only in net

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 * where each list element represents a single entry (post) in the XML feed.
42 // Constants indicting XML element names that we're interested in
53 * @param in Atom feed, as a stream.
58 public List<Entry> parse(InputStream in)
63 parser.setInput(in, null);
67 in.close();
97 // article in the feed.
208 * Processes link tags in the feed.
239 * Skips tags the parser isn't interested in. Uses depth to handle nested tags. i.e.,
261 * This class represents a single entry (post) in the XML feed.