public class

ImportedObjectParser

extends DefaultFragmentParser<T>
java.lang.Object
   ↳ org.xml.sax.helpers.DefaultHandler
     ↳ com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<T>
       ↳ com.atlassian.confluence.importexport.xmlimport.parser.ImportedObjectParser

Summary

Public Constructors
ImportedObjectParser()
Public Methods
ImportedObject build()
Protected Methods
void delegateDone()
void initialise(Attributes attributes)
FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes)
[Expand]
Inherited Methods
From class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
From class org.xml.sax.helpers.DefaultHandler
From class java.lang.Object
From interface com.atlassian.confluence.importexport.xmlimport.parser.FragmentParser
From interface org.xml.sax.ContentHandler
From interface org.xml.sax.DTDHandler
From interface org.xml.sax.EntityResolver
From interface org.xml.sax.ErrorHandler

Public Constructors

public ImportedObjectParser ()

Public Methods

public ImportedObject build ()

Protected Methods

protected void delegateDone ()

protected void initialise (Attributes attributes)

protected FragmentParser<?> newDelegate (String uri, String localName, String qName, Attributes attributes)

Throws
SAXException