com.atlassian.confluence.importexport.xmlimport.parser
Class ReferencePropertyParser

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser<ReferenceProperty>
          extended by com.atlassian.confluence.importexport.xmlimport.parser.ReferencePropertyParser
All Implemented Interfaces:
FragmentParser<ReferenceProperty>, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ReferencePropertyParser
extends DefaultFragmentParser<ReferenceProperty>


Constructor Summary
ReferencePropertyParser(String elementName)
           
 
Method Summary
 ReferenceProperty build()
           
protected  void delegateDone()
           
protected  void initialise(Attributes attributes)
           
protected  FragmentParser<?> newDelegate(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.parser.DefaultFragmentParser
characters, endElement, getDelegate, handleCharacters, isDone, setDelegate, startElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.ContentHandler
endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
 

Constructor Detail

ReferencePropertyParser

public ReferencePropertyParser(String elementName)
Method Detail

initialise

protected void initialise(Attributes attributes)
Specified by:
initialise in class DefaultFragmentParser<ReferenceProperty>

newDelegate

protected FragmentParser<?> newDelegate(String uri,
                                        String localName,
                                        String qName,
                                        Attributes attributes)
                                 throws SAXException
Specified by:
newDelegate in class DefaultFragmentParser<ReferenceProperty>
Throws:
SAXException

delegateDone

protected void delegateDone()
Specified by:
delegateDone in class DefaultFragmentParser<ReferenceProperty>

build

public ReferenceProperty build()


Copyright © 2003–2015 Atlassian. All rights reserved.