Uses of Interface
org.faceless.publisher.type.AbstractNode

Packages that use org.faceless.publisher.type.AbstractNode
Package
Description
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Provides the classes used to write output to PDF
Provides the classes used to write output to SVG
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.AbstractNode in org.faceless.publisher.output

    Methods in org.faceless.publisher.output that return org.faceless.publisher.type.AbstractNode in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.AbstractNode
    Box.getAbstractNode()
    Returns the source node that caused this box to be generated, if any.
    org.faceless.publisher.type.AbstractNode
    IsolatedContext.getNode()
     
    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.AbstractNode in in
    Modifier and Type
    Method
    Description
    BitmapCanvas.addLinkSources(org.faceless.publisher.type.AbstractNode node, SimplePath path)
     
    ReportCanvas.addLinkSources(org.faceless.publisher.type.AbstractNode node, SimplePath shape)
    Check the bfo-layer and add whatever actions are appropriate for this element to this canvas/report
    ReportCanvasFilter.addLinkSources(org.faceless.publisher.type.AbstractNode node, SimplePath shape)
     
    void
    BitmapCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
    void
    ReportCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
    Open a tag
    void
    ReportCanvasFilter.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
    static org.faceless.publisher.output.IsolatedContext
    IsolatedContext.getInstance(org.faceless.publisher.type.AbstractNode node, org.faceless.publisher.type.CSSStyle style, boolean replaced, boolean oldsvg)
    If the supplied Style would generated an isolated context, return a new IsolatedContext, otherwise return null
    org.faceless.publisher.output.LinkTarget
    LinkTargetMap.register(org.faceless.publisher.type.AbstractNode node)
    Find (possibiy creating) a LinkTarget for the specified node, or return null if the node has no id.
  • Uses of org.faceless.publisher.type.AbstractNode in org.faceless.publisher.output.pdf

    Methods in org.faceless.publisher.output.pdf with parameters of type org.faceless.publisher.type.AbstractNode in in
    Modifier and Type
    Method
    Description
    PDFReportCanvas.addLinkSources(org.faceless.publisher.type.AbstractNode node, SimplePath shape)
     
    void
    PDFReportCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
  • Uses of org.faceless.publisher.type.AbstractNode in org.faceless.publisher.output.svg

    Methods in org.faceless.publisher.output.svg with parameters of type org.faceless.publisher.type.AbstractNode in in
    Modifier and Type
    Method
    Description
    SVGReportCanvas.addLinkSources(org.faceless.publisher.type.AbstractNode node, SimplePath path)
     
    void
    SVGReportCanvas.beginTag(org.faceless.publisher.type.TagType tag, Map<String,Object> atts, org.faceless.publisher.type.AbstractNode node)
     
  • Uses of org.faceless.publisher.type.AbstractNode in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.AbstractNode in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.AbstractNode
    PageMaster.generateBoxes(org.faceless.publisher.type.NodeEventListener generator, org.faceless.publisher.output.Box root)
    Generate the boxes for the various page margin content boxes to the specified BoxGenerator.
    default org.faceless.publisher.type.AbstractNode
    AbstractNode.getAbstractNodeParent()
    This is a temporary method until we switch nodes across to using a tree
    org.faceless.publisher.type.AbstractNode
    ContentOutput.ContentOutputIterator.getNode()
    Return the current item as a Node
    org.faceless.publisher.type.AbstractNode
    Metadata.getNode()
     
    org.faceless.publisher.type.AbstractNode
    NodeEvent.getNode()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.AbstractNode in in
    Modifier and Type
    Method
    Description
    default int
    AbstractNode.compareTo(org.faceless.publisher.type.AbstractNode node)
     
    static Object
    TagAttribute.copy(String key, org.faceless.publisher.type.AbstractNode node, int pageNumber)
    Return a value that should be used if the attribute value is "copy".
    org.faceless.publisher.type.ReplacedContent
    StyleListener.elementStyled(org.faceless.publisher.type.AbstractNode node, org.faceless.publisher.type.CSSStyle style)
    This method will be called by the DoucmentSink when the currently opened Element has a style associated with it.
    Quotes.get(int i, org.faceless.publisher.type.AbstractNode n)
    Retrieve the quotes at this index
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.AbstractNode in in
    Modifier
    Constructor
    Description
     
    Metadata(org.faceless.publisher.type.AbstractNode node)
     
     
    NodeEvent(org.faceless.publisher.type.AbstractNode node, boolean open)