Uses of Interface
com.atlassian.confluence.importexport.xmlimport.parser.FragmentParser
Packages that use FragmentParser
-
Uses of FragmentParser in com.atlassian.confluence.importexport.xmlimport.parser
Classes in com.atlassian.confluence.importexport.xmlimport.parser that implement FragmentParserModifier and TypeClassDescriptionclass
Deprecated.since 7.17.0class
Deprecated.since 7.17.0class
Deprecated.since 7.17.0class
Deprecated.since 7.17.0class
Deprecated.since 7.17.0class
Deprecated.since 7.17.0class
Deprecated.since 7.17.0class
Deprecated.since 7.17.0class
Deprecated.since 7.17.0Methods in com.atlassian.confluence.importexport.xmlimport.parser that return FragmentParserModifier and TypeMethodDescriptionstatic FragmentParser<? extends ImportedProperty>
ImportedPropertyParserFactory.createParser
(String elementName, Attributes attributes) Deprecated.protected FragmentParser<?>
DefaultFragmentParser.getDelegate()
Deprecated.protected FragmentParser<?>
CollectionPropertyParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected FragmentParser<?>
ComponentParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected FragmentParser<?>
CompositeIdParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected abstract FragmentParser<?>
DefaultFragmentParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected FragmentParser<?>
EnumPropertyParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected FragmentParser<?>
ImportedObjectParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected FragmentParser<?>
PrimitiveIdParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected FragmentParser<?>
PrimitivePropertyParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.protected FragmentParser<?>
ReferencePropertyParser.newDelegate
(String uri, String localName, String qName, Attributes attributes) Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport.parser with parameters of type FragmentParserModifier and TypeMethodDescriptionprotected void
DefaultFragmentParser.setDelegate
(FragmentParser<?> delegate) Deprecated.