public interface SaxExpression<V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
end(String nameSpaceUri,
String localName,
int depth,
String text) |
Optional<V> |
getValue() |
void |
reset() |
void |
start(String nameSpaceUri,
String localName,
int depth,
Attributes attributes) |
Copyright © 2013–2017 shadowhunt. All rights reserved.