| Package | Description |
|---|---|
| umich.ms.util.xml |
| Modifier and Type | Method and Description |
|---|---|
static TAG_TYPE |
TAG_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAG_TYPE[] |
TAG_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OffsetLength |
XmlUtils.locate(String tag1,
TAG_TYPE tag1Type,
POSITION tag1Loc,
String tag2,
TAG_TYPE tag2Type,
POSITION tag2Loc,
long maxOffset,
InputStream is)
Deprecated.
Try using
XmlUtils.locate(List, List, InputStream, long).
This method uses an XML parser internally, so it's 1) slower than the other method
2) it's reporting of locations is in Characters, not Bytes! |
Copyright © 2017. All rights reserved.