Uses of Interface
de.infinityloop.upcast.UpcastStyle

Packages that use UpcastStyle
de.infinityloop.upcast.treeprocess   
 

Uses of UpcastStyle in de.infinityloop.upcast.treeprocess
 

Methods in de.infinityloop.upcast.treeprocess that return UpcastStyle
protected  UpcastStyle SectionProcessorBase.getBaseStyle(org.w3c.dom.Element elem)
          retrieves the base style of an element of the internal document tree.
protected  UpcastStyle SectionProcessorBase.getOverrideStyle(org.w3c.dom.Element elem)
          retrieves the override style of an element of the internal document tree.
protected  UpcastStyle SectionProcessorBase.mergeStyles(UpcastStyle baseStyle, UpcastStyle overrideStyle)
          Merges the base style and the override style into one representing the actual valid combination of properties.
 

Methods in de.infinityloop.upcast.treeprocess with parameters of type UpcastStyle
protected  int SectionProcessorBase.checkParagraph(org.w3c.dom.Element par, UpcastStyle baseStyle, UpcastStyle overrideStyle)
          This is the only method you need to implement.
protected  UpcastStyle SectionProcessorBase.mergeStyles(UpcastStyle baseStyle, UpcastStyle overrideStyle)
          Merges the base style and the override style into one representing the actual valid combination of properties.