|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GOMAttribute | |
|---|---|
| org.apache.lucene.gdata.gom.core | |
| org.apache.lucene.gdata.gom.core.utils | |
| org.apache.lucene.gdata.gom.writer | |
| Uses of GOMAttribute in org.apache.lucene.gdata.gom.core |
|---|
| Classes in org.apache.lucene.gdata.gom.core that implement GOMAttribute | |
|---|---|
class |
GOMAttributeImpl
|
| Fields in org.apache.lucene.gdata.gom.core with type parameters of type GOMAttribute | |
|---|---|
protected List<GOMAttribute> |
AbstractGOMElement.extensionAttributes
atomCommonAttributes undefinedAttribute* |
| Methods in org.apache.lucene.gdata.gom.core that return types with arguments of type GOMAttribute | |
|---|---|
List<GOMAttribute> |
ArbitraryGOMXml.getAttributes()
this method will never return null |
protected List<GOMAttribute> |
AbstractGOMElement.getXmlNamespaceAttributes()
|
| Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMAttribute | |
|---|---|
protected void |
AbstractGOMElement.addAttribute(GOMAttribute aAttribute)
|
| Uses of GOMAttribute in org.apache.lucene.gdata.gom.core.utils |
|---|
| Methods in org.apache.lucene.gdata.gom.core.utils that return GOMAttribute | |
|---|---|
static GOMAttribute |
GOMUtils.buildAtomAttribute(String aValue,
String aName)
Builds a atom namespace attribute |
static GOMAttribute |
GOMUtils.buildDefaultNamespaceAttribute(String aValue,
String aName)
|
static GOMAttribute |
GOMUtils.buildXMLNamespaceAttribute(String aValue,
String aName)
|
static GOMAttribute |
GOMUtils.getAttributeByContentType(ContentType type)
|
static GOMAttribute |
GOMUtils.getAttributeByContentTypeDefaultNs(ContentType type)
|
| Uses of GOMAttribute in org.apache.lucene.gdata.gom.writer |
|---|
| Methods in org.apache.lucene.gdata.gom.writer with parameters of type GOMAttribute | |
|---|---|
void |
GOMOutputWriter.writeAttribute(GOMAttribute attribute)
writes a attribute with the attribute namespace Uri |
void |
GOMStaxWriter.writeAttribute(GOMAttribute attribute)
|
void |
GOMOutputWriter.writeSimpleXMLElement(javax.xml.namespace.QName aName,
String aValue,
GOMAttribute aAttribute)
Writes a simple element with full namespace |
void |
GOMStaxWriter.writeSimpleXMLElement(javax.xml.namespace.QName aName,
String aValue,
GOMAttribute aAttribute)
|
void |
GOMOutputWriter.writeSimpleXMLElement(String aName,
String aValue,
GOMAttribute aAttribute)
Writes a simple element with full namespace |
void |
GOMStaxWriter.writeSimpleXMLElement(String aName,
String aValue,
GOMAttribute aAttribute)
|
void |
GOMOutputWriter.writeStartElement(String aName,
GOMAttribute aAttribute)
|
void |
GOMStaxWriter.writeStartElement(String aName,
GOMAttribute aAttribute)
|
| Method parameters in org.apache.lucene.gdata.gom.writer with type arguments of type GOMAttribute | |
|---|---|
void |
GOMOutputWriter.writeSimpleXMLElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList,
String aValue)
Writes a simple element with full namespace |
void |
GOMStaxWriter.writeSimpleXMLElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList,
String aValue)
|
void |
GOMOutputWriter.writeSimpleXMLElement(String aName,
List<GOMAttribute> aList,
String aValue)
Writes a simple element with default namespace |
void |
GOMStaxWriter.writeSimpleXMLElement(String aName,
List<GOMAttribute> aList,
String aValue)
|
void |
GOMOutputWriter.writeStartElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList)
|
void |
GOMStaxWriter.writeStartElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList)
|
void |
GOMOutputWriter.writeStartElement(String aName,
List<GOMAttribute> aList)
|
void |
GOMStaxWriter.writeStartElement(String aName,
List<GOMAttribute> aList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||