Class AFPIncludeFormMap

    • Field Detail

      • ATT_SRC

        protected static final java.lang.String ATT_SRC
        src attribute containing the URI to the form map resource
        See Also:
        Constant Field Values
      • src

        protected java.net.URI src
        the URI identifying the form map resource.
    • Constructor Detail

      • AFPIncludeFormMap

        public AFPIncludeFormMap()
        Default constructor.
    • Method Detail

      • getSrc

        public java.net.URI getSrc()
        Returns the URI of the form map.
        Returns:
        the form map URI
      • setSrc

        public void setSrc​(java.net.URI value)
        Sets the URI of the form map.
        Parameters:
        value - the form map URI
      • toSAX

        public void toSAX​(org.xml.sax.ContentHandler handler)
                   throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object