Package | Description |
---|---|
nl.knaw.dans.rs.aggregator.xml |
JAXB implementation for marshalling and unmarshalling sitemap documents.
|
Modifier and Type | Method and Description |
---|---|
RsLn |
RsLn.withEncoding(String encoding) |
RsLn |
RsLn.withHash(String hash) |
RsLn |
RsLn.withHref(String href) |
RsLn |
RsLn.withLength(Long length) |
RsLn |
RsLn.withModified(ZonedDateTime modified) |
RsLn |
RsLn.withPath(String path) |
RsLn |
RsLn.withPri(Integer pri) |
RsLn |
RsLn.withRel(String rel) |
RsLn |
RsLn.withType(String type) |
Modifier and Type | Method and Description |
---|---|
List<RsLn> |
RsRoot.getLinkList() |
List<RsLn> |
RsItem.getLinkList() |
Modifier and Type | Method and Description |
---|---|
T |
RsRoot.addLink(RsLn rsLn) |
T |
RsItem.addLink(RsLn rsLn) |
Copyright © 2017. All rights reserved.