Class PersistenceContentHandler

    • Method Detail

      • setDocumentLocator

        public void  locator)
        Specified by:
         in interface 
      • startDocument

        public void startDocument()
                           throws 
        Specified by:
         in interface 
        Throws:
      • endDocument

        public void endDocument()
                         throws 
        Specified by:
         in interface 
        Throws:
      • startPrefixMapping

        public void  prefix,
                                        uri)
                                throws 
        Specified by:
         in interface 
        Throws:
      • endPrefixMapping

        public void  prefix)
                              throws 
        Specified by:
         in interface 
        Throws:
      • startElement

        public void  namespaceURI,
                                  localName,
                                  qName,
                                  atts)
                          throws 
        Specified by:
         in interface 
        Throws:
      • endElement

        public void  namespaceURI,
                                localName,
                                qName)
                        throws 
        Specified by:
         in interface 
        Throws:
      • characters

        public void characters​(char[] ch,
                               int start,
                               int length)
                        throws 
        Specified by:
         in interface 
        Throws:
      • ignorableWhitespace

        public void ignorableWhitespace​(char[] ch,
                                        int start,
                                        int length)
                                 throws 
        Specified by:
         in interface 
        Throws:
      • processingInstruction

        public void  target,
                                           data)
                                   throws 
        Specified by:
         in interface 
        Throws:
      • skippedEntity

        public void  name)
                           throws 
        Specified by:
         in interface 
        Throws: