- AbstractLSResourceResolver - Class in com.helger.xml.ls
-
- 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.
- AbstractTransformErrorListener - Class in com.helger.xml.transform
-
- AbstractTransformErrorListener() - 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.
- accept(String) - Method in class com.helger.xml.util.changelog.LoggingChangeLogSerializerCallback
-
- 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.
- addDefaultNamespaceURI(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
-
Add the default namespace URL
- addDescriptor(ThreadDescriptor) - Method in class com.helger.xml.util.thread.ThreadDescriptorList
-
- 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
-
- addMappings(Map<String, String>) - 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
- addPrefixNamespaceMapping(String, String) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
-
- 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.
- andThen(ErrorHandler) - Method in interface com.helger.xml.sax.ISAXErrorHandler
-
- andThen(ErrorListener) - Method in interface com.helger.xml.transform.ITransformErrorListener
-
- 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, Iterable<?>) - Static method in class com.helger.xml.XMLHelper
-
- 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 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 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 interface com.helger.xml.microdom.IMicroNode
-
Append a comment node to this node.
- 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 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 interface com.helger.xml.microdom.IMicroNode
-
Append an entity reference to this node.
- 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 interface com.helger.xml.microdom.IMicroNode
-
Append a processing instruction to this node.
- 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 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(XPathFactory, 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
-
- applyTo(SchemaFactory, Object) - Method in enum com.helger.xml.EXMLParserProperty
-
- applyTo(Validator, Object) - Method in enum com.helger.xml.EXMLParserProperty
-
Apply this property safely onto the passed
Validator.
- applyToDocumentBuilder(DocumentBuilder) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
-
- applyToDocumentBuilder(DocumentBuilder) - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
-
- applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
-
- applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
-
- 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.
- CachingSAXInputSource - Class in com.helger.xml.sax
-
- 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
-
- 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
-
- 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.
- close() - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- close() - Method in class com.helger.xml.serialize.write.XMLEmitter
-
- 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
-
- 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
-
- ColorMicroTypeConverter - Class in com.helger.xml.microdom.convert
-
Micro type converter for class
Color.
- ColorMicroTypeConverter() - Constructor for class com.helger.xml.microdom.convert.ColorMicroTypeConverter
-
- 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.resourcebundle - package com.helger.xml.resourcebundle
-
- 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.util.thread - package com.helger.xml.util.thread
-
- 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
-
- containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, char[], int, int) - 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
-
- containsInvalidXMLCDATAChar(EXMLSerializeVersion, char[], int, int) - 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
-
- containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, char[], int, int) - 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
-
- containsInvalidXMLNameChar(EXMLSerializeVersion, char[], int, int) - 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
-
- containsInvalidXMLTextChar(EXMLSerializeVersion, char[], int, int) - 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(Color, String, String) - Method in class com.helger.xml.microdom.convert.ColorMicroTypeConverter
-
- convertToMicroElement(T, String) - Method in interface com.helger.xml.microdom.convert.IMicroTypeConverter
-
Convert the passed object to a micro element using the specified tag name
and a null namespace URI.
- convertToMicroElement(T, 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(T, String) - Static method in class com.helger.xml.microdom.convert.MicroTypeConverter
-
- convertToMicroElement(T, String, String) - Static method in class com.helger.xml.microdom.convert.MicroTypeConverter
-
- convertToMicroElement(T, String, String) - Method in class com.helger.xml.microdom.convert.StringBasedMicroTypeConverter
-
- convertToMicroElement(String, String, String) - Method in class com.helger.xml.microdom.convert.StringMicroTypeConverter
-
- convertToMicroElement(MimeTypeInfo, String, String) - Method in class com.helger.xml.util.mime.MimeTypeInfoMicroTypeConverter
-
- convertToMicroNode(Node) - Static method in class com.helger.xml.microdom.util.MicroHelper
-
- convertToNative(IMicroElement) - Method in class com.helger.xml.microdom.convert.ColorMicroTypeConverter
-
- 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, Class<DSTTYPE>, 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
-
- convertToNative(IMicroElement) - Method in class com.helger.xml.util.mime.MimeTypeInfoMicroTypeConverter
-
- create(File) - Static method in class com.helger.xml.sax.InputSourceFactory
-
- create(Path) - 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(Writer, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- create(OutputStream, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- create(File) - Static method in class com.helger.xml.transform.TransformResultFactory
-
- create(Path) - 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(Path) - 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
-
- createAttributeIterator(Element) - Static method in class com.helger.xml.NamedNodeMapIterator
-
- createChildNodeIterator(Node) - Static method in class com.helger.xml.NodeListIterator
-
- 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
-
- createDocumentBuilder() - Static method in class com.helger.xml.XMLFactory
-
- 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
-
- 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.
- createForCurrentThread(Throwable) - Static method in class com.helger.xml.util.thread.ThreadDescriptor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Deprecated.
- createNewXPathExpresion(XPathVariableResolver, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Deprecated.
- createNewXPathExpresion(XPathFunctionResolver, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Deprecated.
- createNewXPathExpresion(NamespaceContext, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Deprecated.
- createNewXPathExpresion(String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Deprecated.
- createNewXPathExpresion(XPath, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Deprecated.
- createNewXPathExpression(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpression(XPathVariableResolver, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpression(XPathFunctionResolver, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpression(NamespaceContext, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpression(String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpression(XPath, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation.
- createOnDemand(IReadableResource) - Static method in class com.helger.xml.sax.DefaultEntityResolver
-
Factory method with a resource.
- 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
-
- createWithAllThreads() - Static method in class com.helger.xml.util.thread.ThreadDescriptorList
-
- createWithClones(IMicroNode...) - Static method in class com.helger.xml.microdom.MicroContainer
-
- createWithClones(Iterable<? extends IMicroNode>) - Static method in class com.helger.xml.microdom.MicroContainer
-
- createXMLEmitter(Writer, IXMLWriterSettings) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
-
- createXMLReader() - Static method in class com.helger.xml.serialize.read.SAXReaderFactory
-
- createXPathFactorySaxonFirst() - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathFactory trying to instantiate Saxon class
net.sf.saxon.xpath.XPathFactoryImpl first.
- 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.
- debug(Supplier<String>) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- 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_ENABLE_THREAD_INFO - Static variable in class com.helger.xml.util.thread.ThreadDescriptor
-
- 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
- DefaultEntityResolver - Class in com.helger.xml.sax
-
- DefaultEntityResolver(URL) - Constructor for class com.helger.xml.sax.DefaultEntityResolver
-
Constructor with a URL.
- DefaultEntityResolver(String) - Constructor for class com.helger.xml.sax.DefaultEntityResolver
-
Constructor with a base URI.
- DefaultTransformURIResolver - Class in com.helger.xml.transform
-
- 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.
- determineXMLCharset(byte[]) - Static method in class com.helger.xml.serialize.read.XMLCharsetDeterminator
-
Determine the XML charset
- directGetAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
-
- 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
-
- DOMReaderSettings(IDOMReaderSettings) - Constructor for class com.helger.xml.serialize.read.DOMReaderSettings
-
Copy constructor.
- DoNothingLSResourceResolver - Class in com.helger.xml.ls
-
- 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
-
- DoNothingTransformErrorListener() - Constructor for class com.helger.xml.transform.DoNothingTransformErrorListener
-
- DoNothingTransformURIResolver - Class in com.helger.xml.transform
-
- DoNothingTransformURIResolver() - Constructor for class com.helger.xml.transform.DoNothingTransformURIResolver
-
- 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
- elementAttr(String, String, String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
- elementStartClose(EXMLSerializeBracketMode) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
- elementStartOpen(String, String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
- EMicroEvent - Enum in com.helger.xml.microdom
-
All available micro DOM events.
- EMicroNodeType - Enum in com.helger.xml.microdom
-
- 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
- exceptionCallbacks() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
-
- exceptionCallbacks() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
-
- exceptionCallbacks() - Method in interface com.helger.xml.serialize.read.IBaseXMLReaderSettings
-
- exceptionCallbacks() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
-
- exceptionCallbacks() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
-
- 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
-
- get() - Method in class com.helger.xml.serialize.read.SAXReaderFactory
-
- getAllAttributeObjs() - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get a list of all attributes.
- getAllAttributeObjs() - Method in class com.helger.xml.microdom.MicroElement
-
- getAllAttributeQNames() - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get a set of all attribute names.
- getAllAttributeQNames() - Method in class com.helger.xml.microdom.MicroElement
-
- getAllAttributesAsList(Element) - Static method in class com.helger.xml.XMLHelper
-
- 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.
- getAllDescriptors() - Method in class com.helger.xml.util.thread.ThreadDescriptorList
-
- 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
-
- getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, char[], int, int) - 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
-
- getAllInvalidXMLCDATAChars(EXMLSerializeVersion, char[], int, int) - 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
-
- getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, char[], int, int) - 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
-
- getAllInvalidXMLNameChars(EXMLSerializeVersion, char[], int, int) - 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
-
- getAllInvalidXMLTextChars(EXMLSerializeVersion, char[], int, int) - 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.IMicroAttributeContainer
-
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
-
- getAllSupportedCharsets() - Static method in class com.helger.xml.serialize.read.XMLCharsetDeterminator
-
- getAllSupportedFeatures() - Static method in class com.helger.xml.XMLDebug
-
- getAllSupportedFeatures(EXMLDOMFeatureVersion) - Static method in class com.helger.xml.XMLDebug
-
- getAllValues() - Method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
- 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
-
- getAsMicroNode() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- getAsMicroNode() - Method in class com.helger.xml.util.thread.ThreadDescriptorList
-
- getAsMLT() - Method in enum com.helger.xml.transform.EXMLTransformTexts
-
- getAsPropertiesXML(ICommonsMap<String, String>) - Static method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
- getAsString() - Method in class com.helger.xml.transform.StringStreamResult
-
- getAsString() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- getAsString() - Method in class com.helger.xml.util.thread.ThreadDescriptorList
-
- 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.IMicroAttributeContainer
-
- 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.IMicroAttributeContainer
-
Get the attribute object with the specified name.
- getAttributeObj(String, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get the attribute object with the specified namespace URI and local name.
- getAttributeObj(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
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.IMicroAttributeContainer
-
Get the attribute value of the given attribute name.
- getAttributeValue(String, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get the attribute value of the given attribute name.
- getAttributeValue(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
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.
- getAttributeValueAsBool(String, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsBool(String, String, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsBool(IMicroQName, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsDouble(String, double) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsDouble(String, String, double) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsDouble(IMicroQName, double) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsFloat(String, float) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsFloat(String, String, float) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsFloat(IMicroQName, float) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsInt(String, int) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsInt(String, String, int) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsInt(IMicroQName, int) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsLong(String, long) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsLong(String, String, long) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueAsLong(IMicroQName, long) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- getAttributeValueNS(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.
- getAttributeValueNS(Element, String, 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.IMicroAttributeContainer
-
Get the attribute value of the given attribute name.
- getAttributeValueWithConversion(String, String, Class<DSTTYPE>) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get the attribute value of the given attribute name.
- getAttributeValueWithConversion(IMicroQName, Class<DSTTYPE>) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get the attribute value of the given attribute name.
- 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
-
- 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.
- getChildElementIterator(Node) - Static method in class com.helger.xml.XMLHelper
-
Get an iterator over all child elements.
- getChildElementIterator(Node, String) - Static method in class com.helger.xml.XMLHelper
-
Get an iterator over all child elements that have the desired tag name (but
potentially a namespace URI).
- 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
-
- getChildren() - Method in class com.helger.xml.microdom.AbstractMicroNode
-
- getChildren() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
-
- 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<T>) - Method in class com.helger.xml.microdom.convert.MicroTypeConverterRegistry
-
- getConverterToNative(Class<T>) - 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
-
- getDescriptor() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- getDirectChildElementCount(Element) - Static method in class com.helger.xml.XMLHelper
-
- getDirectChildElementCount(Element, String) - Static method in class com.helger.xml.XMLHelper
-
- 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.
- getDocTypeXMLRepresentation(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
-
- getDocumentElement(Node) - Static method in class com.helger.xml.XMLHelper
-
- 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
-
- getError() - Method in class com.helger.xml.util.thread.ThreadDescriptorList
-
- 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
-
- getErrorList() - Method in class com.helger.xml.sax.CollectingSAXErrorHandler
-
- getErrorList() - Method in class com.helger.xml.transform.CollectingTransformErrorListener
-
- 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
-
- getExtension() - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
-
- getExternalSubset(String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
-
- 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(Predicate<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
-
- getFirstChildElement(Predicate<? super IMicroElement>) - Method in class com.helger.xml.microdom.MicroElement
-
- 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.
- getFirstChildElementOfName(Node, String, 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.
- getFormats(String) - Method in class com.helger.xml.resourcebundle.XMLResourceBundleControl
-
- 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
-
- 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
-
- getKeys() - Method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
- 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
-
- getLockInfo() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- 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.SafeXMLStreamWriter
-
- getNamespaceContext() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
-
- getNamespaceCount() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
-
- 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
-
- getNodeAsBytes(IMicroNode, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Convert the passed micro node to an XML byte array using the provided
settings.
- getNodeAsBytes(IMicroNode) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
- getNodeAsBytes(Node, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Convert the passed DOM node to an XML byte array using the provided XML
writer settings.
- getNodeAsBytes(Node) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
- getNodeAsString(IMicroNode, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Convert the passed micro node to an XML string using the provided settings.
- getNodeAsString(IMicroNode) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
- getNodeAsString(Node, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Convert the passed DOM node to an XML string using the provided XML writer
settings.
- getNodeAsString(Node) - 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 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
-
- 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
-
- 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
-
- getPrefix(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- getPrefix(Element) - Static method in class com.helger.xml.XMLHelper
-
Get the namespace prefix of the passed element in a safe way.
- 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
-
- getProperty(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- 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
-
- getQName(Element) - Static method in class com.helger.xml.XMLHelper
-
Get the QName of the passed element.
- 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
-
- 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
-
- 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
-
- getSourceXMLEncoding() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
-
- getSourceXMLVersion() - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
-
- getStackTrace() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- getStackTraceNotNull() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- 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.
- getThreadID() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- getThreadState() - Method in class com.helger.xml.util.thread.ThreadDescriptor
-
- 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
-
- 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
-
- 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.
- getXMLBundle(String) - Static method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
- getXMLBundle(String, Locale) - Static method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
- getXMLBundle(String, Locale, ClassLoader) - Static method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
- 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.
- 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
-
- getXMLWriterSettings() - Method in class com.helger.xml.serialize.write.XMLEmitter
-
- handleEvent(IMicroEvent) - Method in interface com.helger.xml.microdom.IMicroEventTarget
-
- handleGetObject(String) - Method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
Main internal lookup
- handleKeySet() - Method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
More efficient version to retrieve the keySet
- 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
-
- hasAnyNamespace() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
-
- 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.IMicroAttributeContainer
-
Check if this element has an attribute with the specified name.
- hasAttribute(String, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Check if this element has an attribute with the specified name.
- hasAttribute(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
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.IMicroAttributeContainer
-
- 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.microdom.util.MicroRecursiveIterator
-
- hasNext() - Method in class com.helger.xml.NamedNodeMapIterator
-
- hasNext() - Method in class com.helger.xml.NodeListIterator
-
- hasNext() - Method in class com.helger.xml.RecursiveChildNodeIterator
-
- hasNoAttributes() - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
- 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
-
- hasNoNamespaceURI(Node) - Static method in class com.helger.xml.XMLHelper
-
- 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.
- hasTagNameIgnoreCase(String) - Method in interface com.helger.xml.microdom.IMicroElement
-
Check if this element has the provided tag name but ignoring case.
- IBaseXMLReaderSettings - Interface in com.helger.xml.serialize.read
-
Base Read-only interface for DOM and SAX reader settings.
- IChangeLogSerializerCallback - Interface in com.helger.xml.util.changelog
-
Callback for change log serializer read actions.
- 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
-
- 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).
- IMicroAttributeContainer<IMPLTYPE extends IMicroAttributeContainer<IMPLTYPE>> - Interface in com.helger.xml.microdom
-
Interface for objects having attributes.
- 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<T> - 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
-
- INamespaceContext - Interface in com.helger.xml.namespace
-
Serializable version of NamespaceContext
- 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(IErrorLevel, SAXParseException) - Method in class com.helger.xml.sax.WrappedCollectingSAXErrorHandler
-
- internalLog(IError) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
-
Handle the passed resource error.
- internalLog(IError) - Method in class com.helger.xml.transform.CollectingTransformErrorListener
-
- internalLog(IError) - Method in class com.helger.xml.transform.DoNothingTransformErrorListener
-
- internalLog(IError) - Method in class com.helger.xml.transform.LoggingTransformErrorListener
-
- internalLog(IError) - Method in class com.helger.xml.transform.WrappedCollectingTransformErrorListener
-
- internalResetParentNode() - Method in class com.helger.xml.microdom.AbstractMicroNode
-
- 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
- internalSetParentNode(AbstractMicroNodeWithChildren) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
- internalTriggerEvent(EMicroEvent, IMicroEvent) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
- isAlign() - Method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
-
- ISAXErrorHandler - Interface in com.helger.xml.sax
-
- ISAXReaderSettings - Interface in com.helger.xml.serialize.read
-
- 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
-
- isDebugMode() - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- isDefaultDebugMode() - Static method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- 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
-
- isEnableThreadInfo() - Static method in class com.helger.xml.util.thread.ThreadDescriptor
-
- 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
-
- 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
-
- isNamespaceURIMapped(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
-
- isNotifyRequired() - Method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
- isOpenClose() - Method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
-
- isPrefixMapped(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
-
- 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.
- ITransformErrorListener - Interface in com.helger.xml.transform
-
- 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.
- 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.
- readFromPropertiesXML(InputStream) - Static method in class com.helger.xml.resourcebundle.XMLResourceBundle
-
- 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(Path) - Static method in class com.helger.xml.microdom.serialize.MicroReader
-
- readMicroXML(Path, 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(Path) - Static method in class com.helger.xml.serialize.read.DOMReader
-
- readXMLDOM(Path, 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<T>, IMicroTypeConverter<T>) - Method in interface com.helger.xml.microdom.convert.IMicroTypeConverterRegistry
-
Register a new type converter.
- registerMicroElementTypeConverter(Class<T>, IMicroTypeConverter<T>) - 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.IMicroAttributeContainer
-
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.IMicroAttributeContainer
-
Remove the attribute with the given name.
- removeAttribute(String, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Remove the attribute with the given name.
- removeAttribute(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
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<? extends QName>) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
-
Remove multiple variables at once.
- 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
-
- 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, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
-
- resolveEntity(String, String) - Method in class com.helger.xml.sax.DefaultEntityResolver
-
- 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
-
- 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_aLogger - Static variable in class com.helger.xml.sax.LoggingSAXErrorHandler
-
- s_aLogger - Static variable in class com.helger.xml.transform.LoggingTransformErrorListener
-
- SafeXMLStreamWriter - Class in com.helger.xml.serialize.write
-
A special stream writer, that ensures that special XML characters are handled
correctly.
- SafeXMLStreamWriter(XMLEmitter) - Constructor for class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- 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.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, String, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(IMicroQName, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, IHasAttributeValue) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, String, IHasAttributeValue) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(IMicroQName, IHasAttributeValue) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, String, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(IMicroQName, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, double) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, String, double) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(IMicroQName, double) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, float) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, String, float) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(IMicroQName, float) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, int) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, String, int) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(IMicroQName, int) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, long) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(String, String, long) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttribute(IMicroQName, long) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
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.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttributeWithConversion(String, String, Object) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttributeWithConversion(IMicroQName, Object) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
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
-
- setDebugMode(boolean) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
Enable or disable debug mode
- setDeclarationHandler(DeclHandler) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
-
- setDeclarationHandler(DeclHandler) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
-
- setDefaultDebugMode(boolean) - Static method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- setDefaultNamespace(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- 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
-
- setEnableThreadInfo(boolean) - Static method in class com.helger.xml.util.thread.ThreadDescriptor
-
- 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
-
- setError(String) - Method in class com.helger.xml.util.thread.ThreadDescriptorList
-
- 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
-
- 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
-
- setMappings(Map<String, String>) - 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.SafeXMLStreamWriter
-
- setNamespaceContext(INamespaceContext) - 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
-
- setPrefix(String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
-
- 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.
- setXMLElementAttributeLimit(String) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the number of attributes an element can have.
- setXMLElementAttributeLimitIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
- 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.
- setXMLEntityExpansionLimitIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
- setXMLMaxGeneralEntitySizeLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the maximum size of any general entities.
- setXMLMaxGeneralEntitySizeLimit(String) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the maximum size of any general entities.
- setXMLMaxGeneralEntitySizeLimitIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
- 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".
- setXMLMaxOccur(String) - 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".
- setXMLMaxOccurIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
- 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.
- setXMLMaxParameterEntitySizeLimit(String) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the maximum size of any parameter entities, including the result of
nesting multiple parameter entities.
- setXMLMaxParameterEntitySizeLimitIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
- setXMLTotalEntitySizeLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the total size of all entities that include general and parameter
entities.
- setXMLTotalEntitySizeLimit(String) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the total size of all entities that include general and parameter
entities.
- setXMLTotalEntitySizeLimitIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
- 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<T> - 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<T>) - Constructor for class com.helger.xml.microdom.convert.StringBasedMicroTypeConverter
-
- StringMicroTypeConverter - Class in com.helger.xml.microdom.convert
-
- 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
-
- 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
-
- 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
-
- 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
-
- validate(Schema, Source, ErrorList) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
-
Validate the passed XML against the passed XSD and put all errors in the
passed error list.
- validate(Schema, Source, ErrorList, Locale) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
-
Validate the passed XML against the passed XSD and put all errors in the
passed error list.
- 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.
- 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_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
-
- XMLBracketModeDeterminatorHTML4() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
-
- XMLBracketModeDeterminatorHTML5 - Class in com.helger.xml.serialize.write
-
- XMLBracketModeDeterminatorHTML5() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
-
- XMLBracketModeDeterminatorXML - Class in com.helger.xml.serialize.write
-
- 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.
- XMLCharsetDeterminator - Class in com.helger.xml.serialize.read
-
XML charset determinator based on a byte array.
- 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
-
- XMLIndentDeterminatorHTML() - Constructor for class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
-
- XMLIndentDeterminatorXML - Class in com.helger.xml.serialize.write
-
- 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.
- XMLResourceBundle - Class in com.helger.xml.resourcebundle
-
Helper class to handle XML based properties.
- XMLResourceBundleControl - Class in com.helger.xml.resourcebundle
-
- XMLResourceBundleControl() - Constructor for class com.helger.xml.resourcebundle.XMLResourceBundleControl
-
- 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
-
- XMLSchemaCache(SchemaFactory, 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
-
Helper methods for handling XML based testing
- 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
-
- 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
-