public class Pml extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
Pml.TokenReader |
Constructor and Description |
---|
Pml() |
Modifier and Type | Method and Description |
---|---|
Pml |
add(double value) |
Pml |
add(int value) |
Pml |
add(Pml value) |
Pml |
add(String value) |
Iterable<?> |
attributes() |
Pml |
del(int index) |
Pml |
del(String name) |
boolean |
getBoolean(int index) |
boolean |
getBoolean(int index,
boolean value) |
boolean |
getBoolean(String name) |
boolean |
getBoolean(String name,
boolean value) |
Pml |
getChild(int index) |
Pml |
getChild(String name) |
int |
getCount() |
double |
getDecimal(int index) |
double |
getDecimal(int index,
double value) |
double |
getDecimal(String name) |
double |
getDecimal(String name,
double value) |
int |
getInteger(int index) |
int |
getInteger(int index,
int value) |
int |
getInteger(String name) |
int |
getInteger(String name,
int value) |
Object |
getObject(int index) |
Object |
getObject(String name) |
Pml |
getParent() |
int |
getSize() |
String |
getString(int index) |
String |
getString(int index,
String value) |
String |
getString(String name) |
String |
getString(String name,
String value) |
String |
getTag() |
boolean |
isDefined(int index) |
boolean |
isDefined(String name) |
Pml |
load(String location) |
Pml |
load(String location,
boolean utf8) |
Pml |
load(String location,
String format) |
Pml |
load(String location,
String format,
boolean utf8) |
static void |
main(String[] usage) |
Pml |
reset(Pml pml) |
Pml |
reset(String value) |
Pml |
reset(String[] usage) |
Pml |
reset(String value,
String format) |
Pml |
save(String location) |
Pml |
save(String location,
String format) |
Pml |
set(int index,
boolean value) |
Pml |
set(int index,
double value) |
Pml |
set(int index,
int value) |
Pml |
set(int index,
Object value) |
Pml |
set(int index,
String value) |
Pml |
set(Pml pml) |
Pml |
set(Properties pml) |
Pml |
set(String name,
boolean value) |
Pml |
set(String name,
double value) |
Pml |
set(String name,
int value) |
Pml |
set(String name,
Object value) |
Pml |
set(String name,
String value) |
protected Pml |
setTag(String value) |
Properties |
toProperties() |
String |
toString() |
String |
toString(String format) |
public final String getTag()
public final Pml getParent()
public final boolean isDefined(String name)
public final boolean isDefined(int index)
public final Pml getChild(int index)
public final Object getObject(int index)
public final String getString(int index)
public final double getDecimal(String name, double value)
public final double getDecimal(int index, double value)
public final double getDecimal(String name)
public final double getDecimal(int index)
public final int getInteger(String name, int value)
public final int getInteger(int index, int value)
public final int getInteger(String name)
public final int getInteger(int index)
public final boolean getBoolean(String name, boolean value)
public final boolean getBoolean(int index, boolean value)
public final boolean getBoolean(String name)
public final boolean getBoolean(int index)
public final Pml set(int index, double value)
public final Pml set(int index, int value)
public final Pml set(int index, boolean value)
public final Pml del(int index)
public final Pml add(double value)
public final Pml add(int value)
public final Pml set(Properties pml)
public int getCount()
public int getSize()
public final Iterable<?> attributes()
public final Properties toProperties()
public static void main(String[] usage)
Copyright © 2024. All rights reserved.