Uses of Class
com.attribyte.parser.model.Link
Packages that use Link
-
Uses of Link in com.attribyte.parser.model
Fields in com.attribyte.parser.model with type parameters of type LinkModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Link> Entry.citationsAn immutable list of citations (from the entry).final com.google.common.collect.ImmutableList<Link> Page.linksAll unique links found in the document.final com.google.common.collect.ImmutableSet<Link> Page.selfLinksA set of all 'self' links discovered in the document, including the canonical link.Methods in com.attribyte.parser.model that return types with arguments of type LinkModifier and TypeMethodDescriptionPage.feedLinks()Gets a list of potential feed links.com.google.common.collect.ImmutableList<Link> Entry.Builder.getCitations()Gets an immutable list citations.Page.iconLinks()Gets a list of icon links.Gets a list of links with specified relation and media type.Methods in com.attribyte.parser.model with parameters of type LinkMethod parameters in com.attribyte.parser.model with type arguments of type LinkModifier and TypeMethodDescriptionEntry.Builder.setCitations(List<Link> citations) Sets the list of citations.Constructor parameters in com.attribyte.parser.model with type arguments of type LinkModifierConstructorDescriptionPage(org.jsoup.nodes.Document doc, String canonicalLink, Collection<Link> selfLinks, String siteName, String title, String summary, String author, Date publishTime, Collection<Anchor> anchors, Collection<Image> images, Collection<Image> metaImages, Collection<Video> videos, Collection<Video> metaVideos, Collection<Audio> audios, Collection<Audio> metaAudios, Collection<Link> links) Creates a page.