Package | Description |
---|---|
nl.knaw.dans.rs.aggregator.xml |
JAXB implementation for marshalling and unmarshalling sitemap documents.
|
Modifier and Type | Method and Description |
---|---|
RsMd |
RsRoot.getMetadata() |
RsMd |
RsMd.withAt(ZonedDateTime at) |
RsMd |
RsMd.withCapability(String capability) |
RsMd |
RsMd.withChange(String change) |
RsMd |
RsMd.withCompleted(ZonedDateTime completed) |
RsMd |
RsMd.withDateTime(ZonedDateTime dateTime) |
RsMd |
RsMd.withEncoding(String encoding) |
RsMd |
RsMd.withFrom(ZonedDateTime from) |
RsMd |
RsMd.withHash(String hash) |
RsMd |
RsMd.withLength(Long length) |
RsMd |
RsMd.withPath(String path) |
RsMd |
RsMd.withType(String type) |
RsMd |
RsMd.withUntil(ZonedDateTime until) |
Modifier and Type | Method and Description |
---|---|
Optional<RsMd> |
RsItem.getMetadata() |
Modifier and Type | Method and Description |
---|---|
T |
RsRoot.withMetadata(RsMd rsMd) |
T |
RsItem.withMetadata(RsMd rsMd) |
Constructor and Description |
---|
Sitemapindex(RsMd rsMd) |
Urlset(RsMd rsMd) |
Copyright © 2017. All rights reserved.