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

Packages that use org.faceless.publisher.type.AbstractTreeNode
Package
Description
Provides the main classes for BFO Publisher
Provides the classes and interfaces used for loading external resources
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.AbstractTreeNode in org.faceless.publisher

    Methods in org.faceless.publisher that return org.faceless.publisher.type.AbstractTreeNode in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.AbstractTreeNode
    Document.getElement(URL2 uri)
    Retrieve an element from this document.
    org.faceless.publisher.type.AbstractTreeNode
    Document.getRoot()
     
    Methods in org.faceless.publisher with parameters of type org.faceless.publisher.type.AbstractTreeNode in in
    Modifier and Type
    Method
    Description
    void
    Document.putElement(URL2 uri, org.faceless.publisher.type.AbstractTreeNode node)
    Store an element.
    void
    Document.setRoot(org.faceless.publisher.type.AbstractTreeNode node)
     
  • Uses of org.faceless.publisher.type.AbstractTreeNode in org.faceless.publisher.resource

    Methods in org.faceless.publisher.resource with parameters of type org.faceless.publisher.type.AbstractTreeNode in in
    Modifier and Type
    Method
    Description
    NodeResourceLoader.load(ResourceDescriptor d, URL2 uri, org.faceless.publisher.type.AbstractTreeNode node, org.faceless.publisher.Document document)
    Attempt to load a Resource from the specified AbstractTreeNode.
    SVGInternalResourceLoader.load(ResourceDescriptor d, URL2 uri, org.faceless.publisher.type.AbstractTreeNode node, org.faceless.publisher.Document document)
     
    boolean
    NodeResourceLoader.supports(ResourceDescriptor d, org.faceless.publisher.type.AbstractTreeNode node)
    Return true if this NodeResourceLoader can load the requested descriptor from this node
    boolean
    SVGInternalResourceLoader.supports(ResourceDescriptor d, org.faceless.publisher.type.AbstractTreeNode node)
     
  • Uses of org.faceless.publisher.type.AbstractTreeNode in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.AbstractTreeNode in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.AbstractTreeNode
    AbstractNode.getAbstractTreeNode()
    Return the AbstractTreeNode this AbstractNode represents In most cases, this will simply return this object cast to an AbstractTreeNode.
    org.faceless.publisher.type.AbstractTreeNode
    AbstractTreeNode.getFirstChildNode()
    Return the first child of this Node
    org.faceless.publisher.type.AbstractTreeNode
    AbstractTreeNode.getNextSibling()
    Return the previous sibling of this Node
    org.faceless.publisher.type.AbstractTreeNode
    AbstractTreeNode.getParent()
    Return the parent of this node, or null if we're the tree root
    org.faceless.publisher.type.AbstractTreeNode
    AbstractTreeNode.getPreviousSibling()
    Return the previous sibling of this Node
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.AbstractTreeNode in in
    Modifier and Type
    Method
    Description
    Collection<org.faceless.publisher.type.AbstractTreeNode>
    ColumnMembership.getColumns()
    Return a collection of column elements that the Node represented by this ColumnMembership "belongs to".
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.AbstractTreeNode in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.SVGPaintServer
    SVGPaintServer.getInstance(org.faceless.publisher.type.AbstractTreeNode node)