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
S
setDefaultNamespace(String)
- Method in interface javax.xml.stream.
XMLStreamWriter
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
setDefaultNamespace(String)
- Method in interface javax.xml.stream.
XMLEventWriter
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
setEventAllocator(XMLEventAllocator)
- Method in class javax.xml.stream.
XMLInputFactory
Set a user defined event allocator for events
setLocation(Location)
- Method in class javax.xml.stream.
XMLEventFactory
This method allows setting of the Location on each event that is created by this factory.
setNamespaceContext(NamespaceContext)
- Method in interface javax.xml.stream.
XMLStreamWriter
Sets the current namespace context for prefix and uri bindings.
setNamespaceContext(NamespaceContext)
- Method in interface javax.xml.stream.
XMLEventWriter
Sets the current namespace context for prefix and uri bindings.
setParent(XMLEventReader)
- Method in class javax.xml.stream.util.
EventReaderDelegate
Set the parent of this instance.
setParent(XMLStreamReader)
- Method in class javax.xml.stream.util.
StreamReaderDelegate
Set the parent of this instance.
setPrefix(String, String)
- Method in interface javax.xml.stream.
XMLStreamWriter
Sets the prefix the uri is bound to.
setPrefix(String, String)
- Method in interface javax.xml.stream.
XMLEventWriter
Sets the prefix the uri is bound to.
setProperty(String, Object)
- Method in class javax.xml.stream.
XMLOutputFactory
Allows the user to set specific features/properties on the underlying implementation.
setProperty(String, Object)
- Method in class javax.xml.stream.
XMLInputFactory
Allows the user to set specific feature/property on the underlying implementation.
setXMLReporter(XMLReporter)
- Method in class javax.xml.stream.
XMLInputFactory
The reporter that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
setXMLResolver(XMLResolver)
- Method in class javax.xml.stream.
XMLInputFactory
The resolver that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
SPACE
- Static variable in interface javax.xml.stream.
XMLStreamConstants
The characters are white space (see [XML], 2.10 "White Space Handling").
standaloneSet()
- Method in interface javax.xml.stream.
XMLStreamReader
Checks if standalone was set in the document
standaloneSet()
- Method in interface javax.xml.stream.events.
StartDocument
Returns true if the standalone attribute was set in the encoding declaration of the document.
standaloneSet()
- Method in class javax.xml.stream.util.
StreamReaderDelegate
START_DOCUMENT
- Static variable in interface javax.xml.stream.
XMLStreamConstants
Indicates an event is a start document
START_ELEMENT
- Static variable in interface javax.xml.stream.
XMLStreamConstants
Indicates an event is a start element
StartDocument
- interface javax.xml.stream.events.
StartDocument
.
An interface for the start document event
StartElement
- interface javax.xml.stream.events.
StartElement
.
The StartElement interface provides access to information about start elements.
StreamFilter
- interface javax.xml.stream.
StreamFilter
.
This interface declares a simple filter interface that one can create to filter XMLStreamReaders
StreamReaderDelegate
- class javax.xml.stream.util.
StreamReaderDelegate
.
This is the base class for deriving an XMLStreamReader filter This class is designed to sit between an XMLStreamReader and an application's XMLStreamReader.
StreamReaderDelegate()
- Constructor for class javax.xml.stream.util.
StreamReaderDelegate
Construct an empty filter with no parent.
StreamReaderDelegate(XMLStreamReader)
- Constructor for class javax.xml.stream.util.
StreamReaderDelegate
Construct an filter with the specified parent.
SUPPORT_DTD
- Static variable in class javax.xml.stream.
XMLInputFactory
The property that requires the parser to support DTDs
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