All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static Element |
elementOrRoot(NodeIterator iter) |
static Element |
findElementById(Tree tree,
String id) |
static String |
formatConkeyref(NodeIterator nodeIter) |
static String |
formatKeyref(NodeIterator nodeIter) |
static URL |
getHref(Element element,
boolean omitIdIfRootTopic) |
static KeyDefinitions |
getKeyDefinitions(Node node) |
static Element |
getMap(Node node) |
static Element |
getNavtitleElement(Element topicref) |
static String |
getNavtitleText(Element topicref) |
static NodeIterator |
getTopicAncestor(NodeIterator nodeIter) |
static Element |
getTopicmetaElement(Element topicref) |
static NodeIterator |
getTopicNavtitle(NodeIterator nodeIter) |
static String |
getUniqueId(Element element,
Element[] topicElement) |
static String |
getUniqueId(NodeIterator nodeIter) |
static boolean |
hasClass(Element element,
String name) |
static boolean |
hasClass(NodeIterator nodeIter,
String name) |
static boolean |
hasLocktitle(Element topicref) |
static boolean |
isTopic(Element element) |
static boolean |
isTopicElement(NodeIterator nodeIter) |
static boolean |
isValidId(String id,
String[] split) |
static boolean |
isValidKey(String s) |
static String |
joinHref(String path,
String topicId,
String elementId) |
static String |
joinKeyref(String key,
String id) |
static Element |
lookupTopic(Node node,
String[] topicId) |
static String |
resolveFragment(String href,
NodeIterator nodeIter) |
static String |
resolveKey(String key,
Node node) |
static String |
resolveKeyRef(String keyref,
NodeIterator nodeIter) |
static boolean |
splitHref(String href,
String[] split) |
static boolean |
splitKeyref(String keyref,
KeyRef result) |