Uses of Class
org.faceless.publisher.type.StylesheetLayer

Packages that use org.faceless.publisher.type.StylesheetLayer
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.StylesheetLayer in org.faceless.publisher.type

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.StylesheetLayer in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.StylesheetLayer
    StylesheetLayer.NONE
    The layer representing a declaration not being declared in a layer.
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.StylesheetLayer in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.StylesheetLayer
    FilterPropertyDeclaration.getLayer()
     
    org.faceless.publisher.type.StylesheetLayer
    PropertyDeclaration.getLayer()
    Return the layer in which this property is defined.
    org.faceless.publisher.type.StylesheetLayer
    StylesheetLayer.getParent()
    Returns the (named) parent of this nested layer, if any.
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.StylesheetLayer in in
    Modifier and Type
    Method
    Description
    boolean
    StylesheetLayer.hasAncestor(org.faceless.publisher.type.StylesheetLayer layer)
    Indicates whether this layer has the specified layer as an ancestor.
    int
    StylesheetLayer.matchName(org.faceless.publisher.type.StylesheetLayer layer)
    Provides the degree of specificity to which this layer matches the given layer.
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.StylesheetLayer in in
    Modifier
    Constructor
    Description
     
    StylesheetLayer(org.faceless.publisher.type.StylesheetLayer parent, String localName)
    Creates a new layer with the given parent and local name.
     
    StylesheetLayer(org.faceless.publisher.type.StylesheetLayer parent, org.faceless.publisher.type.StylesheetLayer child)
    Creates a new fully qualified layer given a context layer and a partially specified layer in an imported stylesheet.