A D G I N O P R S T U X

A

AbstractTagParser<B> - Class in org.sourceprojects.xmlparser
Deprecated. Use AbstractTagParser instead
AbstractTagParser() - Constructor for class org.sourceprojects.xmlparser.AbstractTagParser
Deprecated.  
addProgressListener(ProgressListener) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Adds a ProgressListener instance to the notify list
addTagDefinitionParser(TagDefinitionParser<B>) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Adds a TagDefinitionParser implementation to the instance of XmlParser
addTagDefinitionParsers(TagDefinitionParser<B>[]) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Adds a bunch of TagDefinitionParser implementations to the instance of XmlParser

D

DefinitionBuilder - Interface in org.sourceprojects.xmlparser
Deprecated. Use DefinitionBuilder instead

G

getDocument() - Method in interface org.sourceprojects.xmlparser.DefinitionBuilder
Deprecated. Returns the Document instance given by the XmlParser implementation
getErrorHandler() - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Returns an instance of ErrorHandler
getInput(String, String, String, String, String) - Method in interface org.sourceprojects.xmlparser.NamespaceResolver
Deprecated. Returns an implementation of LSInput for the queried namespace
getNamespace() - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Returns the namespace URI this TagDefinitionParser implementation handles
getNamespaceURI() - Method in interface org.sourceprojects.xmlparser.NamespaceResolver
Deprecated. Returns the namespace URI
getParserContext() - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Returns an instance of ParserContext
getResourceResolver() - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Returns an instance of ResourceResolver
getTags() - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Returns a string array with all tags handled by this TagDefinitionParser implementation

I

isShowWarning() - Method in interface org.sourceprojects.xmlparser.ResourceResolver
Deprecated. Returns if warnings should be shown
isValidatingSchema() - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Returns if XmlParser implementation should be aware of schema errors on reading Xml documents
Not all SAX parser implementations are able to do schema validation.

N

NamespaceResolver - Interface in org.sourceprojects.xmlparser
Deprecated. Use NamespaceResolver instead
newInstance() - Static method in class org.sourceprojects.xmlparser.ResourceResolverFactory
Deprecated. Obtain a new instance of a ResourceResolver
Implementation used for ResourceResolver is the standard one.
newInstance(ClassLoader) - Static method in class org.sourceprojects.xmlparser.ResourceResolverFactory
Deprecated. Obtain a new instance of a ResourceResolver
Implementation used for ResourceResolver is the standard one.
newInstance(String, ClassLoader) - Static method in class org.sourceprojects.xmlparser.ResourceResolverFactory
Deprecated. Obtain a new instance of a ResourceResolver
Implementation used for ResourceResolver must be given as parameter.
newInstance() - Static method in class org.sourceprojects.xmlparser.XmlParserFactory
Deprecated. Obtain a new instance of a XmlParser .
newInstance(ClassLoader) - Static method in class org.sourceprojects.xmlparser.XmlParserFactory
Deprecated. Obtain a new instance of a XmlParser .
newInstance(String, String, ClassLoader) - Static method in class org.sourceprojects.xmlparser.XmlParserFactory
Deprecated. Obtain a new instance of a XmlParser .
newInstance(String, String, ClassLoader, boolean) - Static method in class org.sourceprojects.xmlparser.XmlParserFactory
Deprecated. Obtain a new instance of a XmlParser .
newParserInstance() - Method in interface org.sourceprojects.xmlparser.XmlParserOsgiFactory
Deprecated. Returns a new instance of the XmlParser on OSGi environments
newResourceResolverInstance() - Method in interface org.sourceprojects.xmlparser.XmlParserOsgiFactory
Deprecated. Returns a new instance of the ResourceResolver on OSGi environments
notify(int) - Method in interface org.sourceprojects.xmlparser.ProgressListener
Deprecated. Notifies a listener about percent values of parsing progress changed
notifyReset() - Method in interface org.sourceprojects.xmlparser.ProgressListener
Deprecated. Notifies a listener about internal reset of the InputStreams file position.

O

org.sourceprojects.xmlparser - package org.sourceprojects.xmlparser
Provides classes needed for XmlParser.
org.sourceprojects.xmlparser.exceptions - package org.sourceprojects.xmlparser.exceptions
 

P

parse(Reader) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts parsing Xml data from given Reader implementation
parse(String) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts parsing Xml data from given String
parse(InputStream) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts parsing Xml data from given InputStream implementation
parse(File) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts parsing Xml data from given File
parseElement(Element, ParserContext<B>, DefinitionBuilder) - Method in class org.sourceprojects.xmlparser.AbstractTagParser
Deprecated.  
parseElement(Element, String, ParserContext<B>, DefinitionBuilder) - Method in class org.sourceprojects.xmlparser.AbstractTagParser
Deprecated.  
parseElement(Element, String, QName, ParserContext<B>, DefinitionBuilder) - Method in class org.sourceprojects.xmlparser.AbstractTagParser
Deprecated.  
parseElement(Element, ParserContext<B>, DefinitionBuilder) - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Parses an element.
parseElement(Element, String, ParserContext<B>, DefinitionBuilder) - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Parses an element.
parseElement(Element, String, QName, ParserContext<B>, DefinitionBuilder) - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Parses an element.
ParserContext<T> - Interface in org.sourceprojects.xmlparser
Deprecated. Use ParserContext instead
ProgressListener - Interface in org.sourceprojects.xmlparser
Deprecated. Use ProgressListener instead

R

registerNamespaceResolver(NamespaceResolver) - Method in interface org.sourceprojects.xmlparser.ResourceResolver
Deprecated. Registers a NamespaceResolver for this ResourceResolver
removeProgressListener(ProgressListener) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Removes a ProgressListener instance from the notify list
removeTagDefinitionParser(TagDefinitionParser<B>) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Removes a TagDefinitionParser implementation from the instance of XmlParser
removeTagDefinitionParsers(TagDefinitionParser<B>[]) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Removes a bunch of TagDefinitionParser implementations from the instance of XmlParser
ResourceResolver - Interface in org.sourceprojects.xmlparser
Deprecated. Use ResourceResolver instead
ResourceResolverFactory - Class in org.sourceprojects.xmlparser
Deprecated. Use ResourceResolverFactory instead
ResourceResolverFactory() - Constructor for class org.sourceprojects.xmlparser.ResourceResolverFactory
Deprecated.  

S

setErrorHandler(ErrorHandler) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Sets an instance of of ErrorHandler
setParserContext(ParserContext<B>) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Sets an instance of ParserContext
setResourceResolver(ResourceResolver) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Sets an instance of ResourceResolver
setShowWarning(boolean) - Method in interface org.sourceprojects.xmlparser.ResourceResolver
Deprecated. Sets if warnins should be shown
setValidatingSchema(boolean) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Sets if XmlParser implementation should be aware of schema errors on reading Xml documents.
STANDARD_RESOURCERESOLVER_CLASS - Static variable in class org.sourceprojects.xmlparser.ResourceResolverFactory
Deprecated. Classname for the standard ResourceResolver class to be created if no special implementation is given
STANDARD_XMLPARSER_CLASS - Static variable in class org.sourceprojects.xmlparser.XmlParserFactory
Deprecated. Classname for the standard XmlParser class to be created if no special implementation is given
start(BundleContext) - Method in class org.sourceprojects.xmlparser.XmlParserActivator
Deprecated.  
stop(BundleContext) - Method in class org.sourceprojects.xmlparser.XmlParserActivator
Deprecated.  

T

TagDefinitionParser<B> - Interface in org.sourceprojects.xmlparser
Deprecated. Use TagDefinitionParser instead
transform(Reader) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts transforming Xml data from given Reader to new Document instance
transform(String) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts transforming Xml data from given String to new Document instance
transform(InputStream) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts transforming Xml data from given InputStream to new Document instance
transform(File) - Method in interface org.sourceprojects.xmlparser.XmlParser
Deprecated. Starts transforming Xml data from given File to new Document instance
transformElement(Element, ParserContext<B>, DefinitionBuilder) - Method in class org.sourceprojects.xmlparser.AbstractTagParser
Deprecated.  
transformElement(Element, String, ParserContext<B>, DefinitionBuilder) - Method in class org.sourceprojects.xmlparser.AbstractTagParser
Deprecated.  
transformElement(Element, String, QName, ParserContext<B>, DefinitionBuilder) - Method in class org.sourceprojects.xmlparser.AbstractTagParser
Deprecated.  
transformElement(Element, ParserContext<B>, DefinitionBuilder) - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Transforms an element.
transformElement(Element, String, ParserContext<B>, DefinitionBuilder) - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Transforms an element.
transformElement(Element, String, QName, ParserContext<B>, DefinitionBuilder) - Method in interface org.sourceprojects.xmlparser.TagDefinitionParser
Deprecated. Transforms an element.

U

unregisterNamespaceResolver(NamespaceResolver) - Method in interface org.sourceprojects.xmlparser.ResourceResolver
Deprecated. Removes a NamespaceResolver by given instance
unregisterNamespaceResolver(String) - Method in interface org.sourceprojects.xmlparser.ResourceResolver
Deprecated. Removes a NamespaceResolver by given namespace URI

X

XmlParser<B> - Interface in org.sourceprojects.xmlparser
Deprecated. Use LyciaParser instead
XmlParserActivator - Class in org.sourceprojects.xmlparser
Deprecated. Use LyciaActivator instead
XmlParserActivator() - Constructor for class org.sourceprojects.xmlparser.XmlParserActivator
Deprecated.  
XmlParserFactory - Class in org.sourceprojects.xmlparser
Deprecated. Use LyciaParserFactory instead
XmlParserFactory() - Constructor for class org.sourceprojects.xmlparser.XmlParserFactory
Deprecated.  
XmlParserInitializationException - Exception in org.sourceprojects.xmlparser.exceptions
Deprecated. since 1.9.7
XmlParserInitializationException() - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserInitializationException
Deprecated.  
XmlParserInitializationException(String, Throwable) - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserInitializationException
Deprecated.  
XmlParserInitializationException(String) - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserInitializationException
Deprecated.  
XmlParserInitializationException(Throwable) - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserInitializationException
Deprecated.  
XmlParserOsgiFactory - Interface in org.sourceprojects.xmlparser
Deprecated. Use LyciaOsgiFactory instead
XmlParserParsingException - Exception in org.sourceprojects.xmlparser.exceptions
Deprecated. since 1.9.7
XmlParserParsingException() - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserParsingException
Deprecated.  
XmlParserParsingException(String, Throwable) - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserParsingException
Deprecated.  
XmlParserParsingException(String) - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserParsingException
Deprecated.  
XmlParserParsingException(Throwable) - Constructor for exception org.sourceprojects.xmlparser.exceptions.XmlParserParsingException
Deprecated.  

A D G I N O P R S T U X

Copyright © 2010. All Rights Reserved.