|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Content.Type | |
---|---|
org.apache.abdera.ext.rss | |
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.parser.stax | |
org.apache.abdera.util | |
org.apache.abdera.writer |
Uses of Content.Type in org.apache.abdera.ext.rss |
---|
Methods in org.apache.abdera.ext.rss that return Content.Type | |
---|---|
Content.Type |
RssItem.getContentType()
|
Content.Type |
RssContent.getContentType()
|
Methods in org.apache.abdera.ext.rss with parameters of type Content.Type | |
---|---|
Content |
RssItem.setContent(String value,
Content.Type type)
|
Content |
RssContent.setContentType(Content.Type type)
|
Uses of Content.Type in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory with parameters of type Content.Type | |
---|---|
Content |
Factory.newContent(Content.Type type)
Create a new Content element of the given Content.Type. |
Content |
Factory.newContent(Content.Type type,
Element parent)
Create a new Content element of the given Content.Type as a child of the given Element. |
StreamBuilder |
StreamBuilder.startContent(Content.Type type)
|
StreamBuilder |
StreamBuilder.startContent(Content.Type type,
String src)
|
StreamBuilder |
StreamBuilder.writeContent(Content.Type type,
javax.activation.DataHandler value)
|
StreamBuilder |
StreamBuilder.writeContent(Content.Type type,
InputStream value)
|
StreamBuilder |
StreamBuilder.writeContent(Content.Type type,
String value)
|
Uses of Content.Type in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Content.Type | |
---|---|
Content.Type |
Entry.getContentType()
Returns the content type |
Content.Type |
Content.getContentType()
Returns the Content Type |
static Content.Type |
Content.Type.typeFromString(String val)
Return an appropriate Type given the specified @type attribute value |
static Content.Type |
Content.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Content.Type[] |
Content.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.abdera.model with parameters of type Content.Type | |
---|---|
Content |
Entry.setContent(String value,
Content.Type type)
Sets the content for this entry |
Content |
Content.setContentType(Content.Type type)
Set the Content Type |
Uses of Content.Type in org.apache.abdera.parser.stax |
---|
Fields in org.apache.abdera.parser.stax declared as Content.Type | |
---|---|
protected Content.Type |
FOMContent.type
|
Methods in org.apache.abdera.parser.stax that return Content.Type | |
---|---|
Content.Type |
FOMEntry.getContentType()
|
protected Content.Type |
FOMBuilder.getContentType()
|
Content.Type |
FOMContent.getContentType()
|
Methods in org.apache.abdera.parser.stax with parameters of type Content.Type | ||
---|---|---|
Content |
FOMFactory.newContent(Content.Type type)
|
|
Content |
FOMFactory.newContent(Content.Type type,
Element parent)
|
|
Content |
FOMFactory.newContent(QName qname,
Content.Type type,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
|
Content |
FOMEntry.setContent(String value,
Content.Type type)
Sets the content for this entry |
|
Content |
FOMContent.setContentType(Content.Type type)
|
|
|
FOMContent.setText(Content.Type type,
String value)
|
Constructors in org.apache.abdera.parser.stax with parameters of type Content.Type | |
---|---|
FOMContent(Content.Type type)
|
|
FOMContent(Content.Type type,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMFactory factory)
|
|
FOMContent(Content.Type type,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMFactory factory,
org.apache.axiom.om.OMXMLParserWrapper builder)
|
|
FOMContent(QName qname,
Content.Type type,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMFactory factory)
|
|
FOMContent(QName qname,
Content.Type type,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMFactory factory,
org.apache.axiom.om.OMXMLParserWrapper builder)
|
|
FOMContent(String name,
org.apache.axiom.om.OMNamespace namespace,
Content.Type type,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMFactory factory)
|
Uses of Content.Type in org.apache.abdera.util |
---|
Methods in org.apache.abdera.util with parameters of type Content.Type | |
---|---|
StreamWriter |
AbstractStreamWriter.startContent(Content.Type type)
|
StreamWriter |
AbstractStreamWriter.startContent(Content.Type type,
String src)
|
StreamWriter |
AbstractStreamWriter.writeContent(Content.Type type,
javax.activation.DataHandler value)
|
StreamWriter |
AbstractStreamWriter.writeContent(Content.Type type,
InputStream value)
|
StreamWriter |
AbstractStreamWriter.writeContent(Content.Type type,
String value)
|
Uses of Content.Type in org.apache.abdera.writer |
---|
Methods in org.apache.abdera.writer with parameters of type Content.Type | |
---|---|
StreamWriter |
StreamWriter.startContent(Content.Type type)
Start an atom:content element |
StreamWriter |
StreamWriter.startContent(Content.Type type,
String src)
Start an atom:content element |
StreamWriter |
StreamWriter.writeContent(Content.Type type,
javax.activation.DataHandler value)
Write an atom:content element |
StreamWriter |
StreamWriter.writeContent(Content.Type type,
InputStream value)
Write an atom:content element |
StreamWriter |
StreamWriter.writeContent(Content.Type type,
String value)
Write an atom:content element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |