public class

CompositeIdParser

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.CompositeIdParser

Summary

Public Constructors
CompositeIdParser()
Public Methods
CompositeId 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 CompositeIdParser ()

Public Methods

public CompositeId build ()

Protected Methods

protected void delegateDone ()

protected void initialise (Attributes attributes)

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

Throws
SAXException