public class StyleTree extends Object
Modifier and Type | Class and Description |
---|---|
class |
StyleTree.AugmentedStyle |
Constructor and Description |
---|
StyleTree(Set<String> stylesInUse,
Map<String,Style> allStyles)
Build a StyleTree for stylesInUse.
|
Modifier and Type | Method and Description |
---|---|
Tree<StyleTree.AugmentedStyle> |
getCharacterStylesTree() |
static String |
getHtmlClassAttributeValue(Tree<StyleTree.AugmentedStyle> tree,
Node<StyleTree.AugmentedStyle> n) |
Tree<StyleTree.AugmentedStyle> |
getParagraphStylesTree() |
Tree<StyleTree.AugmentedStyle> |
getTableStylesTree() |
static void |
main(String[] args) |
public Tree<StyleTree.AugmentedStyle> getTableStylesTree()
public Tree<StyleTree.AugmentedStyle> getParagraphStylesTree()
public Tree<StyleTree.AugmentedStyle> getCharacterStylesTree()
public static String getHtmlClassAttributeValue(Tree<StyleTree.AugmentedStyle> tree, Node<StyleTree.AugmentedStyle> n)
Copyright © 2007-2014. All Rights Reserved.