| Package | Description |
|---|---|
| dap4.core.dmr.parser |
| Modifier and Type | Field and Description |
|---|---|
SaxEventType |
SaxEvent.eventtype |
| Modifier and Type | Method and Description |
|---|---|
static SaxEventType |
SaxEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaxEventType[] |
SaxEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SaxEvent(SaxEventType eventtype,
Locator locator) |
SaxEvent(SaxEventType eventtype,
Locator locator,
String name) |
SaxEvent(SaxEventType eventtype,
Locator locator,
String name,
String fullname,
String uri) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.