Class ChangeBarEnd

  • All Implemented Interfaces:
    java.lang.Cloneable, Constants

    public class ChangeBarEnd
    extends ChangeBar
    • Constructor Detail

      • ChangeBarEnd

        public ChangeBarEnd​(FONode parent)
        Constructs a new ChangeBarEnd element.
        Parameters:
        parent - The parent node
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        Returns the local name (i.e. without namespace prefix) of the node
        Specified by:
        getLocalName in class FONode
        Returns:
        the local name of this node
      • processNode

        public void processNode​(java.lang.String elementName,
                                org.xml.sax.Locator locator,
                                org.xml.sax.Attributes attlist,
                                PropertyList pList)
                         throws FOPException
        Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.
        Overrides:
        processNode in class ChangeBar
        Parameters:
        elementName - element name (e.g., "fo:block")
        locator - Locator object (ignored by default)
        attlist - Collection of attributes passed to us from the parser.
        pList - the property list of the parent node
        Throws:
        FOPException - for errors or inconsistencies in the attributes