Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
O
P
R
S
T
V
W
R
Reader
- Class in
odml.core
The
Reader
class reads an xml-file, applies the schema, if wanted and provides the tools to extract the stored information.
Reader()
- Constructor for class odml.core.
Reader
Reader(URL[])
- Constructor for class odml.core.
Reader
Constructor
removeEmptyValues()
- Method in class odml.core.
Property
removeMapping()
- Method in class odml.core.
Section
Removes the mappingURL of this section.
removeProperty(String)
- Method in class odml.core.
Section
Removes a property matching with its name from the properties that are stored in this section.
removeProperty(int)
- Method in class odml.core.
Section
Removes the property defined by its index the properties that are stored in this section.
removePropertyMapping()
- Method in class odml.core.
Property
Removes the mapping information from this property.
removeSection(int)
- Method in class odml.core.
Section
Removes the subsection at the given index.
removeSection(Section)
- Method in class odml.core.
Section
Deletes a section from the tree.
removeSection(String)
- Method in class odml.core.
Section
Removes the first subsection that matches the specified name.
removeValue(Object)
- Method in class odml.core.
Property
Removes a certain value from this property.
removeValue(int)
- Method in class odml.core.
Property
Removes the value at the specified index from the property.
resolveAllLinks()
- Method in class odml.core.
Section
Cycles through all subsections and resolves all links.
resolveLink()
- Method in class odml.core.
Section
Ask this section to follow its links and to resolve it.
resolveLinks()
- Method in class odml.core.
Reader
Resolves all links that are stored in the tree.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
O
P
R
S
T
V
W