|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ io overview ] | PREV NEXT | ||||||||
B
- build(File) - Method in class com.sun.syndication.io.SyndFeedInput
- Builds SyndFeedImpl from a file.
- build(Reader) - Method in class com.sun.syndication.io.SyndFeedInput
- Builds SyndFeedImpl from an Reader.
- build(InputSource) - Method in class com.sun.syndication.io.SyndFeedInput
- Builds SyndFeedImpl from an W3C SAX InputSource.
- build(Document) - Method in class com.sun.syndication.io.SyndFeedInput
- Builds SyndFeedImpl from an W3C DOM document.
- build(Document) - Method in class com.sun.syndication.io.SyndFeedInput
- Builds SyndFeedImpl from an JDOM document.
- build(File) - Method in class com.sun.syndication.io.WireFeedInput
- Builds an WireFeed (RSS or Atom) from a file.
- build(Reader) - Method in class com.sun.syndication.io.WireFeedInput
- Builds an WireFeed (RSS or Atom) from an Reader.
- build(InputSource) - Method in class com.sun.syndication.io.WireFeedInput
- Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.
- build(Document) - Method in class com.sun.syndication.io.WireFeedInput
- Builds an WireFeed (RSS or Atom) from an W3C DOM document.
- build(Document) - Method in class com.sun.syndication.io.WireFeedInput
- Builds an WireFeed (RSS or Atom) from an JDOM document.
C
- CHARSET_PATTERN - Static variable in class com.sun.syndication.io.XmlReader
- calculateHttpEncoding(String, String, String, String, String, InputStream, boolean) - Static method in class com.sun.syndication.io.XmlReader
- calculateRawEncoding(String, String, String, InputStream) - Static method in class com.sun.syndication.io.XmlReader
- close() - Method in class com.sun.syndication.io.XmlReader
- Closes the XmlReader stream.
- com.sun.syndication.io - package com.sun.syndication.io
D
- doHttpStream(InputStream, String, boolean) - Method in class com.sun.syndication.io.XmlReader
- doLenientDetection(String, XmlReaderException) - Method in class com.sun.syndication.io.XmlReader
- doRawStream(InputStream, boolean) - Method in class com.sun.syndication.io.XmlReader
E
- EMPTY_INPUTSOURCE - Static variable in class com.sun.syndication.io.WireFeedInput
- ENCODING_PATTERN - Static variable in class com.sun.syndication.io.XmlReader
F
- FEED_PARSERS - Static variable in class com.sun.syndication.io.WireFeedInput
- FeedException - exception com.sun.syndication.io.FeedException.
- Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they can not parse or generate a feed.
- FeedException(String) - Constructor for class com.sun.syndication.io.FeedException
- Creates a FeedException with a message.
- FeedException(String, Throwable) - Constructor for class com.sun.syndication.io.FeedException
- Creates a FeedException with a message and a root cause exception.
G
- GENERATORS - Static variable in class com.sun.syndication.io.WireFeedOutput
- generate(Module, Element) - Method in interface com.sun.syndication.io.ModuleGenerator
- Generates and injectts module metadata in a XML node (JDOM element).
- generate(WireFeed) - Method in interface com.sun.syndication.io.WireFeedGenerator
- Creates an XML document (JDOM) for the given feed bean.
- getBOMEncoding(PushbackInputStream) - Static method in class com.sun.syndication.io.XmlReader
- getBomEncoding() - Method in class com.sun.syndication.io.XmlReaderException
- Returns the BOM encoding found in the InputStream.
- getColumnNumber() - Method in class com.sun.syndication.io.ParsingFeedException
- Returns the column number of the end of the text where the parse error occurred.
- getContentTypeEncoding(String) - Static method in class com.sun.syndication.io.XmlReader
- getContentTypeEncoding() - Method in class com.sun.syndication.io.XmlReaderException
- Returns the encoding in the content-type used to attempt determining the encoding.
- getContentTypeMime(String) - Static method in class com.sun.syndication.io.XmlReader
- getContentTypeMime() - Method in class com.sun.syndication.io.XmlReaderException
- Returns the MIME type in the content-type used to attempt determining the encoding.
- getEncoding() - Method in class com.sun.syndication.io.XmlReader
- Returns the charset encoding of the XmlReader.
- getInputStream() - Method in class com.sun.syndication.io.XmlReaderException
- Returns the unconsumed InputStream to allow the application to do an alternate encoding detection on the InputStream.
- getLineNumber() - Method in class com.sun.syndication.io.ParsingFeedException
- Returns the line number of the end of the text where the parse error occurred.
- getNamespaceUri() - Method in interface com.sun.syndication.io.ModuleGenerator
- Returns the namespace URI this generator handles.
- getNamespaceUri() - Method in interface com.sun.syndication.io.ModuleParser
- Returns the namespace URI this parser handles.
- getNamespaces() - Method in interface com.sun.syndication.io.ModuleGenerator
- Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
- getSupportedFeedTypes() - Static method in class com.sun.syndication.io.WireFeedInput
- Returns the list of supported input feed types.
- getSupportedFeedTypes() - Static method in class com.sun.syndication.io.WireFeedOutput
- Returns the list of supported output feed types.
- getType() - Method in interface com.sun.syndication.io.WireFeedGenerator
- Returns the type of feed the generator creates.
- getType() - Method in interface com.sun.syndication.io.WireFeedParser
- Returns the type of feed the parser handles.
- getXMLGuessEncoding(PushbackInputStream) - Static method in class com.sun.syndication.io.XmlReader
- getXmlEncoding() - Method in class com.sun.syndication.io.XmlReaderException
- Returns the encoding found in the XML prolog of the InputStream.
- getXmlGuessEncoding() - Method in class com.sun.syndication.io.XmlReaderException
- Returns the encoding guess based on the first bytes of the InputStream.
- getXmlHealerOn() - Method in class com.sun.syndication.io.SyndFeedInput
- Indicates if the WiredFeedInput instance will XML heal (if necessary) the character stream.
- getXmlHealerOn() - Method in class com.sun.syndication.io.WireFeedInput
- Indicates if the WiredFeedInput instance will XML heal (if necessary) the character stream.
- getXmlProlog(PushbackInputStream, String) - Static method in class com.sun.syndication.io.XmlReader
H
- HTTP_EX_1 - Static variable in class com.sun.syndication.io.XmlReader
- HTTP_EX_2 - Static variable in class com.sun.syndication.io.XmlReader
- HTTP_EX_3 - Static variable in class com.sun.syndication.io.XmlReader
I
- isAppXml(String) - Static method in class com.sun.syndication.io.XmlReader
- isMyType(Document) - Method in interface com.sun.syndication.io.WireFeedParser
- Inspects an XML Document (JDOM) to check if it can parse it.
- isTextXml(String) - Static method in class com.sun.syndication.io.XmlReader
M
- ModuleGenerator - interface com.sun.syndication.io.ModuleGenerator.
- Injects module metadata into a XML node (JDOM element).
- ModuleParser - interface com.sun.syndication.io.ModuleParser.
- Parses module metadata from a XML node (JDOM element).
O
- output(SyndFeed, File) - Method in class com.sun.syndication.io.SyndFeedOutput
- Creates a File containing with the XML representation for the given SyndFeedImpl.
- output(SyndFeed, Writer) - Method in class com.sun.syndication.io.SyndFeedOutput
- Writes to an Writer the XML representation for the given SyndFeedImpl.
- output(WireFeed, File) - Method in class com.sun.syndication.io.WireFeedOutput
- Creates a File containing with the XML representation for the given WireFeed.
- output(WireFeed, Writer) - Method in class com.sun.syndication.io.WireFeedOutput
- Writes to an Writer the XML representation for the given WireFeed.
- outputJDom(SyndFeed) - Method in class com.sun.syndication.io.SyndFeedOutput
- Creates a JDOM document for the given SyndFeedImpl.
- outputJDom(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
- Creates a JDOM document for the given WireFeed.
- outputString(SyndFeed) - Method in class com.sun.syndication.io.SyndFeedOutput
- Creates a String with the XML representation for the given SyndFeedImpl.
- outputString(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
- Creates a String with the XML representation for the given WireFeed.
- outputW3CDom(SyndFeed) - Method in class com.sun.syndication.io.SyndFeedOutput
- Creates a W3C DOM document for the given SyndFeedImpl.
- outputW3CDom(WireFeed) - Method in class com.sun.syndication.io.WireFeedOutput
- Creates a W3C DOM document for the given WireFeed.
P
- PUSHBACK_MAX_SIZE - Static variable in class com.sun.syndication.io.XmlReader
- ParsingFeedException - exception com.sun.syndication.io.ParsingFeedException.
- Exception thrown by WireFeedInput instance if it can not parse a feed.
- ParsingFeedException(String) - Constructor for class com.sun.syndication.io.ParsingFeedException
- Creates a FeedException with a message.
- ParsingFeedException(String, Throwable) - Constructor for class com.sun.syndication.io.ParsingFeedException
- Creates a FeedException with a message and a root cause exception.
- parse(Element) - Method in interface com.sun.syndication.io.ModuleParser
- Parses the XML node (JDOM element) extracting module information.
- parse(Document, boolean) - Method in interface com.sun.syndication.io.WireFeedParser
- Parses an XML document (JDOM Document) into a feed bean.
- prepareReader(InputStream, String) - Method in class com.sun.syndication.io.XmlReader
R
- RAW_EX_1 - Static variable in class com.sun.syndication.io.XmlReader
- RAW_EX_2 - Static variable in class com.sun.syndication.io.XmlReader
- RESOLVER - Static variable in class com.sun.syndication.io.WireFeedInput
- read(char[], int, int) - Method in class com.sun.syndication.io.XmlReader
- resolveEntity(String, String) - Method in class com.sun.syndication.io.WireFeedInput.EmptyEntityResolver
S
- SyndFeedInput - class com.sun.syndication.io.SyndFeedInput.
- Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument) into an SyndFeedImpl.
- SyndFeedInput() - Constructor for class com.sun.syndication.io.SyndFeedInput
- Creates a SyndFeedInput instance with input validation turned off.
- SyndFeedInput(boolean) - Constructor for class com.sun.syndication.io.SyndFeedInput
- Creates a SyndFeedInput instance.
- SyndFeedOutput - class com.sun.syndication.io.SyndFeedOutput.
- Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document) out of an SyndFeedImpl..
- SyndFeedOutput() - Constructor for class com.sun.syndication.io.SyndFeedOutput
- Creates a SyndFeedOutput instance.
- setXmlHealerOn(boolean) - Method in class com.sun.syndication.io.SyndFeedInput
- Enables XML healing in the WiredFeedInput instance.
- setXmlHealerOn(boolean) - Method in class com.sun.syndication.io.WireFeedInput
- Enables XML healing in the WiredFeedInput instance.
U
- US_ASCII - Static variable in class com.sun.syndication.io.XmlReader
- UTF_16 - Static variable in class com.sun.syndication.io.XmlReader
- UTF_16BE - Static variable in class com.sun.syndication.io.XmlReader
- UTF_16LE - Static variable in class com.sun.syndication.io.XmlReader
- UTF_8 - Static variable in class com.sun.syndication.io.XmlReader
W
- WireFeedGenerator - interface com.sun.syndication.io.WireFeedGenerator.
- Generates an XML document (JDOM) out of a feed for a specific real feed type.
- WireFeedInput - class com.sun.syndication.io.WireFeedInput.
- Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument) into an WireFeed (RSS/Atom).
- WireFeedInput() - Constructor for class com.sun.syndication.io.WireFeedInput
- Creates a WireFeedInput instance with input validation turned off.
- WireFeedInput(boolean) - Constructor for class com.sun.syndication.io.WireFeedInput
- Creates a WireFeedInput instance.
- WireFeedInput.EmptyEntityResolver - class com.sun.syndication.io.WireFeedInput.EmptyEntityResolver.
- WireFeedInput.EmptyEntityResolver() - Constructor for class com.sun.syndication.io.WireFeedInput.EmptyEntityResolver
- WireFeedOutput - class com.sun.syndication.io.WireFeedOutput.
- Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document) out of an WireFeed (RSS/Atom).
- WireFeedOutput() - Constructor for class com.sun.syndication.io.WireFeedOutput
- Creates a FeedOuput instance.
- WireFeedParser - interface com.sun.syndication.io.WireFeedParser.
- Parses an XML document (JDOM) into a feed bean.
X
- XmlReader - class com.sun.syndication.io.XmlReader.
- Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream.
- XmlReader(File) - Constructor for class com.sun.syndication.io.XmlReader
- Creates a Reader for a File.
- XmlReader(InputStream) - Constructor for class com.sun.syndication.io.XmlReader
- Creates a Reader for a raw InputStream.
- XmlReader(InputStream, boolean) - Constructor for class com.sun.syndication.io.XmlReader
- Creates a Reader for a raw InputStream.
- XmlReader(URL) - Constructor for class com.sun.syndication.io.XmlReader
- Creates a Reader using the InputStream of a URL.
- XmlReader(URLConnection) - Constructor for class com.sun.syndication.io.XmlReader
- Creates a Reader using the InputStream of a URLConnection.
- XmlReader(InputStream, String) - Constructor for class com.sun.syndication.io.XmlReader
- Creates a Reader using an InputStream an the associated content-type header.
- XmlReader(InputStream, String, boolean) - Constructor for class com.sun.syndication.io.XmlReader
- Creates a Reader using an InputStream an the associated content-type header.
- XmlReaderException - exception com.sun.syndication.io.XmlReaderException.
- The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
- XmlReaderException(String, String, String, String, InputStream) - Constructor for class com.sun.syndication.io.XmlReaderException
- Creates an exception instance if the charset encoding could not be determined.
- XmlReaderException(String, String, String, String, String, String, InputStream) - Constructor for class com.sun.syndication.io.XmlReaderException
- Creates an exception instance if the charset encoding could not be determined.
_
- _bomEncoding - Variable in class com.sun.syndication.io.XmlReaderException
- _contentTypeEncoding - Variable in class com.sun.syndication.io.XmlReaderException
- _contentTypeMime - Variable in class com.sun.syndication.io.XmlReaderException
- _encoding - Variable in class com.sun.syndication.io.XmlReader
- _feedInput - Variable in class com.sun.syndication.io.SyndFeedInput
- _feedOutput - Variable in class com.sun.syndication.io.SyndFeedOutput
- _is - Variable in class com.sun.syndication.io.XmlReaderException
- _reader - Variable in class com.sun.syndication.io.XmlReader
- _validate - Variable in class com.sun.syndication.io.WireFeedInput
- _xmlEncoding - Variable in class com.sun.syndication.io.XmlReaderException
- _xmlGuessEncoding - Variable in class com.sun.syndication.io.XmlReaderException
- _xmlHealerOn - Variable in class com.sun.syndication.io.WireFeedInput
B C D E F G H I M O P R S U W X _
|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ io overview ] | PREV NEXT | ||||||||