A B C D F G I K L N O P Q R S T U V W X

A

areDOMNodeEqualRegardlessOfNamespaceBindings(Node, Node) - Static method in class com.ebmwebsourcing.easycommons.xml.DOMHelper
 

B

bindNamespace(String, String) - Method in class com.ebmwebsourcing.easycommons.xml.DefaultNamespaceContext
 

C

ClasspathURIResolver - Class in com.ebmwebsourcing.easycommons.xml.resolver
 
ClasspathURIResolver() - Constructor for class com.ebmwebsourcing.easycommons.xml.resolver.ClasspathURIResolver
 
com.ebmwebsourcing.easycommons.pooling - package com.ebmwebsourcing.easycommons.pooling
 
com.ebmwebsourcing.easycommons.registry - package com.ebmwebsourcing.easycommons.registry
 
com.ebmwebsourcing.easycommons.soap - package com.ebmwebsourcing.easycommons.soap
 
com.ebmwebsourcing.easycommons.uri - package com.ebmwebsourcing.easycommons.uri
 
com.ebmwebsourcing.easycommons.xml - package com.ebmwebsourcing.easycommons.xml
 
com.ebmwebsourcing.easycommons.xml.resolver - package com.ebmwebsourcing.easycommons.xml.resolver
 
create() - Method in interface com.ebmwebsourcing.easycommons.pooling.ResourceHandler
Create a resource.
createDocumentFromString(String) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLHelper
Create a DOM document from the specified XML string
createStringFromDOMDocument(Node) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLHelper
Create a String result from a DOM document
createStringFromDOMNode(Node) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLHelper
Create a String result from a DOM Node
createStringFromDOMNode(Node, boolean) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLHelper
Create a String result from a DOM Node
createXMLStreamReader(InputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLInputFactories
Create a XMLStreamReader from a specified InputStream by using the pool of XMLInputFactory
createXMLStreamWriter(OutputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLOutputFactories
Create a XMLStreamWriter from a specified OutputStream by using the pool of XMLOutputFactory

D

DefaultNamespaceContext - Class in com.ebmwebsourcing.easycommons.xml
 
DefaultNamespaceContext() - Constructor for class com.ebmwebsourcing.easycommons.xml.DefaultNamespaceContext
 
DefaultURIResolver - Class in com.ebmwebsourcing.easycommons.xml.resolver
 
DefaultURIResolver() - Constructor for class com.ebmwebsourcing.easycommons.xml.resolver.DefaultURIResolver
 
differenceFound(Difference) - Method in class com.ebmwebsourcing.easycommons.xml.IgnoreIrrelevantNodesDifferenceListener
 
DocumentBuilderResourcePool - Class in com.ebmwebsourcing.easycommons.xml
This class represent a DocumentBuilder pool, which provided DocumentBuilder object as resource.
DocumentBuilderResourcePool(int, int, PoolPolicy) - Constructor for class com.ebmwebsourcing.easycommons.xml.DocumentBuilderResourcePool
Allowing to instantiate a new DocumentBuilderResourcePool containing DocumentBuilder resources.
DocumentBuilders - Class in com.ebmwebsourcing.easycommons.xml
A static pool of DocumentBuilder to improve DocumentBuilder creation efficiency.
DocumentBuilders() - Constructor for class com.ebmwebsourcing.easycommons.xml.DocumentBuilders
 
DOMHelper - Class in com.ebmwebsourcing.easycommons.xml
 

F

filePathToUri(String) - Static method in class com.ebmwebsourcing.easycommons.uri.URIHelper
 
findChild(Node, String, String, boolean) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLHelper
Search for the first child of the specified parent node with the specified namespace URI and local name.
findDefaultNamespace(Node) - Static method in class com.ebmwebsourcing.easycommons.xml.DOMHelper
 
fork(Source) - Static method in class com.ebmwebsourcing.easycommons.xml.SourceHelper
Fork, if necessary, a Source so that consuming the forked one does not consume the original one.

G

GenericResourcePool<T> - Class in com.ebmwebsourcing.easycommons.pooling
A pool of resources.
GenericResourcePool(ResourceHandler<T>, int, int, PoolPolicy) - Constructor for class com.ebmwebsourcing.easycommons.pooling.GenericResourcePool
Instantiate a new resource pool with specified resource handler, minimum size and maximum size of the pool and pool policy
getEncoding(Document) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
 
getLocalPartWithoutPrefix(String) - Static method in class com.ebmwebsourcing.easycommons.xml.QNameHelper
 
getNamespaces() - Method in class com.ebmwebsourcing.easycommons.xml.DefaultNamespaceContext
Get bounded namespaces known to this DefaultNamespaceContext.
getNamespaceURI(String) - Method in class com.ebmwebsourcing.easycommons.xml.DefaultNamespaceContext
 
getPrefix(String) - Method in class com.ebmwebsourcing.easycommons.xml.DefaultNamespaceContext
 
getPrefix(String) - Static method in class com.ebmwebsourcing.easycommons.xml.QNameHelper
 
getPrefixes(String) - Method in class com.ebmwebsourcing.easycommons.xml.DefaultNamespaceContext
 
getTransformer(Source) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
Get a transformer from a stylesheet source
getURIResolvers() - Method in class com.ebmwebsourcing.easycommons.xml.resolver.URIMultipleResolvers
 

I

IgnoreIrrelevantNodesDifferenceListener - Class in com.ebmwebsourcing.easycommons.xml
 
IgnoreIrrelevantNodesDifferenceListener() - Constructor for class com.ebmwebsourcing.easycommons.xml.IgnoreIrrelevantNodesDifferenceListener
 
isEquivalent(String, String) - Static method in class com.ebmwebsourcing.easycommons.soap.SoapComparator
 
isEquivalent(InputStream, InputStream) - Static method in class com.ebmwebsourcing.easycommons.soap.SoapComparator
 
isEquivalent(String, String) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLComparator
 
isEquivalent(InputStream, InputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLComparator
 
isIrrelevantAttribute(Attr) - Method in class com.ebmwebsourcing.easycommons.xml.IgnoreIrrelevantNodesDifferenceListener
 
isIrrelevantChildNode(Node) - Method in class com.ebmwebsourcing.easycommons.xml.IgnoreIrrelevantNodesDifferenceListener
 

K

KeyAlreadyBoundException - Exception in com.ebmwebsourcing.easycommons.registry
 
KeyAlreadyBoundException(String) - Constructor for exception com.ebmwebsourcing.easycommons.registry.KeyAlreadyBoundException
 
KeyNotFoundException - Exception in com.ebmwebsourcing.easycommons.registry
 
KeyNotFoundException(String) - Constructor for exception com.ebmwebsourcing.easycommons.registry.KeyNotFoundException
 

L

lookup(String) - Method in class com.ebmwebsourcing.easycommons.registry.ResourceRegistry
 

N

newDocument() - Static method in class com.ebmwebsourcing.easycommons.xml.DocumentBuilders
Create a new Document (with a DocumentBuilder of the pool)

O

onRelease(T) - Method in interface com.ebmwebsourcing.easycommons.pooling.ResourceHandler
Call when putting a resource back in the pool (releasing)
onTake(T) - Method in interface com.ebmwebsourcing.easycommons.pooling.ResourceHandler
Call when getting a resource from the pool (taking)

P

parseAsDOMSource(URL) - Static method in class com.ebmwebsourcing.easycommons.xml.DOMHelper
 
parseAsDOMSource(InputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.DOMHelper
 
parseAsDOMSource(String) - Static method in class com.ebmwebsourcing.easycommons.xml.DOMHelper
 
PoolException - Exception in com.ebmwebsourcing.easycommons.pooling
General pool exception.
PoolException(String) - Constructor for exception com.ebmwebsourcing.easycommons.pooling.PoolException
Create a pool exception
PoolException(Throwable) - Constructor for exception com.ebmwebsourcing.easycommons.pooling.PoolException
Create a pool exception
PoolException(String, Throwable) - Constructor for exception com.ebmwebsourcing.easycommons.pooling.PoolException
Create a pool exception
PoolPolicy - Enum in com.ebmwebsourcing.easycommons.pooling
Pool policy for the GenericResourcePool.
prettify(Node, OutputStream, String) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
Prettify the node into the output stream.
prettify(Node, OutputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
Prettify the node into the output stream.
prettify(InputStream, OutputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
Prettify the xml input stream into the output stream.
prettyPrint(Node, OutputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.DOMHelper
 
prettyPrint(Node, String) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
parse the xml String and return it pretty-printed (with correct indentations, etc..)
prettyPrint(Document) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
parse the xml Document and return it pretty-printed (with correct indentations, etc..).
prettyPrint(Element) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
parse the xml Document and return it pretty-printed (with correct indentations, etc..).
prettyPrint(Node) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
parse the xml Document and return it pretty-printed (with correct indentations, etc..).

Q

QNameHelper - Class in com.ebmwebsourcing.easycommons.xml
 

R

register(String, T) - Method in class com.ebmwebsourcing.easycommons.registry.ResourceRegistry
 
release(T) - Method in class com.ebmwebsourcing.easycommons.pooling.GenericResourcePool
Release the specified resource After putting back a resource in the pool, the method onRelease() of the resource handler is called.
release(DocumentBuilder) - Method in class com.ebmwebsourcing.easycommons.xml.DocumentBuilderResourcePool
Release the specified DocumentBuilder After putting back the DocumentBuilder in the pool, the method onRelease() of the resource DocumentBuilder resource handler is called.
release(Transformer) - Method in class com.ebmwebsourcing.easycommons.xml.TransformerResourcePool
Release the specified Transformer After putting back the Transformer in the pool, the method onRelease() of the Transformer resource handler is called.
release(XMLInputFactory) - Method in class com.ebmwebsourcing.easycommons.xml.XMLInputFactoryResourcePool
Release the specified XMLInputFactory After putting back the XMLInputFactory in the pool, the method onRelease() of the XMLInputFactory resource handler is called.
release(XMLOutputFactory) - Method in class com.ebmwebsourcing.easycommons.xml.XMLOutputFactoryResourcePool
Release the specified XMLOutputFactory After putting back the XMLOutputFactory in the pool, the method onRelease() of the XMLOutputFactory resource handler is called.
releaseDocumentBuilder(DocumentBuilder) - Static method in class com.ebmwebsourcing.easycommons.xml.DocumentBuilders
Release a DocumentBuilder to the pool
releaseTransformer(Transformer) - Static method in class com.ebmwebsourcing.easycommons.xml.Transformers
Release a Transformer to the pool
releaseXMLInputFactory(XMLInputFactory) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLInputFactories
Release a XMLInputFactory to the pool
releaseXMLOutputFactory(XMLOutputFactory) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLOutputFactories
Release a XMLOutputFactory to the pool
resolve(URI, String) - Static method in class com.ebmwebsourcing.easycommons.uri.URIHelper
 
resolve(String, String) - Method in class com.ebmwebsourcing.easycommons.xml.resolver.ClasspathURIResolver
 
resolve(String, String) - Method in class com.ebmwebsourcing.easycommons.xml.resolver.DefaultURIResolver
 
resolve(String, String) - Method in class com.ebmwebsourcing.easycommons.xml.resolver.URIMultipleResolvers
 
ResourceHandler<T> - Interface in com.ebmwebsourcing.easycommons.pooling
A resource handler to manage the resource life cycle.
ResourceRegistry<T> - Class in com.ebmwebsourcing.easycommons.registry
This is a generic implementation of a resource registry.
ResourceRegistry() - Constructor for class com.ebmwebsourcing.easycommons.registry.ResourceRegistry
 

S

skippedComparison(Node, Node) - Method in class com.ebmwebsourcing.easycommons.xml.IgnoreIrrelevantNodesDifferenceListener
 
SoapComparator - Class in com.ebmwebsourcing.easycommons.soap
 
SourceHelper - Class in com.ebmwebsourcing.easycommons.xml
 
SourceHelper() - Constructor for class com.ebmwebsourcing.easycommons.xml.SourceHelper
 
sourceToInputSource(Source, String, String) - Static method in class com.ebmwebsourcing.easycommons.xml.SourceHelper
Utility to get the bytes uri
stripEmptyTextNodes(Node) - Static method in class com.ebmwebsourcing.easycommons.xml.DOMHelper
 

T

take() - Method in class com.ebmwebsourcing.easycommons.pooling.GenericResourcePool
Take one unused resource in the current pool.
take() - Method in class com.ebmwebsourcing.easycommons.xml.DocumentBuilderResourcePool
Take one unused DocumentBuilder in the current pool.
take() - Method in class com.ebmwebsourcing.easycommons.xml.TransformerResourcePool
Take one unused Transformer in the current pool.
take() - Method in class com.ebmwebsourcing.easycommons.xml.XMLInputFactoryResourcePool
Take one unused XMLInputFactory in the current pool.
take() - Method in class com.ebmwebsourcing.easycommons.xml.XMLOutputFactoryResourcePool
Take one unused XMLOutputFactory in the current pool.
takeDocumentBuilder() - Static method in class com.ebmwebsourcing.easycommons.xml.DocumentBuilders
Take a DocumentBuilder from the pool
takeTransformer() - Static method in class com.ebmwebsourcing.easycommons.xml.Transformers
Take a Transformer from the pool
takeXMLInputFactory() - Static method in class com.ebmwebsourcing.easycommons.xml.XMLInputFactories
Take a XMLInputFactory from the pool
takeXMLOutputFactory() - Static method in class com.ebmwebsourcing.easycommons.xml.XMLOutputFactories
Take a XMLOutputFactory from the pool
toFile(Source, File) - Static method in class com.ebmwebsourcing.easycommons.xml.SourceHelper
 
toString(Source) - Static method in class com.ebmwebsourcing.easycommons.xml.SourceHelper
 
toString(NodeList) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLHelper
Create a String from a Node list
TransformerResourcePool - Class in com.ebmwebsourcing.easycommons.xml
This class represent a Transformer pool, which provided Transformer object as resource.
TransformerResourcePool(int, int, PoolPolicy) - Constructor for class com.ebmwebsourcing.easycommons.xml.TransformerResourcePool
Allowing to instantiate a new TransformerResourcePool containing Transformer resources.
Transformers - Class in com.ebmwebsourcing.easycommons.xml
A static pool of Transformer to improve Transformer creation efficiency.
Transformers() - Constructor for class com.ebmwebsourcing.easycommons.xml.Transformers
 

U

unregister(String) - Method in class com.ebmwebsourcing.easycommons.registry.ResourceRegistry
 
URIHelper - Class in com.ebmwebsourcing.easycommons.uri
 
URIHelper() - Constructor for class com.ebmwebsourcing.easycommons.uri.URIHelper
 
URIMultipleResolvers - Class in com.ebmwebsourcing.easycommons.xml.resolver
 
URIMultipleResolvers() - Constructor for class com.ebmwebsourcing.easycommons.xml.resolver.URIMultipleResolvers
 
URIMultipleResolvers(URIResolver...) - Constructor for class com.ebmwebsourcing.easycommons.xml.resolver.URIMultipleResolvers
 

V

valueOf(String) - Static method in enum com.ebmwebsourcing.easycommons.pooling.PoolPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ebmwebsourcing.easycommons.pooling.PoolPolicy
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeDocument(Document, OutputStream) - Static method in class com.ebmwebsourcing.easycommons.xml.XMLHelper
Write a document to an output stream.

X

XMLComparator - Class in com.ebmwebsourcing.easycommons.xml
 
XMLHelper - Class in com.ebmwebsourcing.easycommons.xml
Utilities methods for XML operations
XMLHelper() - Constructor for class com.ebmwebsourcing.easycommons.xml.XMLHelper
 
XMLInputFactories - Class in com.ebmwebsourcing.easycommons.xml
A static pool of XMLInputFactory to improve XMLInputFactory creation efficiency.
XMLInputFactories() - Constructor for class com.ebmwebsourcing.easycommons.xml.XMLInputFactories
 
XMLInputFactoryResourcePool - Class in com.ebmwebsourcing.easycommons.xml
This class represent a XMLInputFactory pool, which provided XMLInputFactory object as resource.
XMLInputFactoryResourcePool(int, int, PoolPolicy) - Constructor for class com.ebmwebsourcing.easycommons.xml.XMLInputFactoryResourcePool
Allowing to instantiate a new XMLInputFactoryResourcePool containing XMLInputFactory resources.
XMLOutputFactories - Class in com.ebmwebsourcing.easycommons.xml
A static pool of XMLOutputFactory to improve XMLOutputFactory creation efficiency.
XMLOutputFactories() - Constructor for class com.ebmwebsourcing.easycommons.xml.XMLOutputFactories
 
XMLOutputFactoryResourcePool - Class in com.ebmwebsourcing.easycommons.xml
This class represent a XMLOutputFactory pool, which provided XMLOutputFactory object as resource.
XMLOutputFactoryResourcePool(int, int, PoolPolicy) - Constructor for class com.ebmwebsourcing.easycommons.xml.XMLOutputFactoryResourcePool
Allowing to instantiate a new XMLOutputFactoryResourcePool containing XMLOutputFactory resources.
XMLPrettyPrinter - Class in com.ebmwebsourcing.easycommons.xml
An util class to prettify XML document
XMLPrettyPrinter() - Constructor for class com.ebmwebsourcing.easycommons.xml.XMLPrettyPrinter
 

A B C D F G I K L N O P Q R S T U V W X

Copyright © 2012 Petals Link. All Rights Reserved.