Class DOCXEngine.DocumentRelationshipProcess

java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.nomagic.magicreport.engine.velocity.DOCXEngine.DocumentRelationshipProcess
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
DOCXEngine

public static class DOCXEngine.DocumentRelationshipProcess extends DefaultHandler
Handle document relationship
Since:
July 19, 2017
  • Constructor Details

    • DocumentRelationshipProcess

      public DocumentRelationshipProcess(DocumentInfo documentInfo)
  • Method Details

    • startElement

      public void startElement(String namespaceURI, String localName, String qName, Attributes attributes) throws SAXException
      Receive notification of the start of an element.
      Specified by:
      startElement in interface ContentHandler
      Overrides:
      startElement in class DefaultHandler
      Parameters:
      namespaceURI - The Namespace URI, or the empty string if the element has no Namespace URI or if Namespace processing is not being performed.
      localName - The local name (without prefix), or the empty string if Namespace processing is not being performed.
      qName - The qualified name (with prefix), or the empty string if qualified names are not available.
      attributes - The attributes attached to the element. If there are no attributes, it shall be an empty Attributes object.
      Throws:
      SAXException - Any SAX exception, possibly wrapping another exception.
    • writeAttributes

      protected void writeAttributes(Attributes attributes)