Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

AbstractLSResourceResolver - Class in com.helger.xml.ls
Abstract LSResourceResolver base implementation.
AbstractLSResourceResolver() - Constructor for class com.helger.xml.ls.AbstractLSResourceResolver
 
AbstractMicroNode - Class in com.helger.xml.microdom
This is an abstract base class for the micro document object model.
AbstractMicroNode() - Constructor for class com.helger.xml.microdom.AbstractMicroNode
 
AbstractMicroNodeWithChildren - Class in com.helger.xml.microdom
Basic implementation class for the micro document object model.
AbstractMicroNodeWithChildren() - Constructor for class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
AbstractNamespaceContext - Class in com.helger.xml.namespace
Represents an abstract namespace context that does the predefined mapping as stated in the Javadoc.
AbstractNamespaceContext() - Constructor for class com.helger.xml.namespace.AbstractNamespaceContext
 
AbstractSAXErrorHandler - Class in com.helger.xml.sax
java.xml error handler base class.
AbstractSAXErrorHandler() - Constructor for class com.helger.xml.sax.AbstractSAXErrorHandler
Constructor without parent error handler.
AbstractSAXErrorHandler(ErrorHandler) - Constructor for class com.helger.xml.sax.AbstractSAXErrorHandler
Constructor that takes a parent error handler to be called.
AbstractTransformErrorListener - Class in com.helger.xml.transform
Abstract implementation of a transformation ErrorListener.
AbstractTransformErrorListener() - Constructor for class com.helger.xml.transform.AbstractTransformErrorListener
 
AbstractTransformErrorListener(ErrorListener) - Constructor for class com.helger.xml.transform.AbstractTransformErrorListener
 
AbstractTransformURIResolver - Class in com.helger.xml.transform
Abstract base implementation of the URIResolver interface.
AbstractTransformURIResolver() - Constructor for class com.helger.xml.transform.AbstractTransformURIResolver
 
AbstractTransformURIResolver(URIResolver) - Constructor for class com.helger.xml.transform.AbstractTransformURIResolver
 
AbstractXMLSerializer<NODETYPE> - Class in com.helger.xml.serialize.write
Abstract XML serializer implementation that works with IMicroNode and org.w3c.dom.Node objects.
AbstractXMLSerializer(IXMLWriterSettings) - Constructor for class com.helger.xml.serialize.write.AbstractXMLSerializer
 
AbstractXMLSerializer.NamespaceLevel - Class in com.helger.xml.serialize.write
Contains the XML namespace definitions for a single element.
AbstractXMLSerializer.NamespaceStack - Class in com.helger.xml.serialize.write
Contains the hierarchy of XML namespaces within a document structure.
addAllFrom(MapBasedXPathFunctionResolver, boolean) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Add all functions from the other function resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolver, boolean) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
Add all variables from the other variable resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolverQName, boolean) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
Add all variables from the other variable resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolverQName, boolean) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Add all variables from the other variable resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolver, boolean) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Add all variables from the other variable resolver into this resolver.
addExtension(MimeTypeInfo, MimeTypeInfo.ExtensionWithSource) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
addMapping(String, String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
Add a new prefix to namespace mapping.
addMappings(IIterableNamespaceContext) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
addMimeType(MimeTypeInfo, MimeTypeInfo.MimeTypeWithSource) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
addNamespaceMapping(String, String) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
Add a new prefix-namespace URI mapping at the current stack level
addUniqueFunction(String, String, int, XPathFunction) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Add a new function.
addUniqueFunction(QName, int, XPathFunction) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Add a new function.
addUniqueVariable(String, Object) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
Add a new variable.
addUniqueVariable(QName, Object) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Add a new variable.
append(IMicroNode, Object) - Static method in class com.helger.xml.microdom.util.MicroHelper
 
append(Node, Object) - Static method in class com.helger.xml.XMLHelper
 
append(Node, Collection<?>) - Static method in class com.helger.xml.XMLHelper
 
appendCDATA(CharSequence) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendCDATA(char[], int, int) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendCDATA(CharSequence) - Method in interface com.helger.xml.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATA(char[]) - Method in interface com.helger.xml.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATA(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATAWithConversion(Object) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendCDATAWithConversion(Object) - Method in interface com.helger.xml.microdom.IMicroNode
Append a CDATA node to this node.
appendChild(NODETYPE) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendChild(NODETYPE) - Method in interface com.helger.xml.microdom.IMicroNode
Append any child to the node.
appendComment(CharSequence) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendComment(char[], int, int) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendComment(CharSequence) - Method in interface com.helger.xml.microdom.IMicroNode
Append a comment node to this node.
appendComment(char[]) - Method in interface com.helger.xml.microdom.IMicroNode
Append a comment node to this node.
appendComment(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroNode
Append a comment node to this node.
appendCommentWithConversion(Object) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendCommentWithConversion(Object) - Method in interface com.helger.xml.microdom.IMicroNode
Append a comment node to this node.
appendContainer() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendContainer() - Method in interface com.helger.xml.microdom.IMicroNode
Append a new container to this node
appendData(CharSequence) - Method in interface com.helger.xml.microdom.IMicroDataAware
Append characters to the string.
appendData(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroDataAware
Append characters to the string.
appendData(char) - Method in interface com.helger.xml.microdom.IMicroDataAware
Append a character to the string.
appendData(CharSequence) - Method in class com.helger.xml.microdom.MicroCDATA
 
appendData(char[], int, int) - Method in class com.helger.xml.microdom.MicroCDATA
 
appendData(char) - Method in class com.helger.xml.microdom.MicroCDATA
 
appendData(CharSequence) - Method in class com.helger.xml.microdom.MicroComment
 
appendData(char[], int, int) - Method in class com.helger.xml.microdom.MicroComment
 
appendData(char) - Method in class com.helger.xml.microdom.MicroComment
 
appendData(CharSequence) - Method in class com.helger.xml.microdom.MicroText
 
appendData(char[], int, int) - Method in class com.helger.xml.microdom.MicroText
 
appendData(char) - Method in class com.helger.xml.microdom.MicroText
 
appendElement(String) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendElement(String, String) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendElement(String) - Method in interface com.helger.xml.microdom.IMicroNode
Append an element without namespace to this node.
appendElement(String, String) - Method in interface com.helger.xml.microdom.IMicroNode
Append an element with namespace to this node.
appendEntityReference(String) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendEntityReference(String) - Method in interface com.helger.xml.microdom.IMicroNode
Append an entity reference to this node.
appendIgnorableWhitespaceText(CharSequence) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendIgnorableWhitespaceText(char[], int, int) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendIgnorableWhitespaceText(CharSequence) - Method in interface com.helger.xml.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendIgnorableWhitespaceText(char[]) - Method in interface com.helger.xml.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendIgnorableWhitespaceText(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendProcessingInstruction(String, String) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendProcessingInstruction(String, String) - Method in interface com.helger.xml.microdom.IMicroNode
Append a processing instruction to this node.
appendText(CharSequence) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendText(char[], int, int) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendText(CharSequence) - Method in interface com.helger.xml.microdom.IMicroNode
Append a text node to this node.
appendText(char[]) - Method in interface com.helger.xml.microdom.IMicroNode
Append a text node to this node.
appendText(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroNode
Append a text node to this node.
appendTextWithConversion(Object) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
appendTextWithConversion(Object) - Method in interface com.helger.xml.microdom.IMicroNode
Append a text node to this node.
applyTo(XMLReader, boolean) - Method in enum com.helger.xml.EXMLParserFeature
 
applyTo(DocumentBuilderFactory, boolean) - Method in enum com.helger.xml.EXMLParserFeature
 
applyTo(XMLReader, Object) - Method in enum com.helger.xml.EXMLParserProperty
 
applyTo(DocumentBuilderFactory, Object) - Method in enum com.helger.xml.EXMLParserProperty
 
applyToDocumentBuilder(DocumentBuilder) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
applyToDocumentBuilder(DocumentBuilder) - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
Apply settings of this object onto the specified DocumentBuilder object.
applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
Apply settings of this object onto the specified DocumentBuilderFactory object.
applyToSAXReader(XMLReader) - Method in interface com.helger.xml.serialize.read.ISAXReaderSettings
Apply all settings of this object onto the specified XMLReader object
applyToSAXReader(XMLReader) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
ATTR_AVERAGE - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_COUNT - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_HITS - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_INVOCATIONCOUNT - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_KEY - Static variable in class com.helger.xml.microdom.util.XMLMapHandler
Attribute name for key of a single mapping
ATTR_MAX - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_MIN - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_MISSES - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_NAME - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_SUM - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Attribute name for XML export
ATTR_VALUE - Static variable in class com.helger.xml.microdom.util.XMLListHandler
Attribute name for the item value
ATTR_VALUE - Static variable in class com.helger.xml.microdom.util.XMLMapHandler
Attribute name for value of a single mapping
AVOID_DOS_SETTINGS - Static variable in enum com.helger.xml.EXMLParserFeature
This map contains all necessary settings to avoid entity expansion overflow attacks.
AVOID_XML_ATTACKS - Static variable in enum com.helger.xml.EXMLParserFeature
This map contains all necessary settings to avoid all known XML attacks.
AVOID_XXE_SETTINGS - Static variable in enum com.helger.xml.EXMLParserFeature
This map contains all necessary settings to avoid XXE attacks.

B

BasicMicroTypeConverterRegistrar - Class in com.helger.xml.microdom.convert
Implementation of IMicroTypeConverterRegistrarSPI for basic types like Boolean, Byte, Integer, AtomicInteger etc.
BasicMicroTypeConverterRegistrar() - Constructor for class com.helger.xml.microdom.convert.BasicMicroTypeConverterRegistrar
 

C

CachingSAXInputSource - Class in com.helger.xml.sax
InputSource that ensures that the passed InputStream is closed.
CachingSAXInputSource(IReadableResource) - Constructor for class com.helger.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(IHasInputStream) - Constructor for class com.helger.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(IHasInputStream, String) - Constructor for class com.helger.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(InputStream) - Constructor for class com.helger.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(InputStream, String) - Constructor for class com.helger.xml.sax.CachingSAXInputSource
 
CachingTransformStreamSource - Class in com.helger.xml.transform
Source that ensures that the passed InputStream is copied.
CachingTransformStreamSource(IReadableResource) - Constructor for class com.helger.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(IHasInputStream) - Constructor for class com.helger.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(IHasInputStream, String) - Constructor for class com.helger.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(InputStream) - Constructor for class com.helger.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(InputStream, String) - Constructor for class com.helger.xml.transform.CachingTransformStreamSource
 
call(Class<?>, IMicroTypeConverter) - Method in interface com.helger.xml.microdom.convert.IMicroTypeConverterCallback
Invoked for each converter.
CDATA_END - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
CDATA_START - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
ChangeLogSerializer - Class in com.helger.xml.util.changelog
This class handles the reading and writing of changelog objects.
characters(char[], int, int) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
ChildElementIterator - Class in com.helger.xml
Iterate child elements of a single node.
ChildElementIterator(Node) - Constructor for class com.helger.xml.ChildElementIterator
 
ChildNodeIterator - Class in com.helger.xml
Iterate child elements of a single node.
ChildNodeIterator(Node) - Constructor for class com.helger.xml.ChildNodeIterator
 
ChildrenProviderElementWithName - Class in com.helger.xml.microdom.util
Implementation of the IChildrenProvider for IMicroElement objects considering only elements with a certain element name (and optionally a namespace URI).
ChildrenProviderElementWithName(String) - Constructor for class com.helger.xml.microdom.util.ChildrenProviderElementWithName
 
ChildrenProviderElementWithName(String, String) - Constructor for class com.helger.xml.microdom.util.ChildrenProviderElementWithName
 
cleanup() - Static method in class com.helger.xml.util.XMLCleanup
Cleanup all custom caches contained in this library.
clear() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
clear() - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Remove all functions at once.
clear() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
Remove all variables at once.
clear() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Remove all variables at once.
clearCache() - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Remove all registered mime types
clearPerClassLoaderCache() - Static method in class com.helger.xml.schema.XMLSchemaCache
 
clearResourceErrors() - Method in class com.helger.xml.sax.CollectingSAXErrorHandler
Clear all currently stored errors.
clearResourceErrors() - Method in class com.helger.xml.transform.CollectingTransformErrorListener
Clear all currently stored errors.
CollectingLSResourceResolver - Class in com.helger.xml.ls
A class that collects all requested resources.
CollectingLSResourceResolver() - Constructor for class com.helger.xml.ls.CollectingLSResourceResolver
 
CollectingSAXErrorHandler - Class in com.helger.xml.sax
An error handler implementation that stores all warnings, errors and fatal errors.
CollectingSAXErrorHandler() - Constructor for class com.helger.xml.sax.CollectingSAXErrorHandler
 
CollectingSAXErrorHandler(ErrorHandler) - Constructor for class com.helger.xml.sax.CollectingSAXErrorHandler
 
CollectingTransformErrorListener - Class in com.helger.xml.transform
This implementation of ErrorListener saves all occurred warnings/errors/fatals in a list for later evaluation.
CollectingTransformErrorListener() - Constructor for class com.helger.xml.transform.CollectingTransformErrorListener
 
CollectingTransformErrorListener(ErrorListener) - Constructor for class com.helger.xml.transform.CollectingTransformErrorListener
 
com.helger.xml - package com.helger.xml
 
com.helger.xml.dom - package com.helger.xml.dom
 
com.helger.xml.ls - package com.helger.xml.ls
 
com.helger.xml.microdom - package com.helger.xml.microdom
 
com.helger.xml.microdom.convert - package com.helger.xml.microdom.convert
 
com.helger.xml.microdom.serialize - package com.helger.xml.microdom.serialize
 
com.helger.xml.microdom.util - package com.helger.xml.microdom.util
 
com.helger.xml.mock - package com.helger.xml.mock
 
com.helger.xml.namespace - package com.helger.xml.namespace
 
com.helger.xml.sax - package com.helger.xml.sax
 
com.helger.xml.schema - package com.helger.xml.schema
 
com.helger.xml.serialize.read - package com.helger.xml.serialize.read
 
com.helger.xml.serialize.write - package com.helger.xml.serialize.write
 
com.helger.xml.transform - package com.helger.xml.transform
 
com.helger.xml.util - package com.helger.xml.util
 
com.helger.xml.util.changelog - package com.helger.xml.util.changelog
 
com.helger.xml.util.mime - package com.helger.xml.util.mime
 
com.helger.xml.util.statistics - package com.helger.xml.util.statistics
 
com.helger.xml.xpath - package com.helger.xml.xpath
 
comment(char[], int, int) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
COMMENT_END - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
COMMENT_START - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
compareTo(MicroQName) - Method in class com.helger.xml.microdom.MicroQName
 
compareTo(XPathFunctionKey) - Method in class com.helger.xml.xpath.XPathFunctionKey
 
containsAnyChild(Predicate<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
containsAnyChild(Predicate<? super IMicroNode>) - Method in interface com.helger.xml.microdom.IMicroNode
Check if any direct child matching the provided filter is contained.
containsAnyChildElement(Predicate<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has at least one direct child element that matches the provided filter.
containsAnyChildElement(Predicate<? super IMicroElement>) - Method in class com.helger.xml.microdom.MicroElement
 
containsAtLeastOneError() - Method in class com.helger.xml.sax.CollectingSAXErrorHandler
 
containsExtension(String) - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLCDATAChar(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLCDATAChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLNameChar(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLNameChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLTextChar(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLTextChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
containsMimeType(IMimeType) - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
containsMimeType(String) - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
containsMimeTypeForExtension(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Check if any mime type is associated with the passed extension
containsMimeTypeForFilename(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Check if any mime type is registered for the extension of the specified filename.
convertToMicroElement(Object, String, String) - Method in interface com.helger.xml.microdom.convert.IMicroTypeConverter
Convert the passed object to a micro element using the specified tag name
convertToMicroElement(Object, String) - Static method in class com.helger.xml.microdom.convert.MicroTypeConverter
 
convertToMicroElement(Object, String, String) - Static method in class com.helger.xml.microdom.convert.MicroTypeConverter
 
convertToMicroElement(Object, String, String) - Method in class com.helger.xml.microdom.convert.StringBasedMicroTypeConverter
 
convertToMicroElement(Object, String, String) - Method in class com.helger.xml.microdom.convert.StringMicroTypeConverter
 
convertToMicroNode(Node) - Static method in class com.helger.xml.microdom.util.MicroHelper
 
convertToNative(IMicroElement) - Method in interface com.helger.xml.microdom.convert.IMicroTypeConverter
Convert the passed object to a native element.
convertToNative(IMicroElement, Class<DSTTYPE>) - Static method in class com.helger.xml.microdom.convert.MicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter
 
convertToNative(IMicroElement) - Method in class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter
 
convertToNative(IMicroElement) - Method in class com.helger.xml.microdom.convert.StringBasedMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.xml.microdom.convert.StringMicroTypeConverter
 
create(File) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(URI) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(URL) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(IHasInputStream) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(IReadableResource) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(CharSequence) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(String) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(char[]) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(char[], int, int) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(byte[]) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(byte[], int, int) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(ByteBuffer) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(InputStream) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(Reader) - Static method in class com.helger.xml.sax.InputSourceFactory
 
create(File) - Static method in class com.helger.xml.transform.TransformResultFactory
 
create(IWritableResource) - Static method in class com.helger.xml.transform.TransformResultFactory
 
create(OutputStream) - Static method in class com.helger.xml.transform.TransformResultFactory
 
create(Writer) - Static method in class com.helger.xml.transform.TransformResultFactory
 
create(Node) - Static method in class com.helger.xml.transform.TransformResultFactory
 
create(File) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(URI) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(URL) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(IHasInputStream) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(IReadableResource) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(CharSequence) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(String) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(char[]) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(char[], int, int) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(byte[]) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(byte[], int, int) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(ByteBuffer) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(InputStream) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(Reader) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
create(Node) - Static method in class com.helger.xml.transform.TransformSourceFactory
 
createCloneOnDemand(ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReaderSettings
Create a clone of the passed settings, depending on the parameter.
createDefaultDocumentBuilderFactory() - Static method in class com.helger.xml.XMLFactory
Create a new DocumentBuilderFactory using the defaults defined in this class (XMLFactory.DEFAULT_DOM_NAMESPACE_AWARE, XMLFactory.DEFAULT_DOM_VALIDATING etc.).
createDocumentBuilder() - Static method in class com.helger.xml.XMLFactory
Create a document builder without a certain schema, using the default DocumentBuilderFactory.
createDocumentBuilder(Schema) - Static method in class com.helger.xml.XMLFactory
Create a document builder for a certain schema.
createDocumentBuilder(DocumentBuilderFactory) - Static method in class com.helger.xml.XMLFactory
Create a document builder without a certain schema, using the passed DocumentBuilderFactory.
createDocumentBuilderFactory(Schema) - Static method in class com.helger.xml.XMLFactory
Create a new DocumentBuilderFactory for the specified schema, with the following settings: coalescing, comment ignoring and namespace aware.
createForHTML4() - Static method in class com.helger.xml.serialize.write.XMLWriterSettings
 
createForHTML5() - Static method in class com.helger.xml.serialize.write.XMLWriterSettings
 
createForXHTML() - Static method in class com.helger.xml.serialize.write.XMLWriterSettings
 
createListDocument(Collection<String>) - Static method in class com.helger.xml.microdom.util.XMLListHandler
 
createMapDocument(Map<String, String>) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
 
createNewXPath() - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath without any special settings using the default XPathFactory.
createNewXPath(XPathFactory) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath without any special settings.
createNewXPath(XPathVariableResolver) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver using the default XPathFactory.
createNewXPath(XPathFactory, XPathVariableResolver) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver.
createNewXPath(XPathFunctionResolver) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed function resolver using the default XPathFactory.
createNewXPath(XPathFactory, XPathFunctionResolver) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed function resolver.
createNewXPath(NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed namespace context using the default XPathFactory.
createNewXPath(XPathFactory, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed namespace context.
createNewXPath(XPathVariableResolver, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver and namespace context using the default XPathFactory.
createNewXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver, function resolver and namespace context using the default XPathFactory.
createNewXPath(XPathFactory, XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver, function resolver and namespace context.
createNewXPathExpresion(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(XPathVariableResolver, String) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(XPathFunctionResolver, String) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(NamespaceContext, String) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(String) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath expression for evaluatio using the default XPathFactoryn.
createNewXPathExpresion(XPath, String) - Static method in class com.helger.xml.xpath.XPathHelper
Create a new XPath expression for evaluation.
createSchema(SchemaFactory, String, ICommonsList<? extends IReadableResource>) - Static method in class com.helger.xml.schema.SchemaCache
 
createTransformerFactory(ErrorListener, URIResolver) - Static method in class com.helger.xml.transform.XMLTransformerFactory
 
createWithClones(IMicroNode...) - Static method in class com.helger.xml.microdom.MicroContainer
Create a new IMicroContainer that contains clones of all passed nodes
createWithClones(Iterable<? extends IMicroNode>) - Static method in class com.helger.xml.microdom.MicroContainer
Create a new IMicroContainer that contains clones of all passed nodes
createXMLEmitter(Writer, IXMLWriterSettings) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
 
createXMLReader() - Static method in class com.helger.xml.serialize.read.SAXReaderFactory
 
createXMLReader() - Static method in class com.helger.xml.serialize.read.XMLReaderFactoryCommons
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - Static method in class com.helger.xml.serialize.read.XMLReaderFactoryCommons
Attempt to create an XML reader from a class name.
createXSDSchemaFactory() - Static method in class com.helger.xml.schema.XMLSchemaCache
 
CXML - Class in com.helger.xml
This is just a workaround if Xerces is not in the build path.
CXMLRegEx - Class in com.helger.xml
XML regular expressions.

D

DEBUG_RESOLVE - Static variable in class com.helger.xml.ls.AbstractLSResourceResolver
Internal debug flag for console debugging
debugLogDOMFeatures() - Static method in class com.helger.xml.XMLDebug
Emit all supported features to the logger.
DEFAULT - Static variable in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
The default setting as it was in previous versions of ph-commons
DEFAULT_DOM_COALESCING - Static variable in class com.helger.xml.XMLFactory
DocumentBuilderFactory is by default coalescing
DEFAULT_DOM_EXPAND_ENTITY_REFERENCES - Static variable in class com.helger.xml.XMLFactory
DocumentBuilderFactory is by default entity reference expanding
DEFAULT_DOM_IGNORING_COMMENTS - Static variable in class com.helger.xml.XMLFactory
DocumentBuilderFactory is by default ignoring comments
DEFAULT_DOM_IGNORING_ELEMENT_CONTENT_WHITESPACE - Static variable in class com.helger.xml.XMLFactory
DocumentBuilderFactory is by default not ignoring element content whitespace
DEFAULT_DOM_NAMESPACE_AWARE - Static variable in class com.helger.xml.XMLFactory
DocumentBuilderFactory is by default namespace aware
DEFAULT_DOM_VALIDATING - Static variable in class com.helger.xml.XMLFactory
DocumentBuilderFactory is by default not DTD validating
DEFAULT_DOM_XINCLUDE_AWARE - Static variable in class com.helger.xml.XMLFactory
DocumentBuilderFactory is by default not XInclude aware
DEFAULT_EMIT_NAMESPACES - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
By default namespaces are written.
DEFAULT_ESCAPE - Static variable in class com.helger.xml.microdom.MicroText
By default the text should be XML escaped when emitting to a file etc.
DEFAULT_IGNORABLE_WHITESPACE - Static variable in class com.helger.xml.microdom.MicroText
By default the text is not ignorable whitespaces
DEFAULT_INDENTATION_STRING - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
By default indentation happens with 2 spaces
DEFAULT_NAMESPACE_CTX - Static variable in class com.helger.xml.serialize.write.XMLWriter
By default no XML namespace map is present
DEFAULT_NAMESPACE_PREFIX_PREFIX - Static variable in class com.helger.xml.serialize.write.AbstractXMLSerializer
The prefix to be used for created namespace prefixes :) (e.g. for "ns0" or "ns1")
DEFAULT_PUT_NAMESPACE_CONTEXT_PREFIXES_IN_ROOT - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
By default namespace context prefixes are put inside the root element
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY - Static variable in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY - Static variable in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
DEFAULT_SPACE_ON_SELF_CLOSED_ELEMENT - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
By default a leading space is inserted before a self closed element (e.g.
DEFAULT_STANDALONE - Static variable in class com.helger.xml.microdom.MicroDocument
By default a document is not standalone
DEFAULT_THROW_EXCEPTION_ON_NESTED_COMMENTS - Static variable in class com.helger.xml.serialize.write.XMLEmitter
By default an exception is thrown for nested comments
DEFAULT_USE_CLASS_HIERARCHY - Static variable in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
DEFAULT_USE_DOUBLE_QUOTES_FOR_ATTRIBUTES - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
By default double quotes are used to wrap attribute values
DEFAULT_XML_CHARSET - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
The default charset is UTF-8
DEFAULT_XML_CHARSET_OBJ - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
The default charset is UTF-8
DEFAULT_XML_SETTINGS - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
The default settings to use
DEFAULT_XML_VERSION - Static variable in class com.helger.xml.serialize.write.XMLWriter
The default XML version to be used
DefaultTransformURIResolver - Class in com.helger.xml.transform
Implementation of the URIResolver interface using SimpleLSResourceResolver to resolve resources.
DefaultTransformURIResolver() - Constructor for class com.helger.xml.transform.DefaultTransformURIResolver
 
DefaultTransformURIResolver(URIResolver) - Constructor for class com.helger.xml.transform.DefaultTransformURIResolver
 
detachFromParent() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
detachFromParent() - Method in interface com.helger.xml.microdom.IMicroNode
Detach this node from the parent node so it can be inserted into another node without problems.
DOM_CERTIFIED - Static variable in class com.helger.xml.CXML
DOM LS feature
DOM_CHECK_CHAR_NORMALIZATION - Static variable in class com.helger.xml.CXML
DOM level 3 feature
DOM_DISALLOW_DOCTYPE - Static variable in class com.helger.xml.CXML
DOM LS feature
DOM_DISCARD_DEFAULT_CONTENT - Static variable in class com.helger.xml.CXML
DOM level 3 feature
DOM_FORMAT_PRETTY_PRINT - Static variable in class com.helger.xml.CXML
DOM LS feature
DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS - Static variable in class com.helger.xml.CXML
DOM LS feature
DOM_NORMALIZE_CHARACTERS - Static variable in class com.helger.xml.CXML
DOM level 3 feature
DOM_SPLIT_CDATA - Static variable in class com.helger.xml.CXML
DOM level 3 feature
DOM_UNKNOWNCHARS - Static variable in class com.helger.xml.CXML
DOM LS feature
DOM_WELLFORMED - Static variable in class com.helger.xml.CXML
DOM level 3 feature
DOM_XMLDECL - Static variable in class com.helger.xml.CXML
DOM LS feature
DOMInputStreamProvider - Class in com.helger.xml.serialize.read
A special input stream provider that takes an existing Node and converts it to a byte array.
DOMInputStreamProvider(Node) - Constructor for class com.helger.xml.serialize.read.DOMInputStreamProvider
Constructor for W3C nodes using the default XML charset.
DOMInputStreamProvider(Node, Charset) - Constructor for class com.helger.xml.serialize.read.DOMInputStreamProvider
Constructor for W3C nodes.
DOMInputStreamProvider(Node, IXMLWriterSettings) - Constructor for class com.helger.xml.serialize.read.DOMInputStreamProvider
Constructor for W3C nodes.
DOMReader - Class in com.helger.xml.serialize.read
Helper class to read XML documents via SAX or DOM
DOMReaderDefaultSettings - Class in com.helger.xml.serialize.read
DOM reader default settings
DOMReaderSettings - Class in com.helger.xml.serialize.read
DOM reader settings
DOMReaderSettings() - Constructor for class com.helger.xml.serialize.read.DOMReaderSettings
Constructor using the default settings from DOMReaderDefaultSettings.
DOMReaderSettings(IDOMReaderSettings) - Constructor for class com.helger.xml.serialize.read.DOMReaderSettings
Copy constructor.
DoNothingLSResourceResolver - Class in com.helger.xml.ls
A LSResourceResolver implementation that does nothing.
DoNothingLSResourceResolver() - Constructor for class com.helger.xml.ls.DoNothingLSResourceResolver
 
DoNothingSAXErrorHandler - Class in com.helger.xml.sax
java.xml error handler that ignores all errors.
DoNothingSAXErrorHandler() - Constructor for class com.helger.xml.sax.DoNothingSAXErrorHandler
 
DoNothingTransformErrorListener - Class in com.helger.xml.transform
ErrorListener that does nothing.
DoNothingTransformErrorListener() - Constructor for class com.helger.xml.transform.DoNothingTransformErrorListener
 
DoNothingTransformErrorListener(ErrorListener) - Constructor for class com.helger.xml.transform.DoNothingTransformErrorListener
 
DoNothingTransformURIResolver - Class in com.helger.xml.transform
URIResolver that does nothing.
DoNothingTransformURIResolver() - Constructor for class com.helger.xml.transform.DoNothingTransformURIResolver
 
doStandardResourceResolving(String, String) - Static method in class com.helger.xml.ls.SimpleLSResourceResolver
Do the standard resource resolving of sSystemId relative to sBaseURI
doStandardResourceResolving(String, String, ClassLoader) - Static method in class com.helger.xml.ls.SimpleLSResourceResolver
Do the standard resource resolving of sSystemId relative to sBaseURI

E

ELEMENT_CACHE - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_COUNTER - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_ITEM - Static variable in class com.helger.xml.microdom.util.XMLListHandler
Element name of a single item
ELEMENT_KEY - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDCOUNTER - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDSIZE - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDTIMER - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_LIST - Static variable in class com.helger.xml.microdom.util.XMLListHandler
Name of the root element
ELEMENT_MAP - Static variable in class com.helger.xml.microdom.util.XMLMapHandler
Element name for a single mapping
ELEMENT_MAPPING - Static variable in class com.helger.xml.microdom.util.XMLMapHandler
Root element name
ELEMENT_SIZE - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_STATISTICS - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
ELEMENT_TIMER - Static variable in class com.helger.xml.util.statistics.StatisticsExporter
Element name for XML export
EMicroEvent - Enum in com.helger.xml.microdom
All available micro DOM events.
EMicroNodeType - Enum in com.helger.xml.microdom
Denotes the type of IMicroNode objects.
emitNode(XMLEmitter, IMicroNode, IMicroNode, IMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.serialize.MicroSerializer
 
emitNode(XMLEmitter, NODETYPE, NODETYPE, NODETYPE, NODETYPE) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
 
emitNode(XMLEmitter, Node, Node, Node, Node) - Method in class com.helger.xml.serialize.write.XMLSerializer
 
EmptyEntityResolver - Class in com.helger.xml.sax
Special EntityResolver implementation that always delivers an empty document.
EmptyEntityResolver() - Constructor for class com.helger.xml.sax.EmptyEntityResolver
 
endCDATA() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
endDocument() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
endDTD() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
endElement(String, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
endEntity(String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
endPrefixMapping(String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
equals(Object) - Method in class com.helger.xml.ls.LSResourceData
 
equals(Object) - Method in class com.helger.xml.microdom.MicroAttribute
 
equals(Object) - Method in class com.helger.xml.microdom.MicroQName
 
equals(Object) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
equals(Object) - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
equals(Object) - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
equals(Object) - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXML
 
equals(Object) - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
 
equals(Object) - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
 
equals(Object) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
equals(Object) - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
equals(Object) - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 
equals(Object) - Method in class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
equals(Object) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
equals(Object) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
 
equals(Object) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
 
equals(Object) - Method in class com.helger.xml.xpath.XPathFunctionKey
 
ER_END - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
ER_START - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
error(SAXParseException) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
error(SAXParseException) - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
 
error(TransformerException) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
 
evalXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document, QName) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPath(XPath, String, Document, QName) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(XPath, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(XPath, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(XPath, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(XPath, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToString(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToString(String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
evalXPathToString(XPath, String, Document) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
 
EVENT_DOMNODE_INSERTED - Static variable in class com.helger.xml.CXML
DOM event
EXMLCharMode - Enum in com.helger.xml.serialize.write
Defines the different characters modes that are relevant to determine invalid characters as well characters to be masked.
EXMLDOMFeature - Enum in com.helger.xml.dom
Represents different DOM features.
EXMLDOMFeatureVersion - Enum in com.helger.xml.dom
Represents different DOM versions for XML feature tests.
EXMLDOMNodeType - Enum in com.helger.xml.dom
Represents the different DOM node types.
EXMLIncorrectCharacterHandling - Enum in com.helger.xml.serialize.write
Define what to do, when an invalid character is to be serialized to XML.
EXMLParserFeature - Enum in com.helger.xml
Contains constants for parser features.
EXMLParserFeatureType - Enum in com.helger.xml
Contains the types of XML parser features.
EXMLParserProperty - Enum in com.helger.xml
Contains constants for parser properties.
EXMLParserPropertyType - Enum in com.helger.xml
Contains the types of XML parser properties.
EXMLSerializeBracketMode - Enum in com.helger.xml.serialize.write
Determines the bracket mode for XML elements?
EXMLSerializeComments - Enum in com.helger.xml.serialize.write
Determines whether comments should be serialized or not.
EXMLSerializeDocType - Enum in com.helger.xml.serialize.write
Used for creating string representation of XML.
EXMLSerializeIndent - Enum in com.helger.xml.serialize.write
Determines the indentation and alignment mode of XML serialization.
EXMLSerializeVersion - Enum in com.helger.xml.serialize.write
XML serialization version.
EXMLSerializeXMLDeclaration - Enum in com.helger.xml.serialize.write
Used for creating string representation of XML.
EXMLTransformTexts - Enum in com.helger.xml.transform
 
EXMLVersion - Enum in com.helger.xml
XML version determinator.
ExtensionWithSource(String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 
ExtensionWithSource(String, String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 

F

fatalError(SAXParseException) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
fatalError(SAXParseException) - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
 
fatalError(TransformerException) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
 
filterElementWithNamespace() - Static method in class com.helger.xml.XMLHelper
 
filterElementWithNamespace(String) - Static method in class com.helger.xml.XMLHelper
 
filterElementWithNamespaceAndLocalName(String, String) - Static method in class com.helger.xml.XMLHelper
 
filterElementWithoutNamespace() - Static method in class com.helger.xml.XMLHelper
 
filterElementWithTagName(String) - Static method in class com.helger.xml.XMLHelper
 
filterName(String) - Static method in interface com.helger.xml.microdom.IMicroElement
 
filterNamespaceURI(String) - Static method in interface com.helger.xml.microdom.IMicroElement
 
filterNamespaceURIAndName(String, String) - Static method in interface com.helger.xml.microdom.IMicroElement
 
filterNodeIsElement() - Static method in class com.helger.xml.XMLHelper
 
findFirstChild(Predicate<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
findFirstChild(Predicate<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
findFirstChildElement(Predicate<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
 
findFirstChildElement(Predicate<? super IMicroElement>) - Method in class com.helger.xml.microdom.MicroElement
 
findFirstChildMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
findFirstChildMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
forAllAttributes(Consumer<? super IMicroAttribute>) - Method in interface com.helger.xml.microdom.IMicroElement
Iterate all attribute objects.
forAllAttributes(BiConsumer<? super IMicroQName, ? super String>) - Method in interface com.helger.xml.microdom.IMicroElement
Iterate all attribute objects.
forAllAttributes(ITriConsumer<? super String, ? super String, ? super String>) - Method in interface com.helger.xml.microdom.IMicroElement
Iterate all attribute objects.
forAllAttributes(Consumer<? super IMicroAttribute>) - Method in class com.helger.xml.microdom.MicroElement
 
forAllAttributes(BiConsumer<? super IMicroQName, ? super String>) - Method in class com.helger.xml.microdom.MicroElement
 
forAllAttributes(ITriConsumer<? super String, ? super String, ? super String>) - Method in class com.helger.xml.microdom.MicroElement
 
forAllAttributes(Element, BiConsumer<String, String>) - Static method in class com.helger.xml.XMLHelper
 
forAllChildElements(Consumer<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
 
forAllChildElements(Predicate<? super IMicroElement>, Consumer<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
 
forAllChildElements(Predicate<? super IMicroElement>, Consumer<? super IMicroElement>) - Method in class com.helger.xml.microdom.MicroElement
 
forAllChildElementsBreakable(IBreakableConsumer<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
 
forAllChildElementsBreakable(Predicate<? super IMicroElement>, IBreakableConsumer<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
 
forAllChildElementsBreakable(Predicate<? super IMicroElement>, IBreakableConsumer<? super IMicroElement>) - Method in class com.helger.xml.microdom.MicroElement
 
forAllChildren(Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
forAllChildren(Predicate<? super IMicroNode>, Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
forAllChildren(Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
forAllChildren(Predicate<? super IMicroNode>, Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
forAllChildrenBreakable(IBreakableConsumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
forAllChildrenBreakable(IBreakableConsumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
forAllChildrenMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
forAllChildrenMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 

G

get() - Method in class com.helger.xml.serialize.read.SAXReaderFactory
 
getAllAttributeObjs() - Method in interface com.helger.xml.microdom.IMicroElement
Get a list of all attributes.
getAllAttributeObjs() - Method in class com.helger.xml.microdom.MicroElement
 
getAllAttributeQNames() - Method in interface com.helger.xml.microdom.IMicroElement
Get a set of all attribute names.
getAllAttributeQNames() - Method in class com.helger.xml.microdom.MicroElement
 
getAllAttributesAsMap(Element) - Static method in class com.helger.xml.XMLHelper
 
getAllChildElements() - Method in interface com.helger.xml.microdom.IMicroElement
Get a list of all direct child elements.
getAllChildElements(String) - Method in interface com.helger.xml.microdom.IMicroElement
Get a list of all direct child elements having the specified tag name.
getAllChildElements(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Get a list of all direct child elements having the specified namespace and the specified tag name.
getAllChildElements(Predicate<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
Get a list of all direct child elements matching the provided filter.
getAllChildElementsRecursive() - Method in interface com.helger.xml.microdom.IMicroElement
Recursively get all child elements.
getAllChildElementsRecursive() - Method in class com.helger.xml.microdom.MicroElement
 
getAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
getAllChildren() - Method in interface com.helger.xml.microdom.IMicroNode
Get a list of all direct child nodes.
getAllChildren(IMicroElement) - Method in class com.helger.xml.microdom.util.ChildrenProviderElementWithName
 
getAllChildrenAsContainer(IMicroNode) - Static method in class com.helger.xml.microdom.util.MicroHelper
Create a micro container with all children of the passed node.
getAllChildrenRecursive() - Method in interface com.helger.xml.microdom.IMicroNode
Recursively get all children.
getAllEventTargets() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getAllEventTargets(EMicroEvent) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getAllEventTargets() - Method in interface com.helger.xml.microdom.IMicroNode
 
getAllEventTargets(EMicroEvent) - Method in interface com.helger.xml.microdom.IMicroNode
Get all event targets for a certain event.
getAllExtensions() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getAllExtensionsOfMimeType(IMimeType) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all extensions associated to the specified mime type
getAllExtensionsWithSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getAllFeaturesOfType(EXMLParserFeatureType) - Static method in enum com.helger.xml.EXMLParserFeature
 
getAllFeatureValues() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getAllFeatureValues() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getAllFeatureValues() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
getAllFeatureValues() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getAllFeatureValues() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getAllFunctions() - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
getAllGlobs() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getAllGlobsOfMimeType(IMimeType) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all globs (=filename patterns) associated to the specified mime type
getAllInfosOfExtension(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all infos associated with the specified filename extension.
getAllInfosOfFilename(File) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
getAllInfosOfFilename(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
getAllInfosOfMimeType(IMimeType) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all infos associated with the passed mime type.
getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLCDATAChars(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLCDATAChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLNameChars(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLNameChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLTextChars(EXMLSerializeVersion, String) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLTextChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
 
getAllMimeTypeInfos() - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
getAllMimeTypes() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getAllMimeTypes() - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
getAllMimeTypesForExtension(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all mime types that are associated to the specified filename extension.
getAllMimeTypesForFilename(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all mime types that are associated to the extension of the specified filename.
getAllMimeTypeStrings() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getAllMimeTypeStrings() - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
getAllMimeTypeStringsForExtension(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all mime types that are associated to the specified filename extension.
getAllMimeTypeStringsForFilename(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get all mime types that are associated to the extension of the specified filename.
getAllMimeTypesWithSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getAllOriginalChildrenAsContainer(IMicroNode) - Static method in class com.helger.xml.microdom.util.MicroHelper
Create a micro container with all children of the passed node.
getAllParentTypes() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getAllPropertiesOfType(EXMLParserPropertyType) - Static method in enum com.helger.xml.EXMLParserProperty
 
getAllPropertyValues() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getAllPropertyValues() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getAllPropertyValues() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
getAllPropertyValues() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getAllPropertyValues() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getAllQAttributes() - Method in interface com.helger.xml.microdom.IMicroElement
Get a map of all fully qualified attribute names and values.
getAllQAttributes() - Method in class com.helger.xml.microdom.MicroElement
 
getAllRequestedResources() - Method in class com.helger.xml.ls.CollectingLSResourceResolver
 
getAllSupportedFeatures() - Static method in class com.helger.xml.XMLDebug
 
getAllSupportedFeatures(EXMLDOMFeatureVersion) - Static method in class com.helger.xml.XMLDebug
 
getAllVariables() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
 
getAllVariables() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
 
getArity() - Method in class com.helger.xml.xpath.XPathFunctionKey
 
getAsCharArray(Set<Character>) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
Convert the passed set to an array
getAsCharArray() - Method in class com.helger.xml.transform.StringStreamResult
 
getAsDocument() - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
getAsMicroNode() - Method in interface com.helger.xml.microdom.IHasMicroNodeRepresentation
 
getAsString() - Method in class com.helger.xml.transform.StringStreamResult
 
getAsXMLDocument() - Static method in class com.helger.xml.util.statistics.StatisticsExporter
 
getAsXMLQName() - Method in interface com.helger.xml.microdom.IMicroAttribute
 
getAsXMLQName(String) - Method in interface com.helger.xml.microdom.IMicroAttribute
 
getAsXMLQName() - Method in interface com.helger.xml.microdom.IMicroQName
 
getAsXMLQName(String) - Method in interface com.helger.xml.microdom.IMicroQName
 
getAsXMLQName() - Method in class com.helger.xml.microdom.MicroQName
 
getAsXMLQName(String) - Method in class com.helger.xml.microdom.MicroQName
 
getAttributeCount() - Method in interface com.helger.xml.microdom.IMicroElement
 
getAttributeCount() - Method in class com.helger.xml.microdom.MicroElement
 
getAttributeName() - Method in interface com.helger.xml.microdom.IMicroAttribute
Get the (local) name of the attribute.
getAttributeNamespacePrefixToUse(String, String, String, Map<QName, String>) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
getAttributeObj(String) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute object with the specified name.
getAttributeObj(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute object with the specified namespace URI and local name.
getAttributeObj(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute object with the specified qualified name.
getAttributeObj(IMicroQName) - Method in class com.helger.xml.microdom.MicroElement
 
getAttributeQName() - Method in interface com.helger.xml.microdom.IMicroAttribute
Get the qualified name of the attribute.
getAttributeQName() - Method in class com.helger.xml.microdom.MicroAttribute
 
getAttributeValue() - Method in interface com.helger.xml.microdom.IMicroAttribute
 
getAttributeValue(String) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValue(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValue(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValue() - Method in class com.helger.xml.microdom.MicroAttribute
 
getAttributeValue(Element, String) - Static method in class com.helger.xml.XMLHelper
The latest version of XercesJ 2.9 returns an empty string for non existing attributes.
getAttributeValue(Element, String, String) - Static method in class com.helger.xml.XMLHelper
The latest version of XercesJ 2.9 returns an empty string for non existing attributes.
getAttributeValueWithConversion(String, Class<DSTTYPE>) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValueWithConversion(String, String, Class<DSTTYPE>) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValueWithConversion(IMicroQName, Class<DSTTYPE>) - Method in interface com.helger.xml.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValueWithConversion(String, Class<DSTTYPE>) - Method in class com.helger.xml.microdom.MicroElement
 
getAttributeValueWithConversion(String, String, Class<DSTTYPE>) - Method in class com.helger.xml.microdom.MicroElement
 
getAttributeValueWithConversion(IMicroQName, Class<DSTTYPE>) - Method in class com.helger.xml.microdom.MicroElement
 
getAttrValue() - Method in interface com.helger.xml.microdom.IHasAttributeValue
 
getBaseURI() - Method in class com.helger.xml.ls.LSResourceData
 
getBaseURI() - Method in class com.helger.xml.ls.ResourceLSInput
 
getBracketMode(String, String, Map<QName, String>, boolean) - Method in interface com.helger.xml.serialize.write.IXMLBracketModeDeterminator
Determine the bracket mode for an XML element.
getBracketMode(String, String, Map<QName, String>, boolean) - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
getBracketMode(String, String, Map<QName, String>, boolean) - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
getBracketMode(String, String, Map<QName, String>, boolean) - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXML
 
getBracketModeDeterminator() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getBracketModeDeterminator() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getByteStream() - Method in class com.helger.xml.ls.ResourceLSInput
 
getByteStream() - Method in class com.helger.xml.sax.ReadableResourceSAXInputSource
 
getCertifiedText() - Method in class com.helger.xml.ls.ResourceLSInput
 
getCharacterStream() - Method in class com.helger.xml.ls.ResourceLSInput
 
getCharacterStream() - Method in class com.helger.xml.sax.StringSAXInputSource
 
getCharset() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getCharset() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getCharsetObj() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getCharsetObj() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getChildAtIndex(int) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getChildAtIndex(int) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
getChildCount() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getChildCount() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
getChildCount(IMicroElement) - Method in class com.helger.xml.microdom.util.ChildrenProviderElementWithName
 
getChildElementCount() - Method in interface com.helger.xml.microdom.IMicroElement
Get the number of all direct child elements.
getChildElementCount(Predicate<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
Get the number of direct child elements that match the provided filter.
getChildElementIteratorNoNS(Node) - Static method in class com.helger.xml.XMLHelper
Get an iterator over all child elements that have no namespace.
getChildElementIteratorNoNS(Node, String) - Static method in class com.helger.xml.XMLHelper
Get an iterator over all child elements that have no namespace and the desired tag name.
getChildElementIteratorNS(Node, String) - Static method in class com.helger.xml.XMLHelper
 
getChildElementIteratorNS(Node, String, String) - Static method in class com.helger.xml.XMLHelper
 
getChildTextContent(IMicroElement, String) - Static method in class com.helger.xml.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.
getChildTextContent(IMicroElement, String, String) - Static method in class com.helger.xml.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.
getChildTextContentTrimmed(IMicroElement, String) - Static method in class com.helger.xml.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.
getChildTextContentTrimmed(IMicroElement, String, String) - Static method in class com.helger.xml.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.
getChildTextContentWithConversion(IMicroElement, String, Class<DSTTYPE>) - Static method in class com.helger.xml.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.
getChildTextContentWithConversion(IMicroElement, String, String, Class<DSTTYPE>) - Static method in class com.helger.xml.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.
getClassLoader() - Method in class com.helger.xml.ls.SimpleLSResourceResolver
 
getClone() - Method in interface com.helger.xml.microdom.IMicroAttribute
getClone() - Method in interface com.helger.xml.microdom.IMicroCDATA
getClone() - Method in interface com.helger.xml.microdom.IMicroComment
getClone() - Method in interface com.helger.xml.microdom.IMicroContainer
getClone() - Method in interface com.helger.xml.microdom.IMicroDocument
getClone() - Method in interface com.helger.xml.microdom.IMicroDocumentType
getClone() - Method in interface com.helger.xml.microdom.IMicroElement
getClone() - Method in interface com.helger.xml.microdom.IMicroEntityReference
getClone() - Method in interface com.helger.xml.microdom.IMicroNodeWithChildren
getClone() - Method in interface com.helger.xml.microdom.IMicroProcessingInstruction
getClone() - Method in interface com.helger.xml.microdom.IMicroText
getClone() - Method in class com.helger.xml.microdom.MicroAttribute
 
getClone() - Method in class com.helger.xml.microdom.MicroCDATA
 
getClone() - Method in class com.helger.xml.microdom.MicroComment
 
getClone() - Method in class com.helger.xml.microdom.MicroContainer
 
getClone() - Method in class com.helger.xml.microdom.MicroDocument
 
getClone() - Method in class com.helger.xml.microdom.MicroDocumentType
 
getClone() - Method in class com.helger.xml.microdom.MicroElement
 
getClone() - Method in class com.helger.xml.microdom.MicroEntityReference
 
getClone() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
getClone() - Method in class com.helger.xml.microdom.MicroText
 
getClone() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
getClone() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getClone() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getClone() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getClone() - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
getClone() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
 
getClone() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
 
getComment() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getComparatorQName() - Static method in class com.helger.xml.CXML
 
getContentHandler() - Method in interface com.helger.xml.serialize.read.ISAXReaderSettings
 
getContentHandler() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getContentHandler() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getConverterToMicroElement(Class<?>) - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
getConverterToNative(Class<?>) - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
getCustomNamespaceURI(String) - Method in class com.helger.xml.namespace.AbstractNamespaceContext
 
getCustomNamespaceURI(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
getCustomNamespaceURI(String) - Method in class com.helger.xml.namespace.SingleElementNamespaceContext
 
getCustomPrefix(String) - Method in class com.helger.xml.namespace.AbstractNamespaceContext
 
getCustomPrefix(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
getCustomPrefix(String) - Method in class com.helger.xml.namespace.SingleElementNamespaceContext
 
getCustomPrefixes(String) - Method in class com.helger.xml.namespace.AbstractNamespaceContext
 
getCustomPrefixes(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
getCustomPrefixes(String) - Method in class com.helger.xml.namespace.SingleElementNamespaceContext
 
getData() - Method in interface com.helger.xml.microdom.IMicroDataAware
 
getData() - Method in interface com.helger.xml.microdom.IMicroProcessingInstruction
 
getData() - Method in class com.helger.xml.microdom.MicroCDATA
 
getData() - Method in class com.helger.xml.microdom.MicroComment
 
getData() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
getData() - Method in class com.helger.xml.microdom.MicroText
 
getDeclarationHandler() - Method in interface com.helger.xml.serialize.read.ISAXReaderSettings
 
getDeclarationHandler() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getDeclarationHandler() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getDefaultInstance() - Static method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
getDefaultNamespaceURI() - Method in class com.helger.xml.namespace.AbstractNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.helger.xml.namespace.SingleElementNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
 
getDefaultTransformerFactory() - Static method in class com.helger.xml.transform.XMLTransformerFactory
 
getDefaultXPathFactory() - Static method in class com.helger.xml.xpath.XPathHelper
 
getDirectChildElementCountNoNS(Element) - Static method in class com.helger.xml.XMLHelper
 
getDirectChildElementCountNoNS(Element, String) - Static method in class com.helger.xml.XMLHelper
 
getDirectChildElementCountNS(Element, String) - Static method in class com.helger.xml.XMLHelper
 
getDirectChildElementCountNS(Element, String, String) - Static method in class com.helger.xml.XMLHelper
 
getDisplayLocale() - Method in class com.helger.xml.transform.LoggingTransformErrorListener
 
getDisplayText(Locale) - Method in enum com.helger.xml.transform.EXMLTransformTexts
 
getDocType() - Method in interface com.helger.xml.microdom.IMicroDocument
 
getDocType() - Method in class com.helger.xml.microdom.MicroDocument
 
getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, IMicroDocumentType) - Static method in class com.helger.xml.serialize.write.XMLEmitter
Get the XML representation of a document type.
getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, String, String, String) - Static method in class com.helger.xml.serialize.write.XMLEmitter
Get the XML representation of a document type.
getDocument() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
getDocumentBuilder() - Static method in class com.helger.xml.XMLFactory
 
getDocumentBuilderFactory() - Static method in class com.helger.xml.XMLFactory
 
getDocumentElement() - Method in interface com.helger.xml.microdom.IMicroDocument
 
getDocumentElement() - Method in class com.helger.xml.microdom.MicroDocument
 
getDocumentRootElementTagName(IMicroDocument) - Static method in class com.helger.xml.microdom.util.MicroHelper
Get the tag name of the passed documents root element.
getDOMImplementation() - Static method in class com.helger.xml.XMLFactory
 
getDOMNodeType() - Method in enum com.helger.xml.microdom.EMicroNodeType
 
getDTDHandler() - Method in interface com.helger.xml.serialize.read.ISAXReaderSettings
 
getDTDHandler() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getDTDHandler() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getElementName(Node) - Static method in class com.helger.xml.XMLHelper
 
getElementNamespacePrefixToUse(String, boolean, Map<QName, String>) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
getEncoding() - Method in class com.helger.xml.ls.ResourceLSInput
 
getEntityResolver() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getEntityResolver() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getEntityResolver() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
getEntityResolver() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getEntityResolver() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getErrorHandler() - Method in class com.helger.xml.schema.SchemaCache
 
getErrorHandler() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getErrorHandler() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getErrorHandler() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
getErrorHandler() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getErrorHandler() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getErrorMessage(IErrorLevel, SAXParseException) - Method in class com.helger.xml.sax.LoggingSAXErrorHandler
 
getEventType() - Method in interface com.helger.xml.microdom.IMicroEvent
 
getEventType() - Method in class com.helger.xml.microdom.MicroEvent
 
getExceptionHandler() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getExceptionHandler() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getExceptionHandler() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
getExceptionHandler() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getExceptionHandler() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getExtension() - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 
getFeatureType() - Method in enum com.helger.xml.EXMLParserFeature
 
getFeatureValue(EXMLParserFeature) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getFeatureValue(EXMLParserFeature) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getFeatureValue(EXMLParserFeature) - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
Get the value of the specified parser feature
getFeatureValue(EXMLParserFeature) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getFeatureValue(EXMLParserFeature) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getFirstChild() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getFirstChild() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
getFirstChild() - Method in interface com.helger.xml.microdom.IMicroNode
 
getFirstChildElement() - Method in interface com.helger.xml.microdom.IMicroElement
Get the first child element of this element.
getFirstChildElement(String) - Method in interface com.helger.xml.microdom.IMicroElement
Get the first child element with the given tag name.
getFirstChildElement(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Get the first child element with the given tag name and the given namespace.
getFirstChildElement(Node) - Static method in class com.helger.xml.XMLHelper
Get the first direct child element of the passed element.
getFirstChildElementOfName(Node, String) - Static method in class com.helger.xml.XMLHelper
Search all child nodes of the given for the first element that has the specified tag name.
getFirstChildText(Node) - Static method in class com.helger.xml.XMLHelper
Get the content of the first Text child element of the passed element.
getFromIDOrNull(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeature
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeatureVersion
 
getFromIDOrNull(int) - Static method in enum com.helger.xml.dom.EXMLDOMNodeType
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.microdom.EMicroEvent
 
getFromIDOrNull(int) - Static method in enum com.helger.xml.microdom.EMicroNodeType
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.serialize.write.EXMLCharMode
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeComments
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeDocType
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
 
getFromIDOrNull(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
 
getFromNameOrNull(String) - Static method in enum com.helger.xml.EXMLParserFeature
 
getFromNameOrNull(String) - Static method in enum com.helger.xml.EXMLParserProperty
 
getFromVersionOrDefault(String, EXMLVersion) - Static method in enum com.helger.xml.EXMLVersion
Find the EXMLVersion object matching the passed version string.
getFromVersionOrNull(String) - Static method in enum com.helger.xml.EXMLVersion
Find the EXMLVersion object matching the passed version string.
getFromXMLVersionOrThrow(EXMLVersion) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
Get the EXMLSerializeVersion from the specified EXMLVersion .
getFunctionCount() - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
getFunctionName() - Method in class com.helger.xml.xpath.XPathFunctionKey
 
getHTMLEntityReferenceString(char) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
Get the entity reference for the specified character.
getID() - Method in enum com.helger.xml.dom.EXMLDOMFeature
 
getID() - Method in enum com.helger.xml.dom.EXMLDOMFeatureVersion
 
getID() - Method in enum com.helger.xml.dom.EXMLDOMNodeType
 
getID() - Method in enum com.helger.xml.microdom.EMicroEvent
 
getID() - Method in enum com.helger.xml.microdom.EMicroNodeType
 
getID() - Method in enum com.helger.xml.serialize.write.EXMLCharMode
 
getID() - Method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
 
getID() - Method in enum com.helger.xml.serialize.write.EXMLSerializeComments
 
getID() - Method in enum com.helger.xml.serialize.write.EXMLSerializeDocType
 
getID() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
getID() - Method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
 
getID() - Method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
 
getIncorrectCharacterHandling() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getIncorrectCharacterHandling() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getIndent() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getIndent() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getIndentationString() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getIndentationString() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getIndentDeterminator() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getIndentDeterminator() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getIndentInner(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in interface com.helger.xml.serialize.write.IXMLIndentDeterminator
Determine the outer indentation mode (after the start tag and before the closing tag).
getIndentInner(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
 
getIndentInner(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
 
getIndentOuter(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in interface com.helger.xml.serialize.write.IXMLIndentDeterminator
Determine the outer indentation mode (before the start tag and after the closing tag).
getIndentOuter(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
 
getIndentOuter(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
 
getInputStream() - Method in class com.helger.xml.transform.ResourceStreamSource
 
getInputStreamProvider() - Method in class com.helger.xml.ls.ResourceLSInput
 
getInputStreamProvider() - Method in class com.helger.xml.sax.ReadableResourceSAXInputSource
 
getInputStreamProvider() - Method in class com.helger.xml.transform.ResourceStreamSource
 
getInstance() - Static method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
getInstance() - Static method in class com.helger.xml.microdom.convert.StringMicroTypeConverter
 
getInstance() - Static method in class com.helger.xml.schema.XMLSchemaCache
 
getInstanceOfClassLoader(IHasClassLoader) - Static method in class com.helger.xml.schema.XMLSchemaCache
 
getInstanceOfClassLoader(ClassLoader) - Static method in class com.helger.xml.schema.XMLSchemaCache
 
getLastChild() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getLastChild() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
getLastChild() - Method in interface com.helger.xml.microdom.IMicroNode
 
getLength(NodeList) - Static method in class com.helger.xml.XMLHelper
 
getLexicalHandler() - Method in interface com.helger.xml.serialize.read.ISAXReaderSettings
 
getLexicalHandler() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getLexicalHandler() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getLocale() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getLocale() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
getLocale() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getLocalName() - Method in interface com.helger.xml.microdom.IMicroElement
Get the local name of the element.
getLocalName() - Method in class com.helger.xml.microdom.MicroElement
 
getLogMessage(Throwable) - Method in class com.helger.xml.serialize.read.XMLLoggingExceptionCallback
 
getMappingCount() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
getMaskedXMLText(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
 
getMaskedXMLTextLength(EXMLVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
 
getMaskedXMLTextLength(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
 
getMimeType() - Method in class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
getMimeTypeAsString() - Method in class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
getName() - Method in enum com.helger.xml.EXMLParserFeature
 
getName() - Method in enum com.helger.xml.EXMLParserProperty
 
getName() - Method in interface com.helger.xml.microdom.IMicroEntityReference
 
getName() - Method in interface com.helger.xml.microdom.IMicroQName
 
getName() - Method in class com.helger.xml.microdom.MicroEntityReference
 
getName() - Method in class com.helger.xml.microdom.MicroQName
 
getNamespaceContext() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getNamespaceContext() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getNamespaceURI() - Method in class com.helger.xml.ls.LSResourceData
 
getNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroAttribute
Get the namespace URI of this attribute
getNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroElement
Get the namespace URI of this element
getNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroQName
Get the namespace URI
getNamespaceURI() - Method in class com.helger.xml.microdom.MicroElement
 
getNamespaceURI() - Method in class com.helger.xml.microdom.MicroQName
 
getNamespaceURI(String) - Method in class com.helger.xml.namespace.AbstractNamespaceContext
 
getNamespaceURI(Node) - Static method in class com.helger.xml.XMLHelper
 
getNamespaceURIOfPrefix(String) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
Get the URL matching a given namespace prefix in this level.
getNewLineMode() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getNewLineMode() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getNewLineString() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getNewLineString() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getNextSibling() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getNextSibling() - Method in interface com.helger.xml.microdom.IMicroNode
 
getNodeAsString(IMicroNode, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
 
getNodeAsString(Node, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.XMLWriter
 
getNodeName() - Method in interface com.helger.xml.microdom.IMicroNode
 
getNodeName() - Method in class com.helger.xml.microdom.MicroCDATA
 
getNodeName() - Method in class com.helger.xml.microdom.MicroComment
 
getNodeName() - Method in class com.helger.xml.microdom.MicroContainer
 
getNodeName() - Method in class com.helger.xml.microdom.MicroDocument
 
getNodeName() - Method in class com.helger.xml.microdom.MicroDocumentType
 
getNodeName() - Method in class com.helger.xml.microdom.MicroElement
 
getNodeName() - Method in class com.helger.xml.microdom.MicroEntityReference
 
getNodeName() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
getNodeName() - Method in class com.helger.xml.microdom.MicroText
 
getNodeTypeAsString(int) - Static method in class com.helger.xml.XMLDebug
 
getNodeValue() - Method in interface com.helger.xml.microdom.IMicroNode
 
getNodeValue() - Method in class com.helger.xml.microdom.MicroCDATA
 
getNodeValue() - Method in class com.helger.xml.microdom.MicroComment
 
getNodeValue() - Method in class com.helger.xml.microdom.MicroEntityReference
 
getNodeValue() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
getNodeValue() - Method in class com.helger.xml.microdom.MicroText
 
getOutputStream() - Method in class com.helger.xml.transform.ResourceStreamResult
 
getOwnerDocument(Node) - Static method in class com.helger.xml.XMLHelper
Get the owner document of the passed node.
getParent() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getParent() - Method in interface com.helger.xml.microdom.IMicroNode
 
getParentElementWithName(String) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getParentElementWithName(String, String) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getParentElementWithName(String) - Method in interface com.helger.xml.microdom.IMicroNode
 
getParentElementWithName(String, String) - Method in interface com.helger.xml.microdom.IMicroNode
 
getPath(IMicroNode, String) - Static method in class com.helger.xml.microdom.util.MicroHelper
Get the path of the given node, up to the root element.
getPathToNode(Node) - Static method in class com.helger.xml.XMLHelper
Shortcut for XMLHelper.getPathToNode(Node, String) using "/" as the separator.
getPathToNode(Node, String) - Static method in class com.helger.xml.XMLHelper
Get the path from root node to the passed node.
getPathToNode2(Node) - Static method in class com.helger.xml.XMLHelper
Shortcut for XMLHelper.getPathToNode2(Node,String) using "/" as the separator.
getPathToNode2(Node, String) - Static method in class com.helger.xml.XMLHelper
Get the path from root node to the passed node.
getPlusFeature() - Method in enum com.helger.xml.dom.EXMLDOMFeature
 
getPrefix(String) - Method in class com.helger.xml.namespace.AbstractNamespaceContext
 
getPrefixes(String) - Method in class com.helger.xml.namespace.AbstractNamespaceContext
 
getPrefixOfNamespaceURI(String) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
 
getPrefixToNamespaceURIMap() - Method in interface com.helger.xml.namespace.IIterableNamespaceContext
Get all contained mappings.
getPrefixToNamespaceURIMap() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
getPrefixToNamespaceURIMap() - Method in class com.helger.xml.namespace.SingleElementNamespaceContext
 
getPreviousSibling() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
getPreviousSibling() - Method in interface com.helger.xml.microdom.IMicroNode
 
getPrimaryExtension() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getPrimaryExtensionOfMimeType(IMimeType) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get the primary (=first) extension for the specified mime type.
getPrimaryExtensionWithSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getPrimaryGlob() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getPrimaryMimeType() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getPrimaryMimeTypeForExtension(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get the primary (=first) mime type that is associated to the specified filename extension.
getPrimaryMimeTypeForFilename(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get the primary (=first) mime type associated with the specified filename.
getPrimaryMimeTypeString() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getPrimaryMimeTypeStringForExtension(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get the primary (=first) mime type that is associated to the specified filename extension.
getPrimaryMimeTypeStringForFilename(String) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Get the primary (=first) mime type associated with the specified filename.
getPrimaryMimeTypeWithSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getPropertyType() - Method in enum com.helger.xml.EXMLParserProperty
 
getPropertyValue(EXMLParserProperty) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getPropertyValue(EXMLParserProperty) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getPropertyValue(EXMLParserProperty) - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
Get the value of the specified parser property
getPropertyValue(EXMLParserProperty) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
getPropertyValue(EXMLParserProperty) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
getPublicID() - Method in class com.helger.xml.ls.LSResourceData
 
getPublicId() - Method in class com.helger.xml.ls.ResourceLSInput
 
getPublicID() - Method in interface com.helger.xml.microdom.IMicroDocumentType
 
getPublicID() - Method in class com.helger.xml.microdom.MicroDocumentType
 
getQualifiedName() - Method in interface com.helger.xml.microdom.IMicroDocumentType
 
getQualifiedName() - Method in class com.helger.xml.microdom.MicroDocumentType
 
getRegisteredMicroTypeConverterCount() - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
getResourceErrors() - Method in class com.helger.xml.sax.CollectingSAXErrorHandler
 
getResourceErrors() - Method in class com.helger.xml.transform.CollectingTransformErrorListener
 
getResourceResolver() - Method in interface com.helger.xml.ls.IHasLSResourceResolver
 
getResourceResolver() - Method in class com.helger.xml.schema.SchemaCache
 
getRoot() - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
getSaxParseError(IErrorLevel, SAXParseException) - Static method in class com.helger.xml.sax.AbstractSAXErrorHandler
Utility method to convert a SAXParseException into an IResourceError.
getSchema() - Method in interface com.helger.xml.schema.IHasSchema
 
getSchema(IHasClassLoader) - Method in interface com.helger.xml.schema.IHasSchema
 
getSchema(ClassLoader) - Method in interface com.helger.xml.schema.IHasSchema
 
getSchema(IReadableResource) - Method in class com.helger.xml.schema.SchemaCache
Get a cached Schema from a single resource.
getSchema(IReadableResource...) - Method in class com.helger.xml.schema.SchemaCache
Get a cached Schema that consists of multiple resources.
getSchema(Collection<? extends IReadableResource>) - Method in class com.helger.xml.schema.SchemaCache
Get a cached Schema that consists of multiple resources.
getSchema() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
getSchema() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
getSchema() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
getSchemaFactory() - Method in class com.helger.xml.schema.SchemaCache
 
getSchemaTypeName() - Method in class com.helger.xml.schema.SchemaCache
 
getSerializeComments() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getSerializeComments() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getSerializeDocType() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getSerializeDocType() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getSerializeVersion() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getSerializeVersion() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getSerializeXMLDeclaration() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getSerializeXMLDeclaration() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getSettings() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
 
getSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 
getSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
getSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
getSourceNode() - Method in interface com.helger.xml.microdom.IMicroEvent
 
getSourceNode() - Method in class com.helger.xml.microdom.MicroEvent
 
getStringData() - Method in class com.helger.xml.ls.ResourceLSInput
 
getStringWriter() - Method in class com.helger.xml.transform.StringStreamResult
 
getSystemID() - Method in class com.helger.xml.ls.LSResourceData
 
getSystemId() - Method in class com.helger.xml.ls.ResourceLSInput
 
getSystemID() - Method in interface com.helger.xml.microdom.IMicroDocumentType
 
getSystemID() - Method in class com.helger.xml.microdom.MicroDocumentType
 
getTagName() - Method in interface com.helger.xml.microdom.IMicroElement
Get the name of the tag.
getTagName() - Method in class com.helger.xml.microdom.MicroElement
 
getTarget() - Method in interface com.helger.xml.microdom.IMicroProcessingInstruction
 
getTarget() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
getTargetNode() - Method in interface com.helger.xml.microdom.IMicroEvent
 
getTargetNode() - Method in class com.helger.xml.microdom.MicroEvent
 
getText() - Method in class com.helger.xml.sax.StringSAXInputSource
 
getTextContent() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
getTextContent() - Method in interface com.helger.xml.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextContentTrimmed() - Method in interface com.helger.xml.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextContentWithConversion(Class<DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
getTextContentWithConversion(Class<DSTTYPE>) - Method in interface com.helger.xml.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getType() - Method in class com.helger.xml.ls.LSResourceData
 
getType() - Method in interface com.helger.xml.microdom.IMicroNode
 
getType() - Method in class com.helger.xml.microdom.MicroCDATA
 
getType() - Method in class com.helger.xml.microdom.MicroComment
 
getType() - Method in class com.helger.xml.microdom.MicroContainer
 
getType() - Method in class com.helger.xml.microdom.MicroDocument
 
getType() - Method in class com.helger.xml.microdom.MicroDocumentType
 
getType() - Method in class com.helger.xml.microdom.MicroElement
 
getType() - Method in class com.helger.xml.microdom.MicroEntityReference
 
getType() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
getType() - Method in class com.helger.xml.microdom.MicroText
 
getValidator(IReadableResource) - Method in class com.helger.xml.schema.SchemaCache
Get a new validator based on the Schema that consists of a single resource.
getValidator(IReadableResource...) - Method in class com.helger.xml.schema.SchemaCache
Get a new validator based on the Schema that consists of multiple resources.
getValidator(Collection<? extends IReadableResource>) - Method in class com.helger.xml.schema.SchemaCache
Get a new validator based on the Schema that consists of multiple resources.
getValidatorFromSchema(Schema) - Method in class com.helger.xml.schema.SchemaCache
Utility method to get the validator for a given schema using the error handler provided in the constructor.
getValueClass() - Method in enum com.helger.xml.EXMLParserProperty
 
getValueClassName() - Method in enum com.helger.xml.EXMLParserProperty
 
getValueToCache(ICommonsList<? extends IReadableResource>) - Method in class com.helger.xml.schema.SchemaCache
 
getVariableCount() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
 
getVariableCount() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
 
getVersion() - Method in enum com.helger.xml.EXMLVersion
 
getWithAlign() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
getWithIndent() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
getWithoutAlign() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
getWithoutIndent() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
getWrappedErrorHandler() - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
 
getWrappedErrorListener() - Method in class com.helger.xml.transform.AbstractTransformErrorListener
 
getWrappedResourceResolver() - Method in class com.helger.xml.ls.AbstractLSResourceResolver
 
getWrappedURIResolver() - Method in class com.helger.xml.transform.AbstractTransformURIResolver
 
getXML10EntityReferenceString(char) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
Get the entity reference for the specified character.
getXML11EntityReferenceString(char) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
Get the entity reference for the specified character.
getXMLElementAttributeLimit() - Static method in class com.helger.xml.XMLSystemProperties
 
getXMLEntityExpansionLimit() - Static method in class com.helger.xml.XMLSystemProperties
 
getXMLMaxGeneralEntitySizeLimit() - Static method in class com.helger.xml.XMLSystemProperties
 
getXMLMaxOccur() - Static method in class com.helger.xml.XMLSystemProperties
 
getXMLMaxParameterEntitySizeLimit() - Static method in class com.helger.xml.XMLSystemProperties
 
getXMLNSAttrQName(String) - Static method in class com.helger.xml.XMLHelper
Get the full qualified attribute name to use for the given namespace prefix.
getXMLString(IMicroNode) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
Convert the passed micro node to an XML string using XMLWriterSettings.DEFAULT_XML_SETTINGS.
getXMLString(Node) - Static method in class com.helger.xml.serialize.write.XMLWriter
Convert the passed micro node to an XML string using XMLWriterSettings.DEFAULT_XML_SETTINGS.
getXMLTotalEntitySizeLimit() - Static method in class com.helger.xml.XMLSystemProperties
 
getXMLVersion() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
getXMLVersion() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
getXMLVersionOrDefault(EXMLVersion) - Method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
 
getXMLVersionString() - Method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
 

H

handleEvent(IMicroEvent) - Method in interface com.helger.xml.microdom.IMicroEventTarget
Called when a IMicroEvent is triggered.
handlePutNamespaceContextPrefixInRoot(Map<QName, String>) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
 
hasAnyExtension() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
hasAnyFeature() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
hasAnyFeature() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
hasAnyFeature() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
hasAnyFeature() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
hasAnyFeature() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
hasAnyGlob() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
hasAnyMapping() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
hasAnyParentType() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
hasAnyProperties() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
hasAnyProperties() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
hasAnyProperties() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
 
hasAnyProperties() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
hasAnyProperties() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
hasAttribute(String) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has an attribute with the specified name.
hasAttribute(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has an attribute with the specified name.
hasAttribute(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has an attribute with the specified name.
hasAttribute(IMicroQName) - Method in class com.helger.xml.microdom.MicroElement
 
hasAttributes() - Method in interface com.helger.xml.microdom.IMicroElement
 
hasAttributes() - Method in class com.helger.xml.microdom.MicroElement
 
hasChildElementNodes(Node) - Static method in class com.helger.xml.XMLHelper
Check if the passed node has at least one direct child element or not.
hasChildElements() - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has at least one direct child element.
hasChildElements(String) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has at least one direct child element with the specified tag name.
hasChildElements(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has at least one direct child element with the specified namespace URI and tag name.
hasChildren() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
hasChildren() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
hasChildren(IMicroElement) - Method in class com.helger.xml.microdom.util.ChildrenProviderElementWithName
 
hasComment() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
hasCorrespondingDOMNodeType() - Method in enum com.helger.xml.microdom.EMicroNodeType
 
hashCode() - Method in class com.helger.xml.ls.LSResourceData
 
hashCode() - Method in class com.helger.xml.microdom.MicroAttribute
 
hashCode() - Method in class com.helger.xml.microdom.MicroQName
 
hashCode() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
hashCode() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
hashCode() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
hashCode() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXML
 
hashCode() - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
 
hashCode() - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
 
hashCode() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
hashCode() - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 
hashCode() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
hashCode() - Method in class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
hashCode() - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
hashCode() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
 
hashCode() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
 
hashCode() - Method in class com.helger.xml.xpath.XPathFunctionKey
 
hasLocalName(String) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has the provided local name.
hasNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroAttribute
Check if this attribute has a specified namespace URI.
hasNamespaceURI(String) - Method in interface com.helger.xml.microdom.IMicroAttribute
Check if this attribute has the specified namespace URI.
hasNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has a specified namespace URI.
hasNamespaceURI(String) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has the specified namespace URI.
hasNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroQName
Check if a namespace URI is present.
hasNamespaceURI(String) - Method in interface com.helger.xml.microdom.IMicroQName
Check if the specified namespace URI is present.
hasNamespaceURI() - Method in class com.helger.xml.microdom.MicroQName
 
hasNamespaceURI(String) - Method in class com.helger.xml.microdom.MicroQName
 
hasNamespaceURI(Node, String) - Static method in class com.helger.xml.XMLHelper
 
hasNext() - Method in class com.helger.xml.ChildElementIterator
 
hasNext() - Method in class com.helger.xml.ChildNodeIterator
 
hasNext() - Method in class com.helger.xml.microdom.util.MicroRecursiveIterator
 
hasNext() - Method in class com.helger.xml.RecursiveChildNodeIterator
 
hasNoAttributes() - Method in interface com.helger.xml.microdom.IMicroElement
 
hasNoAttributes() - Method in class com.helger.xml.microdom.MicroElement
 
hasNoNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroAttribute
Check if this attribute has no namespace URI.
hasNoNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has no namespace URI.
hasNoNamespaceURI() - Method in interface com.helger.xml.microdom.IMicroQName
Check if no namespace URI is present.
hasNoNamespaceURI() - Method in class com.helger.xml.microdom.MicroQName
 
hasParent() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
hasParent() - Method in interface com.helger.xml.microdom.IMicroNode
 
hasSource() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
hasTagName(String) - Method in interface com.helger.xml.microdom.IMicroElement
Check if this element has the provided tag name.

I

IBaseXMLReaderSettings - Interface in com.helger.xml.serialize.read
Base Read-only interface for DOM and SAX reader settings.
IDOMReaderSettings - Interface in com.helger.xml.serialize.read
Read-only interface for DOM reader settings.
ignorableWhitespace(char[], int, int) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
IHasAttributeValue - Interface in com.helger.xml.microdom
Base interface for an attribute value provider.
IHasLSResourceResolver - Interface in com.helger.xml.ls
Factory interface for objects having an LSResourceResolver.
IHasMicroNodeRepresentation - Interface in com.helger.xml.microdom
Interface for object that have a representation as IMicroNode
IHasSchema - Interface in com.helger.xml.schema
A simple interface, indicating that an item has a Schema object.
IIterableNamespaceContext - Interface in com.helger.xml.namespace
A special namespace context interface that allows the iteration of the contained mappings.
ILLEGAL_DOM_NODE_TYPE - Static variable in enum com.helger.xml.microdom.EMicroNodeType
Represents a non-existing DOM Node Type
IMicroAttribute - Interface in com.helger.xml.microdom
Represents a single attribute within an element (=tag).
IMicroCDATA - Interface in com.helger.xml.microdom
Represents a CDATA node.
IMicroComment - Interface in com.helger.xml.microdom
Represents a comment node.
IMicroContainer - Interface in com.helger.xml.microdom
This interface is just a hull for a node that has no properties itself but contains children.
IMicroDataAware - Interface in com.helger.xml.microdom
This is a helper interface that allows for setting character data.
IMicroDocument - Interface in com.helger.xml.microdom
Represents a complete document.
IMicroDocumentType - Interface in com.helger.xml.microdom
Represents the document type of a document.
IMicroElement - Interface in com.helger.xml.microdom
Represents a single element (=tag) of a document.
IMicroEntityReference - Interface in com.helger.xml.microdom
Represents the reference to an entity.
IMicroEvent - Interface in com.helger.xml.microdom
MicroDOM internal event.
IMicroEventTarget - Interface in com.helger.xml.microdom
Interface for MicroDOM event handlers.
IMicroNode - Interface in com.helger.xml.microdom
This is the base interface for all kind of nodes in the micro document object model.
IMicroNodeWithChildren - Interface in com.helger.xml.microdom
A special marker interface that is implemented by classes, that really support having children!
IMicroProcessingInstruction - Interface in com.helger.xml.microdom
Represents a processing instruction.
IMicroQName - Interface in com.helger.xml.microdom
Represents a simple qualified name.
IMicroText - Interface in com.helger.xml.microdom
Represents a text node.
IMicroTypeConverter - Interface in com.helger.xml.microdom.convert
Interface to be implemented to marshal between IMicroElement and a native object.
IMicroTypeConverterCallback - Interface in com.helger.xml.microdom.convert
A callback interface that is used to iterate all available micro type converters.
IMicroTypeConverterRegistrarSPI - Interface in com.helger.xml.microdom.convert
SPI interface to be implemented by other modules wishing to register their own micro-type converters.
IMicroTypeConverterRegistry - Interface in com.helger.xml.microdom.convert
This is the callback interface implemented by MicroTypeConverterRegistry for registration via the SPI interface.
InputSourceFactory - Class in com.helger.xml.sax
Factory class to create the correct InputSource objects for different input types.
insertAfter(NODETYPE, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
insertAfter(NODETYPE, IMicroNode) - Method in interface com.helger.xml.microdom.IMicroNode
Insert an existing node after a certain child node of this.
insertAtIndex(int, NODETYPE) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
insertAtIndex(int, NODETYPE) - Method in interface com.helger.xml.microdom.IMicroNode
Insert an existing node as a child at the specified index.
insertBefore(NODETYPE, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
insertBefore(NODETYPE, IMicroNode) - Method in interface com.helger.xml.microdom.IMicroNode
Insert an existing node before a certain child node of this.
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
 
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.xml.sax.CollectingSAXErrorHandler
 
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.xml.sax.DoNothingSAXErrorHandler
 
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.xml.sax.LoggingSAXErrorHandler
 
internalLog(IResourceError) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
Handle the passed resource error.
internalLog(IResourceError) - Method in class com.helger.xml.transform.CollectingTransformErrorListener
 
internalLog(IResourceError) - Method in class com.helger.xml.transform.DoNothingTransformErrorListener
 
internalLog(IResourceError) - Method in class com.helger.xml.transform.LoggingTransformErrorListener
 
internalResolve(String, String) - Method in class com.helger.xml.transform.AbstractTransformURIResolver
 
internalResolve(String, String) - Method in class com.helger.xml.transform.DefaultTransformURIResolver
 
internalResolve(String, String) - Method in class com.helger.xml.transform.DoNothingTransformURIResolver
 
internalResolve(String, String) - Method in class com.helger.xml.transform.LoggingTransformURIResolver
 
internalResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.SimpleLSResourceResolver
Internal resource resolving
isAlign() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
ISAXReaderSettings - Interface in com.helger.xml.serialize.read
Read-only interface for the SAXReaderSettings.
isCDATA() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isCDATA() - Method in enum com.helger.xml.microdom.EMicroNodeType
 
isCDATA() - Method in interface com.helger.xml.microdom.IMicroNode
 
isCoalescing() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isCoalescing() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isCoalescing() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isComment() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isComment() - Method in interface com.helger.xml.microdom.IMicroNode
 
isContainer() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isContainer() - Method in interface com.helger.xml.microdom.IMicroNode
 
isDefaultInstantiated() - Static method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
isDocument() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isDocument() - Method in interface com.helger.xml.microdom.IMicroNode
 
isDocumentType() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isDocumentType() - Method in interface com.helger.xml.microdom.IMicroNode
 
isElement() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isElement() - Method in interface com.helger.xml.microdom.IMicroNode
 
isElementContentWhitespace() - Method in interface com.helger.xml.microdom.IMicroText
Check whether the text node consists solely of whitespaces.
isElementContentWhitespace() - Method in class com.helger.xml.microdom.MicroText
 
isEmit() - Method in enum com.helger.xml.serialize.write.EXMLSerializeComments
 
isEmit() - Method in enum com.helger.xml.serialize.write.EXMLSerializeDocType
 
isEmit() - Method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
 
isEmitNamespaces() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
Determine if namespaces should be emitted or not.
isEmitNamespaces() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
isEmpty(NodeList) - Static method in class com.helger.xml.XMLHelper
 
isEntityReference() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isEntityReference() - Method in interface com.helger.xml.microdom.IMicroNode
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
isEqualContent(IMicroNode) - Method in interface com.helger.xml.microdom.IMicroNode
As instances of this class may not implement equals/hashCode we need a way to determine, if 2 nodes are equal by content.
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroCDATA
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroComment
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroDocument
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroDocumentType
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroElement
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroEntityReference
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
isEqualContent(IMicroNode) - Method in class com.helger.xml.microdom.MicroText
 
isEscape() - Method in interface com.helger.xml.microdom.IMicroText
 
isEscape() - Method in class com.helger.xml.microdom.MicroText
 
isExpandEntityReferences() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isExpandEntityReferences() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isExpandEntityReferences() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isExplicitJarFileResource(String) - Static method in class com.helger.xml.ls.SimpleLSResourceResolver
 
isHTML() - Method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
 
isIgnoringComments() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isIgnoringComments() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isIgnoringComments() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isIgnoringElementContentWhitespace() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isIgnoringElementContentWhitespace() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isIgnoringElementContentWhitespace() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isIndent() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
 
isInlineNode(Node) - Static method in class com.helger.xml.XMLHelper
Check if the passed node is a text node.
isInstantiated() - Static method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
isInstantiated() - Static method in class com.helger.xml.schema.XMLSchemaCache
 
isInvalidXMLAttributeValueChar(EXMLSerializeVersion, int) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for a attribute value node.
isInvalidXMLCDATAChar(EXMLSerializeVersion, int) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for a CDATA node.
isInvalidXMLNameChar(EXMLSerializeVersion, int) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for an element or attribute name after the first position
isInvalidXMLNameStartChar(EXMLSerializeVersion, int) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for an element or attribute name on the first position
isInvalidXMLTextChar(EXMLSerializeVersion, int) - Static method in class com.helger.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for a text node.
isLogException(Throwable) - Method in class com.helger.xml.serialize.read.XMLLoggingExceptionCallback
 
isNamespaceAware() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isNamespaceAware() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isNamespaceAware() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isNotifyRequired() - Method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
 
isOpenClose() - Method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
 
isProcessingInstruction() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isProcessingInstruction() - Method in interface com.helger.xml.microdom.IMicroNode
 
isPutNamespaceContextPrefixesInRoot() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
Check if the flag for putting all namespace prefixes specified in the namespace context should be put in the root document.
isPutNamespaceContextPrefixesInRoot() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
isReplaceWithNothing() - Method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
 
isRequiresNewXMLParserExplicitly() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isRequiresNewXMLParserExplicitly() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isRequiresNewXMLParserExplicitly() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isRequiresNewXMLParserExplicitly() - Method in interface com.helger.xml.serialize.read.ISAXReaderSettings
 
isRequiresNewXMLParserExplicitly() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
isRequiresNewXMLParserExplicitly() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
isSelfClosed() - Method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
 
isSpaceOnSelfClosedElement() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
Determine if a self closed element (an element having no children) should be emitted with a space at the end (<br />) or not ( <br/>)
isSpaceOnSelfClosedElement() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
isStandalone() - Method in interface com.helger.xml.microdom.IMicroDocument
 
isStandalone() - Method in class com.helger.xml.microdom.MicroDocument
 
isTestRequired() - Method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
 
isText() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
isText() - Method in enum com.helger.xml.microdom.EMicroNodeType
 
isText() - Method in interface com.helger.xml.microdom.IMicroNode
 
isThrowExceptionOnNestedComments() - Static method in class com.helger.xml.serialize.write.XMLEmitter
 
isUseClassHierarchy() - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
isUseDoubleQuotesForAttributes() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
 
isUseDoubleQuotesForAttributes() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
isValidating() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isValidating() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isValidating() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isXIncludeAware() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
isXIncludeAware() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
isXIncludeAware() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
 
isXML() - Method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
 
iterateAllRegisteredMicroTypeConverters(IMicroTypeConverterCallback) - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
Iterate all registered micro type converters.
IXMLBracketModeDeterminator - Interface in com.helger.xml.serialize.write
Interface used in writing XML to determine which of the bracket mode as outlined in EXMLSerializeBracketMode should be used for a single element.
IXMLIndentDeterminator - Interface in com.helger.xml.serialize.write
Interface used in writing XML to determine the real indentation and align (as defined in EXMLSerializeIndent) that should be used for a single element.
IXMLWriterSettings - Interface in com.helger.xml.serialize.write
Interface for the settings to be used for serializing XML nodes.

L

LoggingLSResourceResolver - Class in com.helger.xml.ls
A logging only LSResourceResolver implementation.
LoggingLSResourceResolver() - Constructor for class com.helger.xml.ls.LoggingLSResourceResolver
 
LoggingSAXErrorHandler - Class in com.helger.xml.sax
java.xml error handler that simply logs data to a logger.
LoggingSAXErrorHandler() - Constructor for class com.helger.xml.sax.LoggingSAXErrorHandler
 
LoggingSAXErrorHandler(ErrorHandler) - Constructor for class com.helger.xml.sax.LoggingSAXErrorHandler
 
LoggingTransformErrorListener - Class in com.helger.xml.transform
ErrorListener that simply logs data to a logger.
LoggingTransformErrorListener(Locale) - Constructor for class com.helger.xml.transform.LoggingTransformErrorListener
 
LoggingTransformErrorListener(ErrorListener, Locale) - Constructor for class com.helger.xml.transform.LoggingTransformErrorListener
 
LoggingTransformURIResolver - Class in com.helger.xml.transform
URIResolver that logs to a logger but does not resolve anything.
LoggingTransformURIResolver() - Constructor for class com.helger.xml.transform.LoggingTransformURIResolver
 
LoggingTransformURIResolver(URIResolver) - Constructor for class com.helger.xml.transform.LoggingTransformURIResolver
 
LSResourceData - Class in com.helger.xml.ls
This class encapsulates all data provided for resource resolving.
LSResourceData(String, String, String, String, String) - Constructor for class com.helger.xml.ls.LSResourceData
 

M

m_aIndent - Variable in class com.helger.xml.serialize.write.AbstractXMLSerializer
helper variable: current indentation.
m_aNSStack - Variable in class com.helger.xml.serialize.write.AbstractXMLSerializer
Current stack of namespaces.
m_aRWLock - Variable in class com.helger.xml.sax.CollectingSAXErrorHandler
 
m_aRWLock - Variable in class com.helger.xml.transform.CollectingTransformErrorListener
 
m_aSettings - Variable in class com.helger.xml.serialize.write.AbstractXMLSerializer
The serialization settings
mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.AbstractLSResourceResolver
Allow the application to resolve external resources.
mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.CollectingLSResourceResolver
 
mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.LoggingLSResourceResolver
 
mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.SimpleLSResourceResolver
Resolve a resource with the passed parameters
MapBasedNamespaceContext - Class in com.helger.xml.namespace
Represents a namespace context a 1:n (namespace:prefix) mapping.
MapBasedNamespaceContext() - Constructor for class com.helger.xml.namespace.MapBasedNamespaceContext
 
MapBasedNamespaceContext(MapBasedNamespaceContext) - Constructor for class com.helger.xml.namespace.MapBasedNamespaceContext
 
MapBasedNamespaceContext(IIterableNamespaceContext) - Constructor for class com.helger.xml.namespace.MapBasedNamespaceContext
 
MapBasedXPathFunctionResolver - Class in com.helger.xml.xpath
Class is used in conjunction with XPathExpression to resolve variable values used in XPath queries at runtime.
MapBasedXPathFunctionResolver() - Constructor for class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Default ctor.
MapBasedXPathFunctionResolver(MapBasedXPathFunctionResolver) - Constructor for class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Copy constructor
MapBasedXPathVariableResolver - Class in com.helger.xml.xpath
Class is used in conjunction with XPathExpression to resolve variable values used in XPath queries at runtime.
MapBasedXPathVariableResolver() - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolver
Default ctor.
MapBasedXPathVariableResolver(Map<String, ?>) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolver
Ctor taking another map.
MapBasedXPathVariableResolver(MapBasedXPathVariableResolver) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolver
Copy constructor
MapBasedXPathVariableResolverQName - Class in com.helger.xml.xpath
Class is used in conjunction with XPathExpression to resolve variable values used in XPath queries at runtime.
MapBasedXPathVariableResolverQName() - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Default ctor.
MapBasedXPathVariableResolverQName(Map<QName, ?>) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Ctor taking another map.
MapBasedXPathVariableResolverQName(MapBasedXPathVariableResolverQName) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Copy constructor
maskXMLTextTo(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String, Writer) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
 
matches(String) - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 
MicroAttribute - Class in com.helger.xml.microdom
Default implementation of the IMicroAttribute interface.
MicroAttribute(String, String) - Constructor for class com.helger.xml.microdom.MicroAttribute
 
MicroAttribute(String, String, String) - Constructor for class com.helger.xml.microdom.MicroAttribute
 
MicroAttribute(IMicroQName, String) - Constructor for class com.helger.xml.microdom.MicroAttribute
 
MicroCDATA - Class in com.helger.xml.microdom
Default implementation of the IMicroCDATA interface.
MicroCDATA(char[], int, int) - Constructor for class com.helger.xml.microdom.MicroCDATA
 
MicroCDATA(CharSequence) - Constructor for class com.helger.xml.microdom.MicroCDATA
 
MicroComment - Class in com.helger.xml.microdom
Default implementation of the IMicroComment interface.
MicroComment(char[], int, int) - Constructor for class com.helger.xml.microdom.MicroComment
 
MicroComment(CharSequence) - Constructor for class com.helger.xml.microdom.MicroComment
 
MicroContainer - Class in com.helger.xml.microdom
Default implementation of the IMicroContainer interface.
MicroContainer() - Constructor for class com.helger.xml.microdom.MicroContainer
 
MicroContainer(IMicroNode...) - Constructor for class com.helger.xml.microdom.MicroContainer
 
MicroContainer(Iterable<? extends IMicroNode>) - Constructor for class com.helger.xml.microdom.MicroContainer
 
MicroDocument - Class in com.helger.xml.microdom
Default implementation of the IMicroDocument interface.
MicroDocument() - Constructor for class com.helger.xml.microdom.MicroDocument
 
MicroDocument(IMicroDocumentType) - Constructor for class com.helger.xml.microdom.MicroDocument
 
MicroDocumentType - Class in com.helger.xml.microdom
Default implementation of the IMicroDocumentType interface.
MicroDocumentType(IMicroDocumentType) - Constructor for class com.helger.xml.microdom.MicroDocumentType
 
MicroDocumentType(String, String, String) - Constructor for class com.helger.xml.microdom.MicroDocumentType
 
MicroDOMInputStreamProvider - Class in com.helger.xml.microdom.serialize
A special input stream provider that takes an existing IMicroNode and converts it to a byte array.
MicroDOMInputStreamProvider(IMicroNode) - Constructor for class com.helger.xml.microdom.serialize.MicroDOMInputStreamProvider
Constructor for MicroNodes using the default charset.
MicroDOMInputStreamProvider(IMicroNode, Charset) - Constructor for class com.helger.xml.microdom.serialize.MicroDOMInputStreamProvider
Constructor for MicroNodes.
MicroDOMInputStreamProvider(IMicroNode, IXMLWriterSettings) - Constructor for class com.helger.xml.microdom.serialize.MicroDOMInputStreamProvider
Constructor for micro nodes.
MicroElement - Class in com.helger.xml.microdom
Default implementation of the IMicroElement interface.
MicroElement(String) - Constructor for class com.helger.xml.microdom.MicroElement
 
MicroElement(String, String) - Constructor for class com.helger.xml.microdom.MicroElement
 
MicroEntityReference - Class in com.helger.xml.microdom
Default implementation of the IMicroEntityReference interface.
MicroEntityReference(String) - Constructor for class com.helger.xml.microdom.MicroEntityReference
 
MicroEvent - Class in com.helger.xml.microdom
Default implementation of the IMicroEvent interface.
MicroEvent(EMicroEvent, IMicroNode, IMicroNode) - Constructor for class com.helger.xml.microdom.MicroEvent
 
MicroException - Exception in com.helger.xml.microdom
Special MicroDOM exception.
MicroException(String) - Constructor for exception com.helger.xml.microdom.MicroException
 
MicroException(String, Throwable) - Constructor for exception com.helger.xml.microdom.MicroException
 
MicroHelper - Class in com.helger.xml.microdom.util
Some utility methods on micro nodes.
MicroProcessingInstruction - Class in com.helger.xml.microdom
Default implementation of the IMicroProcessingInstruction interface.
MicroProcessingInstruction(String) - Constructor for class com.helger.xml.microdom.MicroProcessingInstruction
 
MicroProcessingInstruction(String, String) - Constructor for class com.helger.xml.microdom.MicroProcessingInstruction
 
MicroQName - Class in com.helger.xml.microdom
Represents a simple qualified name.
MicroQName(String) - Constructor for class com.helger.xml.microdom.MicroQName
 
MicroQName(String, String) - Constructor for class com.helger.xml.microdom.MicroQName
 
MicroReader - Class in com.helger.xml.microdom.serialize
Utility class to read an XML stream into an IMicroDocument.
MicroRecursiveIterator - Class in com.helger.xml.microdom.util
Class for recursively visiting all elements of a micro node
MicroRecursiveIterator(IMicroNode) - Constructor for class com.helger.xml.microdom.util.MicroRecursiveIterator
 
MicroSAXHandler - Class in com.helger.xml.microdom.serialize
The SAX handler used by the MicroReader.
MicroSAXHandler(boolean, EntityResolver) - Constructor for class com.helger.xml.microdom.serialize.MicroSAXHandler
 
MicroSerializer - Class in com.helger.xml.microdom.serialize
Materializes micro nodes into a string representation.
MicroSerializer() - Constructor for class com.helger.xml.microdom.serialize.MicroSerializer
 
MicroSerializer(IXMLWriterSettings) - Constructor for class com.helger.xml.microdom.serialize.MicroSerializer
 
MicroText - Class in com.helger.xml.microdom
Default implementation of the IMicroText interface.
MicroText(char[], int, int, boolean) - Constructor for class com.helger.xml.microdom.MicroText
 
MicroText(CharSequence) - Constructor for class com.helger.xml.microdom.MicroText
 
MicroText(CharSequence, boolean) - Constructor for class com.helger.xml.microdom.MicroText
 
MicroTypeConverter - Class in com.helger.xml.microdom.convert
A utility class for converting objects from and to IMicroElement.
MicroTypeConverterRegistry - Class in com.helger.xml.microdom.convert
A utility class for converting objects from and to IMicroElement.
MicroVisitor - Class in com.helger.xml.microdom.util
Helper class that visits a IMicroNode with a callback.
MicroWriter - Class in com.helger.xml.microdom.serialize
Utility class for serializing micro document objects.
MIME_TYPE_INFO_XML - Static variable in class com.helger.xml.util.mime.MimeTypeInfoManager
 
MimeTypeInfo - Class in com.helger.xml.util.mime
Represents a single MIME type with information relevant for us.
MimeTypeInfo(ICommonsOrderedSet<MimeTypeInfo.MimeTypeWithSource>, String, ICommonsOrderedSet<String>, ICommonsOrderedSet<String>, ICommonsOrderedSet<MimeTypeInfo.ExtensionWithSource>, String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo
 
MimeTypeInfo.ExtensionWithSource - Class in com.helger.xml.util.mime
 
MimeTypeInfo.MimeTypeWithSource - Class in com.helger.xml.util.mime
 
MimeTypeInfoManager - Class in com.helger.xml.util.mime
This is the central manager for all MimeTypeInfo objects.
MimeTypeInfoManager() - Constructor for class com.helger.xml.util.mime.MimeTypeInfoManager
Create a new empty (!!)
MimeTypeInfoMicroTypeConverterRegistrar - Class in com.helger.xml.util.mime
MimeTypeInfoMicroTypeConverterRegistrar() - Constructor for class com.helger.xml.util.mime.MimeTypeInfoMicroTypeConverterRegistrar
 
MimeTypeWithSource(String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
MimeTypeWithSource(IMimeType) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
MimeTypeWithSource(IMimeType, String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
MultilingualTextConverter() - Constructor for class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter
 
MultilingualTextMicroTypeConverterRegistrar - Class in com.helger.xml.microdom.convert
IMicroTypeConverterRegistrarSPI implementation for ReadOnlyMultilingualText and MultilingualText.
MultilingualTextMicroTypeConverterRegistrar() - Constructor for class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar
 
MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter - Class in com.helger.xml.microdom.convert
 
MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter - Class in com.helger.xml.microdom.convert
 

N

NamespaceLevel() - Constructor for class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
Ctor
NamespaceStack(NamespaceContext) - Constructor for class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
newDocument() - Static method in class com.helger.xml.XMLFactory
Create a new XML document without document type using version EXMLVersion.XML_10.
newDocument(DocumentBuilder) - Static method in class com.helger.xml.XMLFactory
Create a new XML document without document type using version EXMLVersion.XML_10.
newDocument(EXMLVersion) - Static method in class com.helger.xml.XMLFactory
Create a new XML document without document type using the default document builder.
newDocument(DocumentBuilder, EXMLVersion) - Static method in class com.helger.xml.XMLFactory
Create a new XML document without document type using a custom document builder.
newDocument(String, String, String) - Static method in class com.helger.xml.XMLFactory
Create a new document with a document type using version EXMLVersion.XML_10.
newDocument(EXMLVersion, String, String, String) - Static method in class com.helger.xml.XMLFactory
Create a new document with a document type using the default document builder.
newDocument(DocumentBuilder, EXMLVersion, String, String, String) - Static method in class com.helger.xml.XMLFactory
Create a new document with a document type using a custom document builder.
newTemplates(IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(TransformerFactory, IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(TransformerFactory, Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTransformer() - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for no specific resource.
newTransformer(TransformerFactory) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for no specific resource.
newTransformer(IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(TransformerFactory, IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(TransformerFactory, Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
next() - Method in class com.helger.xml.ChildElementIterator
 
next() - Method in class com.helger.xml.ChildNodeIterator
 
next() - Method in class com.helger.xml.microdom.util.MicroRecursiveIterator
 
next() - Method in class com.helger.xml.RecursiveChildNodeIterator
 
NODE_NAME - Static variable in class com.helger.xml.microdom.MicroDocumentType
 
notationDecl(String, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
notifyOnInvalidXMLCharacter(String, Set<Character>) - Method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
Called in case XML data contains an invalid character

O

onAppendChild(AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
Callback that is invoked once a child is to be appended.
onAppendChild(AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
onAppendChild(AbstractMicroNode) - Method in class com.helger.xml.microdom.MicroDocument
 
onCache(String, IStatisticsHandlerCache) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
onCDATA(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
CDATA node.
onComment(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
Comment node.
onContentElementWhitespace(CharSequence) - Method in class com.helger.xml.serialize.write.XMLEmitter
Ignorable whitespace characters.
onCounter(String, IStatisticsHandlerCounter) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
onDocumentType(String, String, String) - Method in class com.helger.xml.serialize.write.XMLEmitter
On XML document type.
onElementEnd(String, String, boolean, EXMLSerializeBracketMode) - Method in class com.helger.xml.serialize.write.XMLEmitter
End of an element.
onElementStart(String, String, Map<QName, String>, boolean, EXMLSerializeBracketMode) - Method in class com.helger.xml.serialize.write.XMLEmitter
Start of an element.
onEntityReference(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
On entity reference.
onEvent(EMicroEvent, IMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
Callback that is invoked once a child is to be inserted after another child.
onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
onInsertAtIndex(int, AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
Callback that is invoked once a child is to be inserted at the specified index.
onInsertAtIndex(int, AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
Callback that is invoked once a child is to be inserted before another child.
onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
onProcessingInstruction(String, String) - Method in class com.helger.xml.serialize.write.XMLEmitter
On processing instruction
onRemoveAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNode
Remove all children from this node.
onRemoveAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
onRemoveChild(IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
Callback when a child is removed.
onRemoveChild(IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
onRemoveChildAtIndex(int) - Method in class com.helger.xml.microdom.AbstractMicroNode
Remove the child not at the specified index.
onRemoveChildAtIndex(int) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
onSize(String, IStatisticsHandlerSize) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
onText(String, boolean) - Method in class com.helger.xml.serialize.write.XMLEmitter
Text node.
onTimer(String, IStatisticsHandlerTimer) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
onXMLDeclaration(EXMLVersion, String, boolean) - Method in class com.helger.xml.serialize.write.XMLEmitter
At the very beginning of the document (XML declaration).

P

PATTERN_ATTVALUE - Static variable in class com.helger.xml.CXMLRegEx
Pattern for attribute values
PATTERN_NAME - Static variable in class com.helger.xml.CXMLRegEx
Pattern for names
PATTERN_NAME_QUICK - Static variable in class com.helger.xml.CXMLRegEx
Pattern for names that is much quicker but is not 100% correct
PATTERN_NCNAME - Static variable in class com.helger.xml.CXMLRegEx
Pattern for NC names
PATTERN_NMTOKEN - Static variable in class com.helger.xml.CXMLRegEx
Pattern for NM tokens
PATTERN_QNAME - Static variable in class com.helger.xml.CXMLRegEx
Pattern for qualified names
PI_END - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
PI_START - Static variable in class com.helger.xml.serialize.write.XMLEmitter
 
pop() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
End the current namespace level.
prependData(CharSequence) - Method in interface com.helger.xml.microdom.IMicroDataAware
Add characters to the beginning of the current data.
prependData(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroDataAware
Add characters to the beginning of the current data.
prependData(char) - Method in interface com.helger.xml.microdom.IMicroDataAware
Add a character to the beginning of the current data.
prependData(CharSequence) - Method in class com.helger.xml.microdom.MicroCDATA
 
prependData(char[], int, int) - Method in class com.helger.xml.microdom.MicroCDATA
 
prependData(char) - Method in class com.helger.xml.microdom.MicroCDATA
 
prependData(CharSequence) - Method in class com.helger.xml.microdom.MicroComment
 
prependData(char[], int, int) - Method in class com.helger.xml.microdom.MicroComment
 
prependData(char) - Method in class com.helger.xml.microdom.MicroComment
 
prependData(CharSequence) - Method in class com.helger.xml.microdom.MicroText
 
prependData(char[], int, int) - Method in class com.helger.xml.microdom.MicroText
 
prependData(char) - Method in class com.helger.xml.microdom.MicroText
 
processingInstruction(String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
push() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
Start a new namespace level.

R

read(IReadableResource) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Read the information from the specified resource.
ReadableResourceSAXInputSource - Class in com.helger.xml.sax
Special InputSource implementation that reads from IReadableResource or IHasInputStream objects.
ReadableResourceSAXInputSource(IReadableResource) - Constructor for class com.helger.xml.sax.ReadableResourceSAXInputSource
 
ReadableResourceSAXInputSource(IHasInputStream, String) - Constructor for class com.helger.xml.sax.ReadableResourceSAXInputSource
 
readAllChangeLogs() - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
 
readAllChangeLogs(ClassLoader) - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
 
readAllChangeLogs(IHasClassLoader) - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
 
readAllChangeLogs(IChangeLogSerializerCallback) - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
 
readAllChangeLogs(IChangeLogSerializerCallback, ClassLoader) - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
 
readChangeLog(IHasInputStream) - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
Read the change log resource specified by the input stream provider using the default logging callback.
readChangeLog(IHasInputStream, IChangeLogSerializerCallback) - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
Read the change log resource specified by the input stream provider.
readDefault() - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
Read the default resource.
readList(IHasInputStream) - Static method in class com.helger.xml.microdom.util.XMLListHandler
 
readList(IHasInputStream, Collection<String>) - Static method in class com.helger.xml.microdom.util.XMLListHandler
 
readList(InputStream) - Static method in class com.helger.xml.microdom.util.XMLListHandler
Read a predefined XML file that contains list items.
readList(InputStream, Collection<String>) - Static method in class com.helger.xml.microdom.util.XMLListHandler
Read a predefined XML file that contains list items.
readList(IMicroElement, Collection<String>) - Static method in class com.helger.xml.microdom.util.XMLListHandler
 
readMap(IHasInputStream) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
 
readMap(IHasInputStream, Map<String, String>) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
 
readMap(InputStream) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
Read a mapping from the passed input stream.
readMap(InputStream, Map<String, String>) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
Read a mapping from the passed input stream.
readMap(IMicroElement, Map<String, String>) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
 
readMicroXML(InputSource) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(InputSource, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
Read the passed input source as MicroXML.
readMicroXML(InputStream) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(InputStream, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(File) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(File, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(IReadableResource) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(IReadableResource, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(IHasInputStream) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(IHasInputStream, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(Reader) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(Reader, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(String) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(String, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(CharSequence) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(CharSequence, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(byte[]) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(byte[], ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(byte[], int, int) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(byte[], int, int, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(char[]) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(char[], ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(char[], int, int) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(char[], int, int, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(ByteBuffer) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(ByteBuffer, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(URI) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(URI, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(URL) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
readMicroXML(URL, ISAXReaderSettings) - Static method in class com.helger.xml.microdom.serialize.MicroReader
 
ReadOnlyMultilingualTextConverter() - Constructor for class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter
 
readXMLDOM(InputSource) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(InputStream) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(InputStream, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(Reader) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(Reader, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(URI) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(URI, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(URL) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(URL, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(File) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(File, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(IReadableResource) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(IReadableResource, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(String) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(String, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(CharSequence) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(CharSequence, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(ByteBuffer) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(ByteBuffer, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(byte[]) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(byte[], IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(byte[], int, int) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(byte[], int, int, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(char[]) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(char[], IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(char[], int, int) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(char[], int, int, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLDOM(InputSource, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
 
readXMLSAX(File, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(URI, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(URL, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(IHasInputStream, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(IReadableResource, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(CharSequence, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(String, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(char[], ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(char[], int, int, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(byte[], ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(byte[], int, int, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(ByteBuffer, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(InputStream, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(Reader, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
 
readXMLSAX(InputSource, ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReader
Read an XML document via a SAX handler.
RecursiveChildNodeIterator - Class in com.helger.xml
Iterate all children of the start node, but NOT the start node itself.
RecursiveChildNodeIterator(Node) - Constructor for class com.helger.xml.RecursiveChildNodeIterator
 
registerEventTarget(EMicroEvent, IMicroEventTarget) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
registerEventTarget(EMicroEvent, IMicroEventTarget) - Method in interface com.helger.xml.microdom.IMicroNode
Register a specific MicroDOM event listener.
registerMicroElementTypeConverter(Class<?>, IMicroTypeConverter) - Method in interface com.helger.xml.microdom.convert.IMicroTypeConverterRegistry
Register a new type converter.
registerMicroElementTypeConverter(Class<?>, IMicroTypeConverter) - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.helger.xml.microdom.convert.BasicMicroTypeConverterRegistrar
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in interface com.helger.xml.microdom.convert.IMicroTypeConverterRegistrarSPI
Register all your dynamic micro type converters in the passed interface
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.helger.xml.util.mime.MimeTypeInfoMicroTypeConverterRegistrar
 
registerMimeType(MimeTypeInfo) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
reinitialize() - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
reinitialize() - Static method in class com.helger.xml.serialize.read.DOMReader
 
reinitialize() - Static method in class com.helger.xml.XMLFactory
Reinitialize the document builder factory.
reinitializeToDefault() - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
 
removeAllAttributes() - Method in interface com.helger.xml.microdom.IMicroElement
Remove all attributes from this element
removeAllAttributes() - Method in class com.helger.xml.microdom.MicroElement
 
removeAllChildElements(Element) - Static method in class com.helger.xml.XMLHelper
Remove all child nodes of the given node.
removeAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
removeAllChildren() - Method in interface com.helger.xml.microdom.IMicroNode
Remove all children from this node.
removeAllFeatures() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
removeAllFeatures() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
removeAllFeatures() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
removeAllFeatures() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
removeAllPropertyValues() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
removeAllPropertyValues() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
removeAllPropertyValues() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
removeAllPropertyValues() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
removeAttribute(String) - Method in interface com.helger.xml.microdom.IMicroElement
Remove the attribute with the given name.
removeAttribute(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Remove the attribute with the given name.
removeAttribute(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroElement
Remove the attribute with the given name.
removeAttribute(IMicroQName) - Method in class com.helger.xml.microdom.MicroElement
 
removeChild(IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
removeChild(IMicroNode) - Method in interface com.helger.xml.microdom.IMicroNode
Remove the passed child.
removeChildAtIndex(int) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
removeChildAtIndex(int) - Method in interface com.helger.xml.microdom.IMicroNode
Remove the child not at the specified index.
removeFeature(EXMLParserFeature) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
removeFeature(EXMLParserFeature) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
removeFeature(EXMLParserFeature) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
removeFeature(EXMLParserFeature) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
removeFromCache(IReadableResource) - Method in class com.helger.xml.schema.SchemaCache
Utility method to remove a single resource from the schema cache.
removeFunction(QName, int) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Remove the function with the specified name.
removeFunction(XPathFunctionKey) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Remove the function with the specified name.
removeFunctionsWithName(QName) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
Remove all functions with the same name.
removeMapping(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
removePropertyValue(EXMLParserProperty) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
removePropertyValue(EXMLParserProperty) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
removePropertyValue(EXMLParserProperty) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
removePropertyValue(EXMLParserProperty) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
removeVariable(String) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
Remove the variable with the specified name.
removeVariable(QName) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Remove the variable with the specified name.
removeVariables(Iterable<String>) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
Remove multiple variables at once.
removeVariables(Iterable<QName>) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Remove multiple variables at once.
replaceChild(IMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
replaceChild(IMicroNode, IMicroNode) - Method in interface com.helger.xml.microdom.IMicroNode
Replace the passed old child with the new child.
requiresNewXMLParser() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
requiresNewXMLParser() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
requiresNewXMLParser() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
Check if the current settings require a separate DOM DocumentBuilderFactory/SAX XMLReader object or if a pooled default object can be used.
requiresNewXMLParser() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
Check if the current settings require a separate DocumentBuilderFactory or if a pooled default object can be used.
requiresNewXMLParser() - Method in interface com.helger.xml.serialize.read.ISAXReaderSettings
Check if the current settings require a separate DocumentBuilderFactory or if a pooled default object can be used.
requiresNewXMLParser() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
requiresNewXMLParser() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
resolve(String, String) - Method in class com.helger.xml.transform.AbstractTransformURIResolver
 
resolveEntity(String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
resolveEntity(String, String) - Method in class com.helger.xml.sax.EmptyEntityResolver
 
resolveFunction(QName, int) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
resolveFunction(XPathFunctionKey) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
resolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.AbstractLSResourceResolver
 
resolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.DoNothingLSResourceResolver
 
resolveVariable(QName) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
 
resolveVariable(QName) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
 
ResourceLSInput - Class in com.helger.xml.ls
Simple LSInput implementation.
ResourceLSInput(IReadableResource) - Constructor for class com.helger.xml.ls.ResourceLSInput
 
ResourceLSInput(IHasInputStream, String) - Constructor for class com.helger.xml.ls.ResourceLSInput
 
ResourceStreamResult - Class in com.helger.xml.transform
Special StreamResult implementation that writes to IWritableResource or IHasOutputStream objects.
ResourceStreamResult(IWritableResource) - Constructor for class com.helger.xml.transform.ResourceStreamResult
 
ResourceStreamResult(IHasOutputStream, String) - Constructor for class com.helger.xml.transform.ResourceStreamResult
 
ResourceStreamSource - Class in com.helger.xml.transform
Special StreamSource implementation that reads from IReadableResource or IHasInputStream objects.
ResourceStreamSource(IReadableResource) - Constructor for class com.helger.xml.transform.ResourceStreamSource
 
ResourceStreamSource(IHasInputStream, String) - Constructor for class com.helger.xml.transform.ResourceStreamSource
 

S

s_aLogger - Static variable in class com.helger.xml.sax.LoggingSAXErrorHandler
 
s_aLogger - Static variable in class com.helger.xml.transform.LoggingTransformErrorListener
 
SAXReader - Class in com.helger.xml.serialize.read
Helper class to read XML documents via SAX
SAXReaderDefaultSettings - Class in com.helger.xml.serialize.read
SAX reader default settings
SAXReaderFactory - Class in com.helger.xml.serialize.read
 
SAXReaderFactory() - Constructor for class com.helger.xml.serialize.read.SAXReaderFactory
 
SAXReaderSettings - Class in com.helger.xml.serialize.read
SAX reader settings
SAXReaderSettings() - Constructor for class com.helger.xml.serialize.read.SAXReaderSettings
Default constructor
SAXReaderSettings(ISAXReaderSettings) - Constructor for class com.helger.xml.serialize.read.SAXReaderSettings
Copy constructor
SchemaCache - Class in com.helger.xml.schema
Base class for caching abstract Schema objects.
SchemaCache(String, SchemaFactory, ErrorHandler, LSResourceResolver) - Constructor for class com.helger.xml.schema.SchemaCache
 
setAllVariables(Map<String, ?>) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
Set multiple variables at once.
setAllVariables(Map<QName, ?>) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
Set multiple variables at once.
setAttribute(String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, String) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, String) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, IHasAttributeValue) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, IHasAttributeValue) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, IHasAttributeValue) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, boolean) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, boolean) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, boolean) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, int) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, int) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, int) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, long) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, long) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, long) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, String) - Method in class com.helger.xml.microdom.MicroElement
 
setAttributeValue(String) - Method in interface com.helger.xml.microdom.IMicroAttribute
Set the value of the attribute.
setAttributeValue(String) - Method in class com.helger.xml.microdom.MicroAttribute
 
setAttributeWithConversion(String, Object) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttributeWithConversion(String, String, Object) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setAttributeWithConversion(IMicroQName, Object) - Method in interface com.helger.xml.microdom.IMicroElement
Set an attribute value of this element.
setBaseURI(String) - Method in class com.helger.xml.ls.ResourceLSInput
 
setBracketModeDeterminator(IXMLBracketModeDeterminator) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
setByteStream(InputStream) - Method in class com.helger.xml.ls.ResourceLSInput
 
setCertifiedText(boolean) - Method in class com.helger.xml.ls.ResourceLSInput
 
setCharacterStream(Reader) - Method in class com.helger.xml.ls.ResourceLSInput
 
setCharset(Charset) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the serialization charset.
setCoalescing(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setCoalescing(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setContentHandler(ContentHandler) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setContentHandler(ContentHandler) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setData(CharSequence) - Method in interface com.helger.xml.microdom.IMicroDataAware
Change the character sequence.
setData(CharSequence) - Method in class com.helger.xml.microdom.MicroCDATA
 
setData(CharSequence) - Method in class com.helger.xml.microdom.MicroComment
 
setData(CharSequence) - Method in class com.helger.xml.microdom.MicroText
 
setDeclarationHandler(DeclHandler) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setDeclarationHandler(DeclHandler) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setDefaultNamespaceURI(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
Set the default namespace URL
setDocumentLocator(Locator) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
setDTDHandler(DTDHandler) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setDTDHandler(DTDHandler) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setEmitNamespaces(boolean) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
setEncoding(String) - Method in class com.helger.xml.ls.ResourceLSInput
 
setEntityResolver(EntityResolver) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setEntityResolver(EntityResolver) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setEntityResolver(EntityResolver) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setEntityResolver(EntityResolver) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setErrorHandler(ErrorHandler) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setErrorHandler(ErrorHandler) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setErrorHandler(ErrorHandler) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setErrorHandler(ErrorHandler) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setEscape(boolean) - Method in class com.helger.xml.microdom.MicroText
 
setExceptionHandler(IExceptionCallback<Throwable>) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setExceptionHandler(IExceptionCallback<Throwable>) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setExceptionHandler(IExceptionCallback<Throwable>) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setExceptionHandler(IExceptionCallback<Throwable>) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setExpandEntityReferences(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setExpandEntityReferences(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setIgnoringComments(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setIgnoringComments(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setIgnoringElementContentWhitespace(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setIgnoringElementContentWhitespace(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setIncorrectCharacterHandling(EXMLIncorrectCharacterHandling) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the way how to handle invalid characters.
setIndent(EXMLSerializeIndent) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the way how to indent/align
setIndentationString(String) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
setIndentDeterminator(IXMLIndentDeterminator) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the dynamic (per-element) indent determinator to be used.
setLexicalHandler(LexicalHandler) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setLexicalHandler(LexicalHandler) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setLocale(Locale) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setLocale(Locale) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setMapping(String, String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
Add a new prefix to namespace mapping.
setMappings(IIterableNamespaceContext) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
setNamespaceAware(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setNamespaceAware(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setNamespaceContext(NamespaceContext) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the namespace context to be used.
setNamespaceURI(String) - Method in interface com.helger.xml.microdom.IMicroElement
Set a new namespace URI for this element.
setNamespaceURI(String) - Method in class com.helger.xml.microdom.MicroElement
 
setNewLineMode(ENewLineMode) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
setPropertyValue(EXMLParserProperty, Object) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setPropertyValue(EXMLParserProperty, Object) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setPropertyValue(EXMLParserProperty, Object) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setPropertyValue(EXMLParserProperty, Object) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setPublicId(String) - Method in class com.helger.xml.ls.ResourceLSInput
 
setPutNamespaceContextPrefixesInRoot(boolean) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
setSchema(Schema) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setSchema(Schema) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setSerializeComments(EXMLSerializeComments) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the way how comments should be handled.
setSerializeDocType(EXMLSerializeDocType) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the way how to handle the doc type.
setSerializeVersion(EXMLSerializeVersion) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the preferred XML version to use.
setSerializeXMLDeclaration(EXMLSerializeXMLDeclaration) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
Set the way how to handle the XML declaration.
setSpaceOnSelfClosedElement(boolean) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
setStandalone(boolean) - Method in interface com.helger.xml.microdom.IMicroDocument
Change the standalone state of this document.
setStandalone(boolean) - Method in class com.helger.xml.microdom.MicroDocument
 
setStringData(String) - Method in class com.helger.xml.ls.ResourceLSInput
 
setSystemId(String) - Method in class com.helger.xml.ls.ResourceLSInput
 
setThrowExceptionOnNestedComments(boolean) - Static method in class com.helger.xml.serialize.write.XMLEmitter
Define whether nested XML comments throw an exception or not.
setUseClassHierarchy(boolean) - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
 
setUseDoubleQuotesForAttributes(boolean) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
setValidating(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setValidating(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setWrappedResourceResolver(LSResourceResolver) - Method in class com.helger.xml.ls.AbstractLSResourceResolver
 
setXIncludeAware(boolean) - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
 
setXIncludeAware(boolean) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
setXMLElementAttributeLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
Limit the number of attributes an element can have.
setXMLEntityExpansionLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
Limit the number of entity expansions.
setXMLEntityExpansionLimit(String) - Static method in class com.helger.xml.XMLSystemProperties
Limit the number of entity expansions.
setXMLMaxGeneralEntitySizeLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
Limit the maximum size of any general entities.
setXMLMaxOccur(int) - Static method in class com.helger.xml.XMLSystemProperties
Limit the number of content model nodes that may be created when building a grammar for a W3C XML Schema that contains maxOccurs attributes with values other than "unbounded".
setXMLMaxParameterEntitySizeLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
Limit the maximum size of any parameter entities, including the result of nesting multiple parameter entities.
setXMLTotalEntitySizeLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
Limit the total size of all entities that include general and parameter entities.
SimpleLSResourceResolver - Class in com.helger.xml.ls
A simple LS resource resolver that can handle URLs, JAR files and file system resources.
SimpleLSResourceResolver() - Constructor for class com.helger.xml.ls.SimpleLSResourceResolver
 
SimpleLSResourceResolver(ClassLoader) - Constructor for class com.helger.xml.ls.SimpleLSResourceResolver
 
SingleElementNamespaceContext - Class in com.helger.xml.namespace
Represents a namespace context having exactly 1 item.
SingleElementNamespaceContext(String) - Constructor for class com.helger.xml.namespace.SingleElementNamespaceContext
Create a namespace context with the default (empty) prefix
SingleElementNamespaceContext(String, String) - Constructor for class com.helger.xml.namespace.SingleElementNamespaceContext
 
size() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
skippedEntity(String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
startCDATA() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
startDocument() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
startDTD(String, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
startElement(String, String, String, Attributes) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
startEntity(String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
startPrefixMapping(String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
StatisticsExporter - Class in com.helger.xml.util.statistics
Class for exporting statistics.
StatisticsVisitorCallbackToXML - Class in com.helger.xml.util.statistics
Special implementation of the IStatisticsVisitorCallback interface that fills a micro element with all current values
StatisticsVisitorCallbackToXML(IMicroElement) - Constructor for class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
 
StringBasedMicroTypeConverter - Class in com.helger.xml.microdom.convert
An implementation if IMicroTypeConverter that uses a regular type converter conversion (see TypeConverter) from and to string for conversion.
StringBasedMicroTypeConverter(Class<?>) - Constructor for class com.helger.xml.microdom.convert.StringBasedMicroTypeConverter
 
StringMicroTypeConverter - Class in com.helger.xml.microdom.convert
Default IMicroTypeConverter implementation for String objects.
StringSAXInputSource - Class in com.helger.xml.sax
Special InputSource implementation that reads from a predefined String.
StringSAXInputSource(char[]) - Constructor for class com.helger.xml.sax.StringSAXInputSource
 
StringSAXInputSource(char[], int, int) - Constructor for class com.helger.xml.sax.StringSAXInputSource
 
StringSAXInputSource(CharSequence) - Constructor for class com.helger.xml.sax.StringSAXInputSource
 
StringSAXInputSource(String) - Constructor for class com.helger.xml.sax.StringSAXInputSource
 
StringSAXInputSource(String, String) - Constructor for class com.helger.xml.sax.StringSAXInputSource
 
StringStreamResult - Class in com.helger.xml.transform
Special StreamResult implementation that writes to String objects.
StringStreamResult() - Constructor for class com.helger.xml.transform.StringStreamResult
 
StringStreamResult(String) - Constructor for class com.helger.xml.transform.StringStreamResult
 
StringStreamSource - Class in com.helger.xml.transform
Special StreamSource implementation that reads from String objects.
StringStreamSource(char[]) - Constructor for class com.helger.xml.transform.StringStreamSource
 
StringStreamSource(char[], int, int) - Constructor for class com.helger.xml.transform.StringStreamSource
 
StringStreamSource(CharSequence) - Constructor for class com.helger.xml.transform.StringStreamSource
 
StringStreamSource(String) - Constructor for class com.helger.xml.transform.StringStreamSource
 
StringStreamSource(String, String) - Constructor for class com.helger.xml.transform.StringStreamSource
 
SYSTEM_PROPERTY_ELEMENT_ATTRIBUTE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_ENTITY_EXPANSION_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_ELEMENT_ATTRIBUTE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_ENTITY_EXPANSION_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_MAX_GENERAL_ENTITY_SIZE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_MAX_OCCUR - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_MAX_PARAMETER_ENTITY_SIZE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_TOTAL_ENTITY_SIZE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_MAX_OCCUR - Static variable in class com.helger.xml.XMLSystemProperties
 

T

testIfAllSunJaxwsFilesAreValid(String, boolean) - Static method in class com.helger.xml.mock.WSTestHelper
 
testIfAllSunJaxwsFilesAreValid(boolean) - Static method in class com.helger.xml.mock.WSTestHelper
 
testIfAllSunJaxwsFilesAreValid() - Static method in class com.helger.xml.mock.WSTestHelper
 
testMicroTypeConversion(T) - Static method in class com.helger.xml.mock.XMLTestHelper
Test if the MicroTypeConverter is OK.
toString() - Method in class com.helger.xml.ChildElementIterator
 
toString() - Method in class com.helger.xml.ChildNodeIterator
 
toString() - Method in class com.helger.xml.ls.LSResourceData
 
toString() - Method in class com.helger.xml.ls.ResourceLSInput
 
toString() - Method in class com.helger.xml.microdom.AbstractMicroNode
 
toString() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
 
toString() - Method in class com.helger.xml.microdom.MicroAttribute
 
toString() - Method in class com.helger.xml.microdom.MicroCDATA
 
toString() - Method in class com.helger.xml.microdom.MicroComment
 
toString() - Method in class com.helger.xml.microdom.MicroDocument
 
toString() - Method in class com.helger.xml.microdom.MicroDocumentType
 
toString() - Method in class com.helger.xml.microdom.MicroElement
 
toString() - Method in class com.helger.xml.microdom.MicroEntityReference
 
toString() - Method in class com.helger.xml.microdom.MicroEvent
 
toString() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
 
toString() - Method in class com.helger.xml.microdom.MicroQName
 
toString() - Method in class com.helger.xml.microdom.MicroText
 
toString() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
 
toString() - Method in class com.helger.xml.namespace.SingleElementNamespaceContext
 
toString() - Method in class com.helger.xml.RecursiveChildNodeIterator
 
toString() - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
 
toString() - Method in class com.helger.xml.sax.CollectingSAXErrorHandler
 
toString() - Method in class com.helger.xml.sax.ReadableResourceSAXInputSource
 
toString() - Method in class com.helger.xml.sax.StringSAXInputSource
 
toString() - Method in class com.helger.xml.schema.SchemaCache
 
toString() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
 
toString() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
 
toString() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
 
toString() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
 
toString() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
toString() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
toString() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXML
 
toString() - Method in class com.helger.xml.serialize.write.XMLEmitter
 
toString() - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
 
toString() - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
 
toString() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
 
toString() - Method in class com.helger.xml.transform.AbstractTransformErrorListener
 
toString() - Method in class com.helger.xml.transform.AbstractTransformURIResolver
 
toString() - Method in class com.helger.xml.transform.CachingTransformStreamSource
 
toString() - Method in class com.helger.xml.transform.CollectingTransformErrorListener
 
toString() - Method in class com.helger.xml.transform.ResourceStreamResult
 
toString() - Method in class com.helger.xml.transform.ResourceStreamSource
 
toString() - Method in class com.helger.xml.transform.StringStreamResult
 
toString() - Method in class com.helger.xml.transform.StringStreamSource
 
toString() - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
 
toString() - Method in class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
 
toString() - Method in class com.helger.xml.util.mime.MimeTypeInfo
 
toString() - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
 
toString() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
 
toString() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
 
toString() - Method in class com.helger.xml.xpath.XPathFunctionKey
 
TransformResultFactory - Class in com.helger.xml.transform
Factory class to create the correct Result objects for different output types.
TransformSourceFactory - Class in com.helger.xml.transform
Factory class to create the correct Source objects for different input types.

U

unparsedEntityDecl(String, String, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in class com.helger.xml.microdom.AbstractMicroNode
 
unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in interface com.helger.xml.microdom.IMicroNode
Unregister a specific MicroDOM event listener.

V

validate(IReadableResource, IReadableResource) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource[], IReadableResource) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
 
validate(Schema, IReadableResource) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource, Source) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource[], Source) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
 
validate(Schema, Source) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
 
valueOf(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeatureVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.dom.EXMLDOMNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.EXMLParserFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.EXMLParserFeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.EXMLParserProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.EXMLParserPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.EXMLVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.microdom.EMicroEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.microdom.EMicroNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLCharMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeComments
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeDocType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.xml.transform.EXMLTransformTexts
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.helger.xml.dom.EXMLDOMFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.dom.EXMLDOMFeatureVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.dom.EXMLDOMNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.EXMLParserFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.EXMLParserFeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.EXMLParserProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.EXMLParserPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.EXMLVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.microdom.EMicroEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.microdom.EMicroNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLCharMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeComments
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeDocType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.xml.transform.EXMLTransformTexts
Returns an array containing the constants of this enum type, in the order they are declared.
visit(IMicroNode, IHierarchyVisitorCallback<? super IMicroNode>) - Static method in class com.helger.xml.microdom.util.MicroVisitor
Iterate the passed node and invoke the callback for all child nodes.
visit(T, IChildrenProvider<T>, IHierarchyVisitorCallback<? super T>) - Static method in class com.helger.xml.microdom.util.MicroVisitor
Iterate the passed node and invoke the callback for all child nodes.

W

warning(SAXParseException) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
 
warning(SAXParseException) - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
 
warning(TransformerException) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
 
write(NODETYPE, XMLEmitter) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
 
write(NODETYPE, OutputStream) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
Write the specified node to the specified OutputStream.
write(NODETYPE, Writer) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
Write the specified node to the specified Writer.
writeChangeLog(ChangeLog) - Static method in class com.helger.xml.util.changelog.ChangeLogSerializer
 
writeList(Collection<String>, IHasOutputStream) - Static method in class com.helger.xml.microdom.util.XMLListHandler
 
writeList(Collection<String>, OutputStream) - Static method in class com.helger.xml.microdom.util.XMLListHandler
Write the passed collection to the passed output stream using the predefined XML layout.
writeMap(Map<String, String>, IHasOutputStream) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
 
writeMap(Map<String, String>, OutputStream) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
Write the passed map to the passed output stream using the predefined XML layout.
writeToFile(IMicroNode, File) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
Write a Micro Node to a file using the default settings.
writeToFile(IMicroNode, File, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
Write a Micro Node to a file.
writeToStream(IMicroNode, OutputStream) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
Write a Micro Node to an output stream using the default settings.
writeToStream(IMicroNode, OutputStream, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
Write a Micro Node to an OutputStream.
writeToStream(Node, OutputStream) - Static method in class com.helger.xml.serialize.write.XMLWriter
Write a node to an OutputStream using the default settings.
writeToStream(Node, OutputStream, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.XMLWriter
Write a node to an OutputStream using custom settings.
writeToWriter(IMicroNode, Writer, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
Write a Micro Node to a Writer.
writeToWriter(Node, Writer) - Static method in class com.helger.xml.serialize.write.XMLWriter
Write a node to a Writer using the default settings.
writeToWriter(Node, Writer, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.XMLWriter
Write a node to a Writer using the default settings.
WSTestHelper - Class in com.helger.xml.mock
 

X

XML_ATTR_XMLNS - Static variable in class com.helger.xml.CXML
The default xmlns attribute
XML_ATTR_XSD_TARGETNAMESPACE - Static variable in class com.helger.xml.CXML
Special XSD attribute targetNamespace
XML_ATTR_XSI_NONAMESPACESCHEMALOCATION - Static variable in class com.helger.xml.CXML
Special XSI attribute noNamespaceSchemaLocation
XML_ATTR_XSI_SCHEMALOCATION - Static variable in class com.helger.xml.CXML
Special XSI attribute schemaLocation
XML_NS_PREFIX_XSD - Static variable in class com.helger.xml.CXML
The preferred XML Schema namespace prefix
XML_NS_PREFIX_XSI - Static variable in class com.helger.xml.CXML
Preferred XML Schema instance namespace prefix
XML_NS_XML - Static variable in class com.helger.xml.CXML
The XML namespace URI
XML_NS_XSD - Static variable in class com.helger.xml.CXML
The XML schema namespace URI
XML_NS_XSI - Static variable in class com.helger.xml.CXML
XML Schema instance namespace URI
XML_PREFIX_NAMESPACE_SEP - Static variable in class com.helger.xml.CXML
separator between namespace prefix and element name
XML_PREFIX_NAMESPACE_SEP_STR - Static variable in class com.helger.xml.CXML
separator between namespace prefix and element name
XMLBracketModeDeterminatorHTML4 - Class in com.helger.xml.serialize.write
Implementation of IXMLBracketModeDeterminator for HTML4.
XMLBracketModeDeterminatorHTML4() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
XMLBracketModeDeterminatorHTML5 - Class in com.helger.xml.serialize.write
Implementation of IXMLBracketModeDeterminator for HTML5.
XMLBracketModeDeterminatorHTML5() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
XMLBracketModeDeterminatorXML - Class in com.helger.xml.serialize.write
Implementation of IXMLBracketModeDeterminator for real XML (and XHTML).
XMLBracketModeDeterminatorXML() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXML
 
XMLCharHelper - Class in com.helger.xml.serialize.write
This class contains XML utility methods for character handling.
XMLCleanup - Class in com.helger.xml.util
The sole purpose of this class to clear all caches, that reside in this library.
XMLDebug - Class in com.helger.xml
Misc.
XMLEmitter - Class in com.helger.xml.serialize.write
Converts XML constructs into a string representation.
XMLEmitter(Writer, IXMLWriterSettings) - Constructor for class com.helger.xml.serialize.write.XMLEmitter
 
XMLFactory - Class in com.helger.xml
Utility class for creating XML DOM documents.
XMLHelper - Class in com.helger.xml
This class contains multiple XML utility methods.
XMLIndentDeterminatorHTML - Class in com.helger.xml.serialize.write
Implementation of IXMLIndentDeterminator for real HTML.
XMLIndentDeterminatorHTML() - Constructor for class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
 
XMLIndentDeterminatorXML - Class in com.helger.xml.serialize.write
Implementation of IXMLIndentDeterminator for real XML.
XMLIndentDeterminatorXML() - Constructor for class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
 
XMLListHandler - Class in com.helger.xml.microdom.util
Simple class that reads a list from an XML input stream.
XMLLoggingExceptionCallback - Class in com.helger.xml.serialize.read
A special version of the LoggingExceptionCallback that handles the most common XML exceptions in a nice way :)
XMLLoggingExceptionCallback() - Constructor for class com.helger.xml.serialize.read.XMLLoggingExceptionCallback
 
XMLLoggingExceptionCallback(IErrorLevel) - Constructor for class com.helger.xml.serialize.read.XMLLoggingExceptionCallback
 
XMLMapHandler - Class in com.helger.xml.microdom.util
Simple class that reads a generic String-to-String mapping from a classpath resource into a Map.
XMLMaskHelper - Class in com.helger.xml.serialize.write
This class contains all the methods for masking XML content.
XMLReaderFactoryCommons - Class in com.helger.xml.serialize.read
Factory for creating an XML reader.
XMLSchemaCache - Class in com.helger.xml.schema
This class is used to cache XML schema objects.
XMLSchemaCache() - Constructor for class com.helger.xml.schema.XMLSchemaCache
 
XMLSchemaCache(ErrorHandler) - Constructor for class com.helger.xml.schema.XMLSchemaCache
 
XMLSchemaCache(LSResourceResolver) - Constructor for class com.helger.xml.schema.XMLSchemaCache
 
XMLSchemaCache(ErrorHandler, LSResourceResolver) - Constructor for class com.helger.xml.schema.XMLSchemaCache
 
XMLSchemaValidationHelper - Class in com.helger.xml.schema
A helper class for simple XSD validation.
XMLSerializer - Class in com.helger.xml.serialize.write
Internal XML serializer that takes org.w3c.dom.Node objects, extracts the information to serialize and passes the respective information to an XMLEmitter object.
XMLSerializer(IXMLWriterSettings) - Constructor for class com.helger.xml.serialize.write.XMLSerializer
 
XMLSystemProperties - Class in com.helger.xml
This class wraps all the special Java XML system properties.
XMLTestHelper - Class in com.helger.xml.mock
 
XMLTestHelper() - Constructor for class com.helger.xml.mock.XMLTestHelper
 
XMLTransformerFactory - Class in com.helger.xml.transform
A global factory for XML transformation objects.
XMLWriter - Class in com.helger.xml.serialize.write
This is a helper class to serialize DOM nodes to a String.
XMLWriterSettings - Class in com.helger.xml.serialize.write
Default implementation of the IXMLWriterSettings interface.
XMLWriterSettings() - Constructor for class com.helger.xml.serialize.write.XMLWriterSettings
Creates a default settings object with the following settings: XML version 1.0 with XML declaration with document type with comments Indented and aligned Writing invalid characters to the file as is - may result in invalid XML files Default character set UTF-8 No namespace context
XMLWriterSettings(IXMLWriterSettings) - Constructor for class com.helger.xml.serialize.write.XMLWriterSettings
Copy constructor.
XPathExpressionHelper - Class in com.helger.xml.xpath
Utility class to evaluate XPath expressions more easily
XPathFunctionKey - Class in com.helger.xml.xpath
This class contains a single key for a map-based function resolver.
XPathFunctionKey(QName, int) - Constructor for class com.helger.xml.xpath.XPathFunctionKey
Constructor
XPathHelper - Class in com.helger.xml.xpath
Utility class to create XPath and XPathExpression objects more easily.
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links

Copyright © 2014–2016 Philip Helger. All rights reserved.