com.atlassian.confluence.importexport.xmlimport.parser
Interface FragmentParser<T>

All Superinterfaces:
ContentHandler
All Known Implementing Classes:
CollectionPropertyParser, ComponentParser, CompositeIdParser, DefaultFragmentParser, EnumPropertyParser, ImportedObjectParser, PrimitiveIdParser, PrimitivePropertyParser, ReferencePropertyParser

public interface FragmentParser<T>
extends ContentHandler


Method Summary
 T build()
           
 boolean isDone()
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

isDone

boolean isDone()

build

T build()


Copyright © 2003-2013 Atlassian. All Rights Reserved.