public interface DirectionalityFinder
Modifier and Type | Method and Description |
---|---|
int |
findDirectionality(Node node,
int fallback)
Determine the directionality of specified node.
|
boolean |
isDirectionalityAttribute(Name attrName)
Tests whether attribute having specified name is used to
determine the directionality of an element.
|
boolean isDirectionalityAttribute(Name attrName)
true
for dir
.int findDirectionality(Node node, int fallback)