org.apache.lucene.gdata.gom
Interface GOMUpdated
- All Superinterfaces:
- AtomParser, GOMDateConstruct, GOMElement, GOMXmlEntity
- All Known Implementing Classes:
- GOMUpdatedImpl
public interface GOMUpdated
- extends GOMDateConstruct
The "atom:updated" element is a Date construct indicating the most recent
instant in time when an entry or feed was modified in a way the publisher
considers significant. Therefore, not all modifications necessarily result in
a changed atom:updated value.
atomUpdated = element atom:updated { atomDateConstruct}
- Author:
- Simon Willnauer
- See Also:
GOMDateConstruct
Fields inherited from interface org.apache.lucene.gdata.gom.core.AtomParser |
DUPLICATE_ATTRIBUTE, DUPLICATE_ELEMENT, DUPLICATE_ELEMENT_VALUE, INVALID_ATTRIBUTE, INVALID_ELEMENT_VALUE, MISSING_ELEMENT_ATTRIBUTE, MISSING_ELEMENT_CHILD, MISSING_ELEMENT_VALUE, MISSING_ELEMENT_VALUE_PLAIN, UNEXPECTED_ATTRIBUTE, UNEXPECTED_ELEMENT, UNEXPECTED_ELEMENT_CHILD, UNEXPECTED_ELEMENT_VALUE, URECOGNIZED_ELEMENT_CHILD |
LOCALNAME
static final String LOCALNAME
- Atom local name for the xml element
- See Also:
- Constant Field Values
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.