public class

PrimitivePropertyParser

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

Summary

Public Constructors
PrimitivePropertyParser(String elementName)
Public Methods
PrimitiveProperty build()
void handleCharacters(char[] ch, int start, int length)
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 PrimitivePropertyParser (String elementName)

Public Methods

public PrimitiveProperty build ()

public void handleCharacters (char[] ch, int start, int length)

Throws
SAXException

Protected Methods

protected void delegateDone ()

protected void initialise (Attributes attributes)

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

Throws
SAXException