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

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

public interface FragmentParser<T>
extends org.xml.sax.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-2014 Atlassian. All Rights Reserved.