Class DefaultXBLManager.XBLRecord

java.lang.Object
io.sf.carte.echosvg.bridge.svg12.DefaultXBLManager.XBLRecord
Enclosing class:
DefaultXBLManager

protected class DefaultXBLManager.XBLRecord extends Object
XBL record.
  • Field Details

    • node

      public Node node
      The node.
    • childNodes

      The xblChildNodes NodeList for this node.
    • scopedChildNodes

      public DefaultXBLManager.XblScopedChildNodes scopedChildNodes
      The xblScopedChildNodes NodeList for this node.
    • contentElement

      public XBLOMContentElement contentElement
      The content element which caused this node to appear in the flattened tree.
    • definitionElement

      public XBLOMDefinitionElement definitionElement
      The definition element that applies to this element.
    • boundElement

      public BindableElement boundElement
      The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.
    • linksValid

      public boolean linksValid
      Whether the next/previous links are valid.
    • nextSibling

      public Node nextSibling
      The following sibling in the flattened tree.
    • previousSibling

      public Node previousSibling
      The previous sibling in the flattened tree.
  • Constructor Details

    • XBLRecord

      protected XBLRecord()