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
I
IS_COALESCING
- Static variable in class javax.xml.stream.
XMLInputFactory
The property that requires the parser to coalesce adjacent character data sections
IS_NAMESPACE_AWARE
- Static variable in class javax.xml.stream.
XMLInputFactory
The property used to turn on/off namespace support, this is to support XML 1.0 documents, only the true setting must be supported
IS_REPAIRING_NAMESPACES
- Static variable in class javax.xml.stream.
XMLOutputFactory
Property used to set prefix defaulting on the output side
IS_REPLACING_ENTITY_REFERENCES
- Static variable in class javax.xml.stream.
XMLInputFactory
Requires the parser to replace internal entity references with their replacement text and report them as characters
IS_SUPPORTING_EXTERNAL_ENTITIES
- Static variable in class javax.xml.stream.
XMLInputFactory
The property that requires the parser to resolve external parsed entities
IS_VALIDATING
- Static variable in class javax.xml.stream.
XMLInputFactory
The property used to turn on/off implementation specific validation
isAttribute()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is an Attribute.
isAttributeSpecified(int)
- Method in interface javax.xml.stream.
XMLStreamReader
Returns a boolean which indicates if this attribute was created by default
isAttributeSpecified(int)
- Method in class javax.xml.stream.util.
StreamReaderDelegate
isCData()
- Method in interface javax.xml.stream.events.
Characters
Returns true if this is a CData section.
isCharacters()
- Method in interface javax.xml.stream.
XMLStreamReader
Returns true if the cursor points to a character data event
isCharacters()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is Characters.
isCharacters()
- Method in class javax.xml.stream.util.
StreamReaderDelegate
isDefaultNamespaceDeclaration()
- Method in interface javax.xml.stream.events.
Namespace
returns true if this attribute declares the default namespace
isEndDocument()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is an EndDocument.
isEndElement()
- Method in interface javax.xml.stream.
XMLStreamReader
Returns true if the cursor points to an end tag (otherwise false)
isEndElement()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is a EndElement.
isEndElement()
- Method in class javax.xml.stream.util.
StreamReaderDelegate
isEntityReference()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is an EntityReference.
isIgnorableWhiteSpace()
- Method in interface javax.xml.stream.events.
Characters
Return true if this is ignorableWhiteSpace.
isNamespace()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is a Namespace.
isProcessingInstruction()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is a ProcessingInstruction.
isPropertySupported(String)
- Method in class javax.xml.stream.
XMLOutputFactory
Query the set of properties that this factory supports.
isPropertySupported(String)
- Method in class javax.xml.stream.
XMLInputFactory
Query the set of properties that this factory supports.
isSpecified()
- Method in interface javax.xml.stream.events.
Attribute
A flag indicating whether this attribute was actually specified in the start-tag of its element, or was defaulted from the schema.
isStandalone()
- Method in interface javax.xml.stream.
XMLStreamReader
Get the standalone declaration from the xml declaration
isStandalone()
- Method in interface javax.xml.stream.events.
StartDocument
Returns if this XML is standalone
isStandalone()
- Method in class javax.xml.stream.util.
StreamReaderDelegate
isStartDocument()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is a StartDocument.
isStartElement()
- Method in interface javax.xml.stream.
XMLStreamReader
Returns true if the cursor points to a start tag (otherwise false)
isStartElement()
- Method in interface javax.xml.stream.events.
XMLEvent
A utility function to check if this event is a StartElement.
isStartElement()
- Method in class javax.xml.stream.util.
StreamReaderDelegate
isWhiteSpace()
- Method in interface javax.xml.stream.
XMLStreamReader
Returns true if the cursor points to a character data event that consists of all whitespace
isWhiteSpace()
- Method in interface javax.xml.stream.events.
Characters
Returns true if this set of Characters is all whitespace.
isWhiteSpace()
- Method in class javax.xml.stream.util.
StreamReaderDelegate
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