public abstract class AtomDocumentBase extends XMLDocumentBase
Constructor and Description |
---|
AtomDocumentBase() |
Modifier and Type | Method and Description |
---|---|
String |
generateAtomId(String input)
Generates a valid Atom id.
|
void |
writeAclLink(String href) |
void |
writeAllowableActionsLink(String href) |
void |
writeAlternateLink(String href,
String type,
String kind,
String title,
BigInteger length) |
void |
writeAuthor(String author)
Writes an Atom author tag.
|
void |
writeCollection(String href,
String collectionType,
String text,
String... accept)
Writes an Atom collection.
|
void |
writeCurrentVerionsLink(String href) |
void |
writeDescribedByLink(String href) |
void |
writeDownLink(String href,
String type) |
void |
writeEditLink(String href) |
void |
writeEditMediaLink(String href,
String type) |
void |
writeEnclosureLink(String href) |
void |
writeFirstLink(String href) |
void |
writeFolderTreeLink(String href) |
void |
writeId(String id)
Writes an Atom id tag.
|
void |
writeLastLink(String href) |
void |
writeLink(String rel,
String href,
String type,
String id)
Writes a link.
|
void |
writeNextLink(String href) |
void |
writePathSegment(String pathSegment)
Writes a CMIS pathSegment tag.
|
void |
writePoliciesLink(String href) |
void |
writePreviousLink(String href) |
void |
writePublished(GregorianCalendar published)
Writes an Atom published tag.
|
void |
writePublished(long published)
Writes an Atom published tag.
|
void |
writeRelationshipsLink(String href) |
void |
writeRelationshipSourceLink(String href) |
void |
writeRelationshipTargetLink(String href) |
void |
writeRelativePathSegment(String relativePathSegment)
Writes a CMIS relativePathSegment tag.
|
void |
writeSelfLink(String href,
String type,
String id) |
void |
writeServiceLink(String href,
String repositoryId) |
void |
writeTitle(String title)
Writes an Atom title tag.
|
void |
writeTypeDownLink(String href,
String type) |
void |
writeTypeUpLink(String href,
String type) |
void |
writeUpdated(GregorianCalendar updated)
Writes an Atom updated tag.
|
void |
writeUpdated(long updated)
Writes an Atom updated tag.
|
void |
writeUpLink(String href,
String type) |
void |
writeVersionHistoryLink(String href) |
void |
writeViaLink(String href) |
void |
writeWorkingCopyLink(String href) |
endDocument, getWriter, setNamespaces, setWriter, startDocument, writeAllCustomNamespace
public void writeId(String id) throws javax.xml.stream.XMLStreamException
public void writeTitle(String title) throws javax.xml.stream.XMLStreamException
public void writeAuthor(String author) throws javax.xml.stream.XMLStreamException
public void writeUpdated(GregorianCalendar updated) throws javax.xml.stream.XMLStreamException
public void writeUpdated(long updated) throws javax.xml.stream.XMLStreamException
public void writePublished(GregorianCalendar published) throws javax.xml.stream.XMLStreamException
public void writePublished(long published) throws javax.xml.stream.XMLStreamException
public void writePathSegment(String pathSegment) throws javax.xml.stream.XMLStreamException
public void writeRelativePathSegment(String relativePathSegment) throws javax.xml.stream.XMLStreamException
public void writeCollection(String href, String collectionType, String text, String... accept) throws javax.xml.stream.XMLStreamException
public void writeLink(String rel, String href, String type, String id) throws javax.xml.stream.XMLStreamException
public void writeServiceLink(String href, String repositoryId) throws javax.xml.stream.XMLStreamException
public void writeSelfLink(String href, String type, String id) throws javax.xml.stream.XMLStreamException
public void writeEnclosureLink(String href) throws javax.xml.stream.XMLStreamException
public void writeEditLink(String href) throws javax.xml.stream.XMLStreamException
public void writeAlternateLink(String href, String type, String kind, String title, BigInteger length) throws javax.xml.stream.XMLStreamException
public void writeWorkingCopyLink(String href) throws javax.xml.stream.XMLStreamException
public void writeUpLink(String href, String type) throws javax.xml.stream.XMLStreamException
public void writeDownLink(String href, String type) throws javax.xml.stream.XMLStreamException
public void writeVersionHistoryLink(String href) throws javax.xml.stream.XMLStreamException
public void writeCurrentVerionsLink(String href) throws javax.xml.stream.XMLStreamException
public void writeEditMediaLink(String href, String type) throws javax.xml.stream.XMLStreamException
public void writeDescribedByLink(String href) throws javax.xml.stream.XMLStreamException
public void writeAllowableActionsLink(String href) throws javax.xml.stream.XMLStreamException
public void writeAclLink(String href) throws javax.xml.stream.XMLStreamException
public void writePoliciesLink(String href) throws javax.xml.stream.XMLStreamException
public void writeRelationshipsLink(String href) throws javax.xml.stream.XMLStreamException
public void writeRelationshipSourceLink(String href) throws javax.xml.stream.XMLStreamException
public void writeRelationshipTargetLink(String href) throws javax.xml.stream.XMLStreamException
public void writeFolderTreeLink(String href) throws javax.xml.stream.XMLStreamException
public void writeTypeUpLink(String href, String type) throws javax.xml.stream.XMLStreamException
public void writeTypeDownLink(String href, String type) throws javax.xml.stream.XMLStreamException
public void writeViaLink(String href) throws javax.xml.stream.XMLStreamException
public void writeFirstLink(String href) throws javax.xml.stream.XMLStreamException
public void writeLastLink(String href) throws javax.xml.stream.XMLStreamException
public void writePreviousLink(String href) throws javax.xml.stream.XMLStreamException
public void writeNextLink(String href) throws javax.xml.stream.XMLStreamException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.