| Package | Description |
|---|---|
| umich.ms.util.xml |
| Modifier and Type | Method and Description |
|---|---|
static POSITION |
POSITION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static POSITION[] |
POSITION.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! |
| Modifier and Type | Method and Description |
|---|---|
static List<Long> |
XmlUtils.locate(List<byte[]> targets,
List<POSITION> locations,
InputStream is,
long maxOffset)
Locates specific sequences of bytes in the input stream.
|
Copyright © 2017. All rights reserved.