Class IFStructureTreeBuilder.SAXEventRecorder.StartElement

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StartElement​(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void replay​(org.xml.sax.ContentHandler handler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attributes

        private final org.xml.sax.Attributes attributes
    • Constructor Detail

      • StartElement

        private StartElement​(java.lang.String uri,
                             java.lang.String localName,
                             java.lang.String qName,
                             org.xml.sax.Attributes attributes)