Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
N
P
Q
R
S
T
V
W
X
C
CDATA
- Static variable in interface javax.xml.stream.
XMLStreamConstants
Indicates an event is a CDATA section
Characters
- interface javax.xml.stream.events.
Characters
.
This describes the interface to Characters events.
CHARACTERS
- Static variable in interface javax.xml.stream.
XMLStreamConstants
Indicates an event is characters
close()
- Method in interface javax.xml.stream.
XMLStreamWriter
Close this writer and free any resources associated with the writer.
close()
- Method in interface javax.xml.stream.
XMLStreamReader
Frees any resources associated with this Reader.
close()
- Method in interface javax.xml.stream.
XMLEventWriter
Frees any resources associated with this stream
close()
- Method in interface javax.xml.stream.
XMLEventReader
Frees any resources associated with this Reader.
close()
- Method in class javax.xml.stream.util.
StreamReaderDelegate
close()
- Method in class javax.xml.stream.util.
EventReaderDelegate
Comment
- interface javax.xml.stream.events.
Comment
.
An interface for comment events
COMMENT
- Static variable in interface javax.xml.stream.
XMLStreamConstants
Indicates an event is a comment
createAttribute(QName, String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new Attribute
createAttribute(String, String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new Attribute
createAttribute(String, String, String, String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new Attribute
createCData(String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a Characters event with the CData flag set to true
createCharacters(String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a Characters event, this method does not check if the content is all whitespace.
createComment(String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a comment
createDTD(String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a document type definition event This string contains the entire document type declaration that matches the doctypedecl in the XML 1.0 specification
createEndDocument()
- Method in class javax.xml.stream.
XMLEventFactory
Creates a new instance of an EndDocument event
createEndElement(QName, Iterator)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new EndElement
createEndElement(String, String, String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new EndElement
createEndElement(String, String, String, Iterator)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new EndElement
createEntityReference(String, EntityDeclaration)
- Method in class javax.xml.stream.
XMLEventFactory
Creates a new instance of a EntityReference event
createFilteredReader(XMLEventReader, EventFilter)
- Method in class javax.xml.stream.
XMLInputFactory
Create a filtered event reader that wraps the filter around the event reader
createFilteredReader(XMLStreamReader, StreamFilter)
- Method in class javax.xml.stream.
XMLInputFactory
Create a filtered reader that wraps the filter around the reader
createIgnorableSpace(String)
- Method in class javax.xml.stream.
XMLEventFactory
Create an ignorable space
createNamespace(String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new default Namespace
createNamespace(String, String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new Namespace
createProcessingInstruction(String, String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a processing instruction
createSpace(String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a Characters event with the isSpace flag set to true
createStartDocument()
- Method in class javax.xml.stream.
XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String)
- Method in class javax.xml.stream.
XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String)
- Method in class javax.xml.stream.
XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String, boolean)
- Method in class javax.xml.stream.
XMLEventFactory
Creates a new instance of a StartDocument event
createStartElement(QName, Iterator, Iterator)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext)
- Method in class javax.xml.stream.
XMLEventFactory
Create a new StartElement.
createXMLEventReader(InputStream)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(InputStream, String)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(Reader)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(Source)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLEventReader from a JAXP source.
createXMLEventReader(String, InputStream)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(String, Reader)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(XMLStreamReader)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLEventReader from an XMLStreamReader.
createXMLEventWriter(OutputStream)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(OutputStream, String)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(Result)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLEventWriter that writes to a JAXP result.
createXMLEventWriter(Writer)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLEventWriter that writes to a writer
createXMLStreamReader(InputStream)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(InputStream, String)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(Reader)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLStreamReader from a reader
createXMLStreamReader(Source)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLStreamReader from a JAXP source.
createXMLStreamReader(String, InputStream)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(String, Reader)
- Method in class javax.xml.stream.
XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamWriter(OutputStream)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(OutputStream, String)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(Result)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLStreamWriter that writes to a JAXP result.
createXMLStreamWriter(Writer)
- Method in class javax.xml.stream.
XMLOutputFactory
Create a new XMLStreamWriter that writes to a writer
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
N
P
Q
R
S
T
V
W
X