|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GOMNamespace | |
---|---|
org.apache.lucene.gdata.gom | |
org.apache.lucene.gdata.gom.core | |
org.apache.lucene.gdata.gom.core.extension | |
org.apache.lucene.gdata.gom.writer |
Uses of GOMNamespace in org.apache.lucene.gdata.gom |
---|
Fields in org.apache.lucene.gdata.gom declared as GOMNamespace | |
---|---|
static GOMNamespace |
GOMNamespace.ATOM_NAMESPACE
ATOM namespace |
static GOMNamespace |
GOMNamespace.OPENSEARCH_NAMESPACE
Amazon "opensearch" namespace |
Methods in org.apache.lucene.gdata.gom that return GOMNamespace | |
---|---|
GOMNamespace |
GOMFeed.getDefaultNamespace()
|
GOMNamespace |
GOMEntry.getDefaultNamespace()
|
Methods in org.apache.lucene.gdata.gom that return types with arguments of type GOMNamespace | |
---|---|
List<GOMNamespace> |
GOMFeed.getNamespaces()
|
List<GOMNamespace> |
GOMEntry.getNamespaces()
|
Methods in org.apache.lucene.gdata.gom with parameters of type GOMNamespace | |
---|---|
void |
GOMFeed.addNamespace(GOMNamespace aNamespace)
this class can contain namespaces which will be rendered into the start element. |
void |
GOMEntry.addNamespace(GOMNamespace aNamespace)
|
Uses of GOMNamespace in org.apache.lucene.gdata.gom.core |
---|
Fields in org.apache.lucene.gdata.gom.core with type parameters of type GOMNamespace | |
---|---|
protected List<GOMNamespace> |
GOMEntryImpl.namespaces
|
Methods in org.apache.lucene.gdata.gom.core that return GOMNamespace | |
---|---|
GOMNamespace |
GOMEntryImpl.getDefaultNamespace()
|
Methods in org.apache.lucene.gdata.gom.core that return types with arguments of type GOMNamespace | |
---|---|
List<GOMNamespace> |
GOMEntryImpl.getNamespaces()
|
Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMNamespace | |
---|---|
void |
GOMEntryImpl.addNamespace(GOMNamespace aNamespace)
|
Constructors in org.apache.lucene.gdata.gom.core with parameters of type GOMNamespace | |
---|---|
SimpleGOMElementImpl(String aLocalName,
GOMNamespace aNamespace)
|
Uses of GOMNamespace in org.apache.lucene.gdata.gom.core.extension |
---|
Methods in org.apache.lucene.gdata.gom.core.extension that return types with arguments of type GOMNamespace | |
---|---|
List<GOMNamespace> |
GOMExtensionFactory.getNamespaces()
|
Uses of GOMNamespace in org.apache.lucene.gdata.gom.writer |
---|
Methods in org.apache.lucene.gdata.gom.writer with parameters of type GOMNamespace | |
---|---|
void |
GOMOutputWriter.writeDefaultNamespace(GOMNamespace aNameSpace)
|
void |
GOMStaxWriter.writeDefaultNamespace(GOMNamespace aNameSpace)
|
void |
GOMOutputWriter.writeNamespace(GOMNamespace aNameSpace)
|
void |
GOMStaxWriter.writeNamespace(GOMNamespace aNameSpace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |