A B C D E F G H I J L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractLSResourceResolver - Class in com.helger.xml.ls
-
Abstract
LSResourceResolverbase implementation. - AbstractLSResourceResolver() - Constructor for class com.helger.xml.ls.AbstractLSResourceResolver
- AbstractMicroNode - Class in com.helger.xml.microdom
-
This is an abstract base class for the micro document object model.
- AbstractMicroNode() - Constructor for class com.helger.xml.microdom.AbstractMicroNode
- AbstractMicroNodeWithChildren - Class in com.helger.xml.microdom
-
Basic implementation class for the micro document object model.
- AbstractMicroNodeWithChildren() - Constructor for class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- AbstractNamespaceContext - Class in com.helger.xml.namespace
-
Represents an abstract namespace context that does the predefined mapping as stated in the Javadoc.
- AbstractNamespaceContext() - Constructor for class com.helger.xml.namespace.AbstractNamespaceContext
- AbstractSAXErrorHandler - Class in com.helger.xml.sax
-
java.xml error handler base class.
- AbstractSAXErrorHandler() - Constructor for class com.helger.xml.sax.AbstractSAXErrorHandler
-
Constructor without parent error handler.
- AbstractTransformErrorListener - Class in com.helger.xml.transform
-
Abstract implementation of a transformation
ErrorListener. - AbstractTransformErrorListener() - Constructor for class com.helger.xml.transform.AbstractTransformErrorListener
- AbstractTransformURIResolver - Class in com.helger.xml.transform
-
Abstract base implementation of the
URIResolverinterface. - 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.
- ACCESS_EXTERNAL_DTD - com.helger.xml.EXMLParserFeature
-
Restrict access to external DTDs and external Entity References to the protocols specified.If access is denied due to the restriction of this property, a runtime exception that is specific to the context is thrown.
- ACCESS_EXTERNAL_SCHEMA - com.helger.xml.EXMLParserFeature
-
Restrict access to the protocols specified for external reference set by theschemaLocation attribute, Import and Include element.
- ACCESS_EXTERNAL_STYLESHEET - com.helger.xml.EXMLParserFeature
-
Restrict access to the protocols specified for external references set by the stylesheet processing instruction, Import and Include element, and document function.If access is denied due to the restriction of this property, a runtime exception that is specific to the context is thrown.
- 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(MapBasedXPathVariableResolver, boolean) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
-
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.
- addDefaultNamespaceURI(String) - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
-
Add the default namespace URL, so the mapping to the default XML namespace prefix (
""). - 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.
- ALIGN_ONLY - com.helger.xml.serialize.write.EXMLSerializeIndent
-
No indent but align
- ALLOW_JAVA_ENCODINGS - com.helger.xml.EXMLParserFeature
-
When true: Allow Java encoding names in XMLDecl and TextDecl line.
When false: Do not allow Java encoding names in XMLDecl and TextDecl line. - andThen(ErrorListener) - Method in interface com.helger.xml.transform.ITransformErrorListener
- andThen(ErrorHandler) - Method in interface com.helger.xml.sax.ISAXErrorHandler
-
Create a new combined error handler that first invoked this handler, and afterwards the passed on.
- append(IMicroNode, Object) - Static method in class com.helger.xml.microdom.util.MicroHelper
- append(Node, Iterable<?>) - Static method in class com.helger.xml.XMLHelper
- append(Node, Object) - Static method in class com.helger.xml.XMLHelper
- 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.
- appendCDATA(CharSequence) - 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.
- appendChildren(IMicroNode...) - Method in interface com.helger.xml.microdom.IMicroNode
-
Append multiple children to the node at once.
- appendChildren(Iterable<? extends IMicroNode>) - Method in interface com.helger.xml.microdom.IMicroNode
-
Append multiple children to the node at once.
- 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.
- appendComment(CharSequence) - 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(char) - Method in interface com.helger.xml.microdom.IMicroDataAware
-
Append a character to the string.
- appendData(char) - Method in class com.helger.xml.microdom.MicroCDATA
- appendData(char) - Method in class com.helger.xml.microdom.MicroComment
- appendData(char) - Method in class com.helger.xml.microdom.MicroText
- appendData(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroDataAware
-
Append characters to the string.
- appendData(char[], int, int) - Method in class com.helger.xml.microdom.MicroCDATA
- appendData(char[], int, int) - Method in class com.helger.xml.microdom.MicroComment
- appendData(char[], int, int) - Method in class com.helger.xml.microdom.MicroText
- appendData(CharSequence) - Method in interface com.helger.xml.microdom.IMicroDataAware
-
Append characters to the string.
- appendData(CharSequence) - Method in class com.helger.xml.microdom.MicroCDATA
- appendData(CharSequence) - Method in class com.helger.xml.microdom.MicroComment
- appendData(CharSequence) - 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(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.
- appendIgnorableWhitespaceText(CharSequence) - 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(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.
- appendText(CharSequence) - 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(DocumentBuilderFactory, boolean) - Method in enum com.helger.xml.EXMLParserFeature
- applyTo(DocumentBuilderFactory, Object) - Method in enum com.helger.xml.EXMLParserProperty
- applyTo(SchemaFactory, Object) - Method in enum com.helger.xml.EXMLParserProperty
-
Apply this property safely onto the passed
SchemaFactory. - applyTo(Validator, Object) - Method in enum com.helger.xml.EXMLParserProperty
-
Apply this property safely onto the passed
Validator. - applyTo(XPathFactory, boolean) - Method in enum com.helger.xml.EXMLParserFeature
- applyTo(XMLReader, boolean) - Method in enum com.helger.xml.EXMLParserFeature
- applyTo(XMLReader, Object) - Method in enum com.helger.xml.EXMLParserProperty
- applyToDocumentBuilder(DocumentBuilder) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
- applyToDocumentBuilder(DocumentBuilder) - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
-
Apply settings of this object onto the specified
DocumentBuilderobject. - applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
- applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
-
Apply settings of this object onto the specified
DocumentBuilderFactoryobject. - 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
- ATTRIBUTE_NAME - com.helger.xml.serialize.write.EXMLCharMode
-
Attribute name
- ATTRIBUTE_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is an
Attr. - ATTRIBUTE_VALUE_DOUBLE_QUOTES - com.helger.xml.serialize.write.EXMLCharMode
-
Attribute value surrounded by double quotes
- ATTRIBUTE_VALUE_SINGLE_QUOTES - com.helger.xml.serialize.write.EXMLCharMode
-
Attribute value surrounded by single quotes
- AUGMENT_PSVI - com.helger.xml.EXMLParserFeature
-
When true: Augment Post-Schema-Validation-Infoset.
When false: Do not augment Post-Schema-Validation-Infoset.
Default: true
(http://apache.org/xml/features/validation/schema/augment-psvi) - AVOID_DOS_SETTINGS - Static variable in enum com.helger.xml.EXMLParserFeature
-
Deprecated, for removal: This API element is subject to removal in a future version.because this is now enabled by default
- AVOID_XML_ATTACKS - Static variable in enum com.helger.xml.EXMLParserFeature
-
Deprecated, for removal: This API element is subject to removal in a future version.because this is now enabled by default
- AVOID_XXE_SETTINGS - Static variable in enum com.helger.xml.EXMLParserFeature
-
Deprecated, for removal: This API element is subject to removal in a future version.because this is now enabled by default
B
- BALANCE_SYNTAX_TREES - com.helger.xml.EXMLParserFeature
-
When true: Construct an optimal representation for DTD content models to significantly reduce the likelihood a StackOverflowError will occur when large content models are processed.
When false: Do not invest processing time to construct an optimal representation for DTD content models.
Default: false
(http://apache.org/xml/features/validation/balance-syntax-trees) - BasicMicroTypeConverterRegistrar - Class in com.helger.xml.microdom.convert
-
Implementation of
IMicroTypeConverterRegistrarSPIfor basic types like Boolean, Byte, Integer, AtomicInteger etc. - BasicMicroTypeConverterRegistrar() - Constructor for class com.helger.xml.microdom.convert.BasicMicroTypeConverterRegistrar
- build() - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
C
- CachingSAXInputSource - Class in com.helger.xml.sax
-
InputSourcethat ensures that the passedInputStreamis closed. - CachingSAXInputSource(IHasInputStream) - Constructor for class com.helger.xml.sax.CachingSAXInputSource
- CachingSAXInputSource(IHasInputStream, String) - Constructor for class com.helger.xml.sax.CachingSAXInputSource
- CachingSAXInputSource(IReadableResource) - 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
-
Sourcethat ensures that the passedInputStreamis copied. - CachingTransformStreamSource(IHasInputStream) - Constructor for class com.helger.xml.transform.CachingTransformStreamSource
- CachingTransformStreamSource(IHasInputStream, String) - Constructor for class com.helger.xml.transform.CachingTransformStreamSource
- CachingTransformStreamSource(IReadableResource) - 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 - com.helger.xml.microdom.EMicroNodeType
- CDATA - com.helger.xml.serialize.write.EXMLCharMode
-
CDATA content
- CDATA_END - Static variable in class com.helger.xml.serialize.write.XMLEmitter
- CDATA_SECTION_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
CDATASection. - CDATA_START - Static variable in class com.helger.xml.serialize.write.XMLEmitter
- 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
IChildrenProviderforIMicroElementobjects 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
- CollectingSAXErrorHandler(Supplier<? extends ErrorList>) - Constructor for class com.helger.xml.sax.CollectingSAXErrorHandler
-
Protected constructor to use a different
ErrorList- e.g. for existing error lists. - CollectingTransformErrorListener - Class in com.helger.xml.transform
-
This implementation of
ErrorListenersaves 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.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 - com.helger.xml.microdom.EMicroNodeType
- COMMENT_END - Static variable in class com.helger.xml.serialize.write.XMLEmitter
- COMMENT_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
Comment. - COMMENT_START - Static variable in class com.helger.xml.serialize.write.XMLEmitter
- compareIncludingNamespaceURI(boolean) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Compare with namespace URI and local name, or just with the tag name.
- compareTo(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroQName
- compareTo(XPathFunctionKey) - Method in class com.helger.xml.xpath.XPathFunctionKey
- CONTAINER - com.helger.xml.microdom.EMicroNodeType
- 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, 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
- containsInvalidXMLAttributeValueChar(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
- containsInvalidXMLCDATAChar(EXMLSerializeVersion, 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
- containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, 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
- containsInvalidXMLNameChar(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
- containsInvalidXMLTextChar(EXMLSerializeVersion, String) - 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.
- CONTINUE_AFTER_FATAL_ERROR - com.helger.xml.EXMLParserFeature
-
When true: Attempt to continue parsing after a fatal error.
When false: Stops parse on first fatal error.
Default: false
(http://apache.org/xml/features/continue-after-fatal-error) - convertToMicroElement(MimeTypeInfo, String, String) - Method in class com.helger.xml.util.mime.MimeTypeInfoMicroTypeConverter
- convertToMicroElement(Color, String, String) - Method in class com.helger.xml.microdom.convert.ColorMicroTypeConverter
- convertToMicroElement(String, String, String) - Method in class com.helger.xml.microdom.convert.StringMicroTypeConverter
- 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
nullnamespace URI. - convertToMicroElement(T, String) - Static method in class com.helger.xml.microdom.convert.MicroTypeConverter
- 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, String) - Static method in class com.helger.xml.microdom.convert.MicroTypeConverter
- convertToMicroElement(T, String, String) - Method in class com.helger.xml.microdom.convert.StringBasedMicroTypeConverter
- 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) - 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
- 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
- create(byte[]) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(byte[]) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(byte[], int, int) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(byte[], int, int) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(char[]) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(char[]) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(char[], int, int) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(char[], int, int) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(IHasInputStream) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(IHasInputStream) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(IReadableResource) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(IReadableResource) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(IWritableResource) - Static method in class com.helger.xml.transform.TransformResultFactory
- create(File) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(File) - Static method in class com.helger.xml.transform.TransformResultFactory
- create(File) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(InputStream) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(InputStream) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(OutputStream) - Static method in class com.helger.xml.transform.TransformResultFactory
- create(OutputStream, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- create(Reader) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(Reader) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(Writer) - Static method in class com.helger.xml.transform.TransformResultFactory
- create(Writer, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- create(CharSequence) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(CharSequence) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(String) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(String) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(URI) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(URI) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(URL) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(URL) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(ByteBuffer) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(ByteBuffer) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(Path) - Static method in class com.helger.xml.sax.InputSourceFactory
- create(Path) - Static method in class com.helger.xml.transform.TransformResultFactory
- create(Path) - Static method in class com.helger.xml.transform.TransformSourceFactory
- create(Node) - Static method in class com.helger.xml.transform.TransformResultFactory
- create(Node) - Static method in class com.helger.xml.transform.TransformSourceFactory
- createAttributeIterator(Element) - Static method in class com.helger.xml.NamedNodeMapIterator
- createChildNodeIterator(IMicroNode) - Static method in class com.helger.xml.microdom.util.MicroRecursiveIterator
-
Create a
MicroRecursiveIteratorthat only iterates the child nodes of the given node. - createChildNodeIterator(Node) - Static method in class com.helger.xml.NodeListIterator
- createChildNodeIterator(Node) - Static method in class com.helger.xml.RecursiveNodeIterator
-
Create a
RecursiveNodeIteratorthat only iterates the child nodes of the given node. - createCloneOnDemand(ISAXReaderSettings) - Static method in class com.helger.xml.serialize.read.SAXReaderSettings
-
Create a clone of the passed settings, depending on the parameter.
- createDefaultDocumentBuilderFactory() - Static method in class com.helger.xml.XMLFactory
-
Create a new
DocumentBuilderFactoryusing the defaults defined in this class (XMLFactory.DEFAULT_DOM_NAMESPACE_AWARE,XMLFactory.DEFAULT_DOM_VALIDATING,XMLFactory.DEFAULT_DOM_IGNORING_ELEMENT_CONTENT_WHITESPACE,XMLFactory.DEFAULT_DOM_EXPAND_ENTITY_REFERENCES,XMLFactory.DEFAULT_DOM_IGNORING_COMMENTSandXMLFactory.DEFAULT_DOM_COALESCING.). - createDefaultSAXParserFactory() - Static method in class com.helger.xml.XMLFactory
- createDefaultTransformerFactory() - Static method in class com.helger.xml.XMLFactory
- createDocumentBuilder() - Static method in class com.helger.xml.XMLFactory
-
Create a document builder without a certain schema, using the default
DocumentBuilderFactory. - createDocumentBuilder(DocumentBuilderFactory) - Static method in class com.helger.xml.XMLFactory
-
Create a document builder without a certain schema, using the passed
DocumentBuilderFactory. - createDocumentBuilder(Schema) - Static method in class com.helger.xml.XMLFactory
-
Create a document builder for a certain schema.
- createDocumentBuilderFactory(Schema) - Static method in class com.helger.xml.XMLFactory
-
Create a new
DocumentBuilderFactoryfor the specified schema, with the following settings: coalescing, comment ignoring and namespace aware. - createForCanonicalization() - Static method in class com.helger.xml.serialize.write.XMLWriterSettings
-
The canonical form of an XML document is physical representation of the document produced by the method described in this specification.
- 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
-
Create a new
XPathwithout any special settings using the defaultXPathFactory. - createNewXPath(NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed namespace context using the defaultXPathFactory. - createNewXPath(XPathFactory) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwithout any special settings. - createNewXPath(XPathFactory, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed namespace context. - createNewXPath(XPathFactory, XPathFunctionResolver) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed function resolver. - createNewXPath(XPathFactory, XPathVariableResolver) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed variable resolver. - createNewXPath(XPathFactory, XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed variable resolver, function resolver and namespace context. - createNewXPath(XPathFunctionResolver) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed function resolver using the defaultXPathFactory. - createNewXPath(XPathVariableResolver) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed variable resolver using the defaultXPathFactory. - createNewXPath(XPathVariableResolver, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed variable resolver and namespace context using the defaultXPathFactory. - createNewXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathwith the passed variable resolver, function resolver and namespace context using the defaultXPathFactory. - createNewXPathExpression(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(XPathFunctionResolver, 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.
- createNewXPathExpression(XPathVariableResolver, String) - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory. - 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. - 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
-
Create a new
IMicroContainerthat contains clones of all passed nodes - createWithClones(Iterable<? extends IMicroNode>) - Static method in class com.helger.xml.microdom.MicroContainer
-
Create a new
IMicroContainerthat contains clones of all passed nodes - createXMLEmitter(Writer, IXMLWriterSettings) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
- createXMLReader() - Static method in class com.helger.xml.serialize.read.SAXReaderFactory
- createXPathFactorySaxonFirst() - Static method in class com.helger.xml.xpath.XPathHelper
-
Create a new
XPathFactorytrying to instantiate Saxon classnet.sf.saxon.xpath.XPathFactoryImplfirst. - createXSDSchemaFactory() - Static method in class com.helger.xml.schema.XMLSchemaCache
-
Create a new XSD
SchemaFactory. - 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.
Source: http://cpansearch.perl.org/src/TJMATHER/XML-RegExp-0.03/lib/XML/RegExp.pm
D
- 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 not 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_INCORRECT_CHARACTER_HANDLING - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default invalid characters are not written and a log message is emitted
- 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_NEW_LINE_AFTER_XML_DECLARATION - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default a newline character is emitted afterwards
- DEFAULT_ORDER_ATTRIBUTES_AND_NAMESPACES - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default the insertion order of attributes is maintained
- 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_SAX_NAMESPACE_AWARE - Static variable in class com.helger.xml.XMLFactory
-
SAXParserFactory is by default not namespace aware
- DEFAULT_SAX_VALIDATING - Static variable in class com.helger.xml.XMLFactory
-
SAXParserFactory is by default not DTD validating
- DEFAULT_SAX_XINCLUDE_AWARE - Static variable in class com.helger.xml.XMLFactory
-
SAXParserFactory is by default not XInclude aware
- DEFAULT_SERIALIZE_COMMENTS - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default comments are emitted
- DEFAULT_SERIALIZE_DOC_TYPE - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default the document type is emitted
- DEFAULT_SERIALIZE_INDENT - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default the output is indented and aligned (newlines are added)
- DEFAULT_SERIALIZE_XML_DECLARATION - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default all fields of the XML declaration are emitted
- 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
- 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_WRITE_CDATA_AS_TEXT - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
By default CDATA children are emitted as CDATA
- 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_SERIALIZE_VERSION - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
Default default XML version is 1.0
- DEFAULT_XML_SETTINGS - Static variable in class com.helger.xml.serialize.write.XMLWriterSettings
-
The default settings to use - last constant
- 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
-
A simple version of
EntityResolverusingSimpleLSResourceResolverwith a base URL. - DefaultEntityResolver(String) - Constructor for class com.helger.xml.sax.DefaultEntityResolver
-
Constructor with a base URI.
- DefaultEntityResolver(URL) - Constructor for class com.helger.xml.sax.DefaultEntityResolver
-
Constructor with a URL.
- DefaultTransformURIResolver - Class in com.helger.xml.transform
-
Implementation of the
URIResolverinterface usingSimpleLSResourceResolverto resolve resources. - DefaultTransformURIResolver() - Constructor for class com.helger.xml.transform.DefaultTransformURIResolver
- DefaultTransformURIResolver(URIResolver) - Constructor for class com.helger.xml.transform.DefaultTransformURIResolver
- detachFromParent() - Method in class com.helger.xml.microdom.AbstractMicroNode
- detachFromParent() - Method in interface com.helger.xml.microdom.IMicroNode
-
Detach this node from the parent node so it can be inserted into another node without problems.
- 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
- DISALLOW_DOCTYPE_DECL - com.helger.xml.EXMLParserFeature
-
When true: A fatal error is thrown if the incoming document contains a DOCTYPE declaration.
When false: DOCTYPE declaration is allowed.
Default: false
Note: set to true to avoid XXE - https://www.owasp.org/index.php/XML_External_Entity_%28XXE%29_Processing
(http://apache.org/xml/features/disallow-doctype-decl) - DO_NOT_WRITE_LOG_WARNING - com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Do not write the invalid character to XML but at least log a warning.
- DO_NOT_WRITE_NO_LOG - com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Do not write the invalid character to XML and do not log anything.
- DOCUMENT - com.helger.xml.microdom.EMicroNodeType
- DOCUMENT_FRAGMENT_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
DocumentFragment. - DOCUMENT_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
Document. - DOCUMENT_TYPE - com.helger.xml.microdom.EMicroNodeType
- DOCUMENT_TYPE_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
DocumentType. - DOM - com.helger.xml.EXMLParserFeatureType
-
DOM Features
- DOM - com.helger.xml.EXMLParserPropertyType
-
DOM properties
- 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_CREATE_ENTITY_REF_NODES - com.helger.xml.EXMLParserFeature
-
When true: Create EntityReference nodes in the DOM tree.
- DOM_CURRENT_ELEMENT_NODE - com.helger.xml.EXMLParserProperty
-
The current DOM element node while parsing.
This property is useful for determining the location with a DOM document when an error occurs. - DOM_DEFER_NODE_EXPANSION - com.helger.xml.EXMLParserFeature
-
When true: Lazily expand the DOM nodes.
When false: Fully expand the DOM nodes.
Default: true - In the LSParser implementation the default value of this feature is false.
(http://apache.org/xml/features/dom/defer-node-expansion) - 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_DOCUMENT_CLASS_NAME - com.helger.xml.EXMLParserProperty
-
The fully qualified name of the class implementing the org.w3c.dom.Document interface.
- DOM_FEATURE_CORE - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_HTML_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_KEYBOARD_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_LS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_LS_ASYNC - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_MOUSE_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_MUTATION_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_MUTATION_NAME_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_TEXT_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_UI_EVENTS - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_VALIDATION - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_VERSION1 - com.helger.xml.dom.EXMLDOMFeatureVersion
- DOM_FEATURE_VERSION2 - com.helger.xml.dom.EXMLDOMFeatureVersion
- DOM_FEATURE_VERSION3 - com.helger.xml.dom.EXMLDOMFeatureVersion
- DOM_FEATURE_XML - com.helger.xml.dom.EXMLDOMFeature
- DOM_FEATURE_XPATH - com.helger.xml.dom.EXMLDOMFeature
- 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_INCLUDE_IGNORABLE_WHITESPACE - com.helger.xml.EXMLParserFeature
-
When true: Include text nodes that can be considered "ignorable whitespace" in the DOM tree.
When false: Do not include ignorable whitespace in the DOM tree.
Default: true
(http://apache.org/xml/features/dom/include-ignorable-whitespace) - 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
Nodeand 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, IXMLWriterSettings) - Constructor for class com.helger.xml.serialize.read.DOMInputStreamProvider
-
Constructor for W3C nodes.
- DOMInputStreamProvider(Node, Charset) - Constructor for class com.helger.xml.serialize.read.DOMInputStreamProvider
-
Constructor for W3C nodes.
- DOMReader - Class in com.helger.xml.serialize.read
-
Helper class to read XML documents via SAX or DOM
- DOMReaderDefaultSettings - Class in com.helger.xml.serialize.read
-
DOM reader default settings
- DOMReaderSettings - Class in com.helger.xml.serialize.read
-
DOM reader settings
- DOMReaderSettings() - Constructor for class com.helger.xml.serialize.read.DOMReaderSettings
-
Constructor using the default settings from
DOMReaderDefaultSettings. - DOMReaderSettings(IDOMReaderSettings) - Constructor for class com.helger.xml.serialize.read.DOMReaderSettings
-
Copy constructor.
- DoNothingLSResourceResolver - Class in com.helger.xml.ls
-
A
LSResourceResolverimplementation that does nothing. - DoNothingLSResourceResolver() - Constructor for class com.helger.xml.ls.DoNothingLSResourceResolver
- DoNothingSAXErrorHandler - Class in com.helger.xml.sax
-
java.xml error handler that ignores all errors.
- DoNothingSAXErrorHandler() - Constructor for class com.helger.xml.sax.DoNothingSAXErrorHandler
- DoNothingTransformErrorListener - Class in com.helger.xml.transform
-
ErrorListenerthat does nothing. - DoNothingTransformErrorListener() - Constructor for class com.helger.xml.transform.DoNothingTransformErrorListener
- DoNothingTransformURIResolver - Class in com.helger.xml.transform
-
URIResolverthat does nothing. - DoNothingTransformURIResolver() - Constructor for class com.helger.xml.transform.DoNothingTransformURIResolver
- DYNAMIC - com.helger.xml.EXMLParserFeature
-
When true: The parser will validate the document only if a grammar is specified.
When false: Validation is determined by the state of theEXMLParserFeature.VALIDATIONfeature.
Default: false
(http://apache.org/xml/features/validation/dynamic)
E
- ELEMENT - com.helger.xml.microdom.EMicroNodeType
- 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_DEFAULT - com.helger.xml.EXMLParserFeature
-
When true: Send XML Schema element default values via characters()
When false: Do not send XML Schema default values in XNI
Default: true
XML Schema normalized values will be exposed only if bothEXMLParserFeature.SCHEMAandEXMLParserFeature.VALIDATIONfeatures are set to true.
(http://apache.org/xml/features/validation/schema/element-default) - 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_NAME - com.helger.xml.serialize.write.EXMLCharMode
-
Element name
- ELEMENT_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is an
Element. - 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
-
Denotes the type of
IMicroNodeobjects. - EMIT - com.helger.xml.serialize.write.EXMLSerializeComments
- EMIT - com.helger.xml.serialize.write.EXMLSerializeDocType
- EMIT - com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
-
Emit all fields: version, encoding, standalone
- EMIT_NO_STANDALONE - com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
-
Emit fields: version, encoding
- 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
EntityResolverimplementation 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
- ENTITY_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is an
Entity. - ENTITY_REFERENCE - com.helger.xml.microdom.EMicroNodeType
- ENTITY_REFERENCE_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is an
EntityReference. - 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.XMLBracketModeDeterminatorXMLC14
- 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(TransformerException) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
- error(SAXParseException) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- error(SAXParseException) - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
- evalXPath(XPath, String, Document, QName) - Static method in class com.helger.xml.xpath.XPathExpressionHelper
- evalXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document, QName) - 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
- evalXPathToBoolean(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
- evalXPathToNode(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
- evalXPathToNodeList(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
- evalXPathToNumber(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
- evalXPathToString(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, 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
- excludeDocumentNode() - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Shortcut to exclude the document Node from the resulting output
- excludeDocumentNode(boolean) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Determine to include or exclude the document node in the resulting path.
- 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.
See http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures - EXMLDOMFeatureVersion - Enum in com.helger.xml.dom
-
Represents different DOM versions for XML feature tests.
See http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures - 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.
Source: http://xerces.apache.org/xerces2-j/features.html - 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
- EXTERNAL_GENERAL_ENTITIES - com.helger.xml.EXMLParserFeature
-
When true: Include external general entities.
When false: Do not include external general entities.
Default: true
Note: set to false to avoid XXE - https://www.owasp.org/index.php/XML_External_Entity_%28XXE%29_Processing
(http://xml.org/sax/features/external-general-entities) - EXTERNAL_PARAMETER_ENTITIES - com.helger.xml.EXMLParserFeature
-
When true: Include external parameter entities and the external DTD subset.
F
- FALLBACK_CHARSET - Static variable in class com.helger.xml.serialize.read.XMLCharsetDeterminator
- fatalError(TransformerException) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
- fatalError(SAXParseException) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- fatalError(SAXParseException) - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
- filterElementWithNamespace() - Static method in class com.helger.xml.XMLHelper
- filterElementWithNamespace(String) - Static method in class com.helger.xml.XMLHelper
- filterElementWithNamespaceAndLocalName(String, String) - Static method in class com.helger.xml.XMLHelper
- filterElementWithoutNamespace() - Static method in class com.helger.xml.XMLHelper
- filterElementWithTagName(String) - Static method in class com.helger.xml.XMLHelper
- filterElementWithTagNameNoNS(String) - Static method in class com.helger.xml.XMLHelper
- filterName(String) - Static method in interface com.helger.xml.microdom.IMicroElement
- filterNamespaceURI(String) - Static method in interface com.helger.xml.microdom.IMicroElement
- filterNamespaceURIAndName(String, String) - Static method in interface com.helger.xml.microdom.IMicroElement
- filterNodeIsElement() - Static method in class com.helger.xml.XMLHelper
- findFirstChild(Predicate<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNode
- findFirstChild(Predicate<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- findFirstChildMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNode
- findFirstChildMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- findParentElement(Predicate<? super IMicroElement>) - Method in class com.helger.xml.microdom.AbstractMicroNode
- findParentElement(Predicate<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroNode
- flush() - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- flush() - Method in class com.helger.xml.serialize.write.XMLEmitter
- forAllAttributes(ITriConsumer<? super String, ? super String, ? super String>) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Iterate all attribute objects.
- forAllAttributes(ITriConsumer<? super String, ? super String, ? super String>) - Method in class com.helger.xml.microdom.MicroElement
- forAllAttributes(BiConsumer<? super IMicroQName, ? super String>) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Iterate all attribute objects.
- forAllAttributes(BiConsumer<? super IMicroQName, ? super String>) - Method in class com.helger.xml.microdom.MicroElement
- forAllAttributes(Consumer<? super IMicroAttribute>) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Iterate all attribute objects.
- forAllAttributes(Consumer<? super IMicroAttribute>) - Method in class com.helger.xml.microdom.MicroElement
- forAllAttributes(Element, BiConsumer<? super String, ? super String>) - Static method in class com.helger.xml.XMLHelper
- forAllAttributes(Element, Consumer<? super Attr>) - Static method in class com.helger.xml.XMLHelper
- forAllChildElements(Consumer<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
- forAllChildElements(Predicate<? super IMicroElement>, Consumer<? super IMicroElement>) - Method in interface com.helger.xml.microdom.IMicroElement
- forAllChildElements(Predicate<? super IMicroElement>, Consumer<? super IMicroElement>) - Method in class com.helger.xml.microdom.MicroElement
- forAllChildElementsBreakable(Function<? super IMicroElement, EContinue>) - Method in interface com.helger.xml.microdom.IMicroElement
- forAllChildElementsBreakable(Predicate<? super IMicroElement>, Function<? super IMicroElement, EContinue>) - Method in interface com.helger.xml.microdom.IMicroElement
- forAllChildElementsBreakable(Predicate<? super IMicroElement>, Function<? super IMicroElement, EContinue>) - Method in class com.helger.xml.microdom.MicroElement
- forAllChildren(Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNode
- forAllChildren(Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- forAllChildren(Predicate<? super IMicroNode>, Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNode
- forAllChildren(Predicate<? super IMicroNode>, Consumer<? super IMicroNode>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- forAllChildrenBreakable(Function<? super IMicroNode, EContinue>) - Method in class com.helger.xml.microdom.AbstractMicroNode
- forAllChildrenBreakable(Function<? super IMicroNode, EContinue>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- forAllChildrenMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNode
- forAllChildrenMapped(Predicate<? super IMicroNode>, Function<? super IMicroNode, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- forceUseIndex(boolean) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Enable or disable the force of an index.
G
- GENERAL - com.helger.xml.EXMLParserFeatureType
-
General Features
- GENERAL - com.helger.xml.EXMLParserPropertyType
-
General properties
- GENERAL_EXTERNAL_NONAMESPACE_SCHEMALOCATION - com.helger.xml.EXMLParserProperty
-
This property allows the user to specify an XML Schema with no namespace.
- GENERAL_EXTERNAL_SCHEMALOCATION - com.helger.xml.EXMLParserProperty
-
The XML Schema Recommendation explicitly states that the inclusion of schemaLocation/noNamespaceSchemaLocation attributes is only a hint; it does not mandate that these attributes must be used to locate schemas.
- GENERAL_INPUT_BUFFER_SIZE - com.helger.xml.EXMLParserProperty
-
The size of the input buffer in the readers.
- GENERAL_LOCALE - com.helger.xml.EXMLParserProperty
-
The locale to use for reporting errors and warnings.
- GENERAL_ROOT_ELEMENT_DECLARATION - com.helger.xml.EXMLParserProperty
-
A QName or XSElementDeclaration object representing the top-level element declaration used when validating the root element of a document or document fragment (also known as the validation root).
- GENERAL_ROOT_TYPE_DECLARATION - com.helger.xml.EXMLParserProperty
-
A QName or XSTypeDefinition object representing the top-level type definition used when validating the root element of a document or document fragment (also known as the validation root).
- GENERAL_SECURITY_MANAGER - com.helger.xml.EXMLParserProperty
-
It is possible to create XML documents whose processing could result in the use of all system resources.
- GENERAL_XML_STRING - com.helger.xml.EXMLParserProperty
-
Get the string of characters associated with the current event.
- GENERATE_SYNTHETIC_ANNOTATIONS - com.helger.xml.EXMLParserFeature
-
When true: Enable generation of synthetic annotations.
- 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() - Method in interface com.helger.xml.microdom.IMicroNode
- getAllEventTargets(EMicroEvent) - Method in class com.helger.xml.microdom.AbstractMicroNode
- 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, 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
- getAllInvalidXMLAttributeValueChars(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
- getAllInvalidXMLCDATAChars(EXMLSerializeVersion, 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
- getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, 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
- getAllInvalidXMLNameChars(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
- getAllInvalidXMLTextChars(EXMLSerializeVersion, String) - 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() - 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() - Method in interface com.helger.xml.microdom.IMicroQName
- getAsXMLQName(String) - Method in interface com.helger.xml.microdom.IMicroAttribute
- getAsXMLQName(String) - Method in interface com.helger.xml.microdom.IMicroQName
- 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(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
- 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.
- getAttributeObjs() - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get a iterable objects of all attributes.
- getAttributeObjs() - 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() - Method in class com.helger.xml.microdom.MicroAttribute
- getAttributeValue(IMicroQName) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Get the attribute value of the given attribute name.
- 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(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(IMicroQName, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
- getAttributeValueAsBool(String, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
- getAttributeValueAsBool(String, String, boolean) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
- getAttributeValueAsDouble(IMicroQName, double) - 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
- getAttributeValueAsFloat(IMicroQName, float) - 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
- getAttributeValueAsInt(IMicroQName, int) - 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
- getAttributeValueAsLong(IMicroQName, long) - 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
- 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(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
- 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.
- 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
- getBaseURI() - Method in class com.helger.xml.sax.DefaultEntityResolver
- 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
- getBracketMode(String, String, Map<QName, String>, boolean) - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXMLC14
- 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
- getChildElementOfNames(Element, String...) - Static method in class com.helger.xml.XMLHelper
-
Find a direct child using multiple levels, starting from a given start element.
- 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
- getComparatorQNameForNamespacePrefix() - Static method in class com.helger.xml.CXML
- getComparatorQNameLocalPartBeforeNamespaceURI() - Static method in class com.helger.xml.CXML
- getComparatorQNameNamespaceURIBeforeLocalPart() - 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
- getDefaultBase() - Method in class com.helger.xml.transform.DefaultTransformURIResolver
- 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(int) - Static method in enum com.helger.xml.dom.EXMLDOMNodeType
- getFromIDOrNull(int) - Static method in enum com.helger.xml.microdom.EMicroNodeType
- getFromIDOrNull(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeature
- getFromIDOrNull(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeatureVersion
- getFromIDOrNull(String) - Static method in enum com.helger.xml.microdom.EMicroEvent
- 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
EXMLVersionobject matching the passed version string. - getFromVersionOrNull(String) - Static method in enum com.helger.xml.EXMLVersion
-
Find the
EXMLVersionobject matching the passed version string. - getFromXMLVersionOrThrow(EXMLVersion) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
-
Get the
EXMLSerializeVersionfrom the specifiedEXMLVersion. - 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
- getInputStreamProvider() - Method in class com.helger.xml.ls.ResourceLSInput
- getInputStreamProvider() - Method in class com.helger.xml.sax.ReadableResourceSAXInputSource
- 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
- getLocalNameOrName(Attr) - Static method in class com.helger.xml.XMLHelper
- getLocalNameOrTagName(Element) - Static method in class com.helger.xml.XMLHelper
- 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
- getNextSibling() - Method in class com.helger.xml.microdom.AbstractMicroNode
- getNextSibling() - Method in interface com.helger.xml.microdom.IMicroNode
- getNodeAsBytes(IMicroNode) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Convert the passed micro node to an XML byte array using
XMLWriterSettings.DEFAULT_XML_SETTINGS. - 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(Node) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Convert the passed micro node to an XML byte array using
XMLWriterSettings.DEFAULT_XML_SETTINGS. - 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.
- getNodeAsString(IMicroNode) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Convert the passed micro node to an XML string using
XMLWriterSettings.DEFAULT_XML_SETTINGS. - 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(Node) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Convert the passed DOM node to an XML string using
XMLWriterSettings.DEFAULT_XML_SETTINGS. - 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.
- 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
- 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
-
Shortcut for
XMLHelper.getPathToNode(Node, String)using "/" as the separator. - getPathToNode(Node, String) - Static method in class com.helger.xml.XMLHelper
-
Get the path from root node to the passed node.
- getPathToNode2(Node) - Static method in class com.helger.xml.XMLHelper
-
Shortcut for
XMLHelper.getPathToNode2(Node,String)using "/" as the separator. - getPathToNode2(Node, String) - Static method in class com.helger.xml.XMLHelper
-
Get the path from root node to the passed node.
- getPlusFeature() - Method in enum com.helger.xml.dom.EXMLDOMFeature
- getPrefix(String) - Method in class com.helger.xml.namespace.AbstractNamespaceContext
- 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.ResourceLSInput
- getPublicID() - Method in class com.helger.xml.ls.LSResourceData
- 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
-
Utility method to convert a
SAXParseExceptioninto anIError. - 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
- getSchema(IReadableResource) - Method in class com.helger.xml.schema.SchemaCache
-
Get a cached
Schemafrom a single resource. - getSchema(IReadableResource...) - Method in class com.helger.xml.schema.SchemaCache
-
Get a cached
Schemathat consists of multiple resources. - getSchema(Collection<? extends IReadableResource>) - Method in class com.helger.xml.schema.SchemaCache
-
Get a cached
Schemathat consists of multiple resources. - 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
- getStandalone() - Method in interface com.helger.xml.microdom.IMicroDocument
- getStandalone() - Method in class com.helger.xml.microdom.MicroDocument
- 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.ResourceLSInput
- getSystemID() - Method in class com.helger.xml.ls.LSResourceData
- 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
IMicroTextchild nodes of this element. - getTextContentTrimmed() - Method in interface com.helger.xml.microdom.IMicroNodeWithChildren
-
Get the concatenated text content of all direct
IMicroTextchild 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
IMicroTextchild 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
Schemathat consists of a single resource. - getValidator(IReadableResource...) - Method in class com.helger.xml.schema.SchemaCache
-
Get a new validator based on the
Schemathat consists of multiple resources. - getValidator(Collection<? extends IReadableResource>) - Method in class com.helger.xml.schema.SchemaCache
-
Get a new validator based on the
Schemathat 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.
- getXMLNumericReference(char) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
- 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
H
- handleEvent(IMicroEvent) - Method in interface com.helger.xml.microdom.IMicroEventTarget
-
Called when a
IMicroEventis triggered. - 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
-
This method handles the case, if all namespace context entries should be emitted on the root element.
- 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(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
- 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.
- 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.XMLBracketModeDeterminatorXMLC14
- 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() - Method in interface com.helger.xml.microdom.IMicroElement
-
Check if this element has a 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.IMicroAttribute
-
Check if this attribute has the specified namespace URI.
- hasNamespaceURI(String) - Method in interface com.helger.xml.microdom.IMicroElement
-
Check if this element has the specified namespace URI.
- hasNamespaceURI(String) - Method in interface com.helger.xml.microdom.IMicroQName
-
Check if the specified namespace URI is present.
- 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.RecursiveNodeIterator
- 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(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
- hasSameElementName(Element, Element) - Static method in class com.helger.xml.XMLHelper
- 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.
- HONOUR_ALL_SCHEMA_LOCATIONS - com.helger.xml.EXMLParserFeature
-
When true: All schema location hints will be used to locate the components for a given target namespace.
When false: Only the first schema location hint encountered by the processor will be used to locate the components for a given target namespace.
Default: false
(http://apache.org/xml/features/honour-all-schemaLocations) - HTML - com.helger.xml.serialize.write.EXMLSerializeVersion
-
HTML4 and XHTML
I
- IBaseXMLReaderSettings - Interface in com.helger.xml.serialize.read
-
Base Read-only interface for DOM and SAX reader settings.
- ID_IDREF_CHECKING - com.helger.xml.EXMLParserFeature
-
When true: Enable checking of ID/IDREF constraints.
When false: Disable checking of ID/IDREF constraints. - IDENTITY_CONSTRAINT_CHECKING - com.helger.xml.EXMLParserFeature
-
When true: Enable identity constraint checking.
When false: Disable identity constraint checking.
Default: true
(http://apache.org/xml/features/validation/identity-constraint-checking) - 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
- IGNORE - com.helger.xml.serialize.write.EXMLSerializeComments
- IGNORE - com.helger.xml.serialize.write.EXMLSerializeDocType
- IGNORE - com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
-
Do not emit any XML declaration at all
- IGNORE_XSI_TYPE_UNTIL_ELEMDECL - com.helger.xml.EXMLParserFeature
-
When true: xsi:type attributes will be ignored until a global element declaration has been found, at which point xsi:type attributes will be processed on the element for which the global element declaration was found as well as its descendants.
When false: Do not ignore xsi:type attributes.
Default: false
(http://apache.org/xml/features/validation/schema /ignore-xsi-type-until-elemdecl) - IHasAttributeValue - Interface in com.helger.xml.microdom
-
Base interface for an attribute value provider.
- IHasLSResourceResolver - Interface in com.helger.xml.ls
-
Factory interface for objects having an
LSResourceResolver. - IHasMicroNodeRepresentation - Interface in com.helger.xml.microdom
-
Interface for object that have a representation as
IMicroNode - 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
-
This is the callback interface implemented by
MicroTypeConverterRegistryfor registration via the SPI interface. - includeDocumentNode() - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Shortcut to include the document Node in the resulting output
- INDENT_AND_ALIGN - com.helger.xml.serialize.write.EXMLSerializeIndent
-
Both indent and align.
- INDENT_ONLY - com.helger.xml.serialize.write.EXMLSerializeIndent
-
Indent but no align.
- InputSourceFactory - Class in com.helger.xml.sax
-
Factory class to create the correct
InputSourceobjects 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(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
- 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
- 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
-
Extended
ErrorHandlerinterface with chaining method. - ISAXReaderSettings - Interface in com.helger.xml.serialize.read
-
Read-only interface for the
SAXReaderSettings. - isCDATA() - Method in class com.helger.xml.microdom.AbstractMicroNode
- isCDATA() - Method in enum com.helger.xml.microdom.EMicroNodeType
- isCDATA() - Method in interface com.helger.xml.microdom.IMicroNode
- isCoalescing() - Static method in class com.helger.xml.serialize.read.DOMReaderDefaultSettings
- isCoalescing() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
- isCoalescing() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
- isComment() - Method in class com.helger.xml.microdom.AbstractMicroNode
- isComment() - Method in interface com.helger.xml.microdom.IMicroNode
- isContainer() - Method in class com.helger.xml.microdom.AbstractMicroNode
- isContainer() - Method in interface com.helger.xml.microdom.IMicroNode
- 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
- isEmitStandalone() - Method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
- 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
- isNewLineAfterXMLDeclaration() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
- isNewLineAfterXMLDeclaration() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
- isNotifyRequired() - Method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
- isOpenClose() - Method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
- isOrderAttributesAndNamespaces() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
-
Determine if attributes of elements and namespaces should be emitted in alphabetical order or not.
- isOrderAttributesAndNamespaces() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
- 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
- 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
- isWriteCDATAAsText() - Method in interface com.helger.xml.serialize.write.IXMLWriterSettings
-
Check if all CDATA children should be emitted as normal text or not.
- isWriteCDATAAsText() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
- 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.
- iterateChildren(Node, Consumer<? super Node>) - Static method in class com.helger.xml.XMLHelper
-
Iterate all child nodes of the provided element NOT recursive.
- ITransformErrorListener - Interface in com.helger.xml.transform
-
Extended
ErrorListenerinterface with chaining method. - IXMLBracketModeDeterminator - Interface in com.helger.xml.serialize.write
-
Interface used in writing XML to determine which of the bracket mode as outlined in
EXMLSerializeBracketModeshould 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.
J
- JAXP_SCHEMA_LANGUAGE - com.helger.xml.EXMLParserProperty
-
The Schema language to be used.
- JAXP_SCHEMA_SORUCE - com.helger.xml.EXMLParserProperty
-
Deprecated, for removal: This API element is subject to removal in a future version.
- JAXP_SCHEMA_SOURCE - com.helger.xml.EXMLParserProperty
-
Sets the location of the schema.
L
- LOAD_DTD_GRAMMAR - com.helger.xml.EXMLParserFeature
-
When true: Load the DTD and use it to add default attributes and set attribute types when parsing.
When false: Build the grammar but do not use the default attributes and attribute types information it contains.
Default: true
(http://apache.org/xml/features/nonvalidating/load-dtd-grammar) - LOAD_EXTERNAL_DTD - com.helger.xml.EXMLParserFeature
-
When true: Load the external DTD.
When false: Ignore the external DTD completely.
Default: true
(http://apache.org/xml/features/nonvalidating/load-external-dtd) - LoggingLSResourceResolver - Class in com.helger.xml.ls
-
A logging only
LSResourceResolverimplementation. - LoggingLSResourceResolver() - Constructor for class com.helger.xml.ls.LoggingLSResourceResolver
- LoggingSAXErrorHandler - Class in com.helger.xml.sax
-
java.xml error handler that simply logs data to a logger.
- LoggingSAXErrorHandler() - Constructor for class com.helger.xml.sax.LoggingSAXErrorHandler
- LoggingTransformErrorListener - Class in com.helger.xml.transform
-
ErrorListenerthat simply logs data to a logger. - LoggingTransformErrorListener(Locale) - Constructor for class com.helger.xml.transform.LoggingTransformErrorListener
- LoggingTransformURIResolver - Class in com.helger.xml.transform
-
URIResolverthat logs to a logger but does not resolve anything. - LoggingTransformURIResolver() - Constructor for class com.helger.xml.transform.LoggingTransformURIResolver
- LoggingTransformURIResolver(URIResolver) - Constructor for class com.helger.xml.transform.LoggingTransformURIResolver
- LSResourceData - Class in com.helger.xml.ls
-
This class encapsulates all data provided for resource resolving.
- LSResourceData(String, String, String, String, String) - Constructor for class com.helger.xml.ls.LSResourceData
M
- m_aErrors - Variable in class com.helger.xml.sax.CollectingSAXErrorHandler
- m_aIndent - Variable in class com.helger.xml.serialize.write.AbstractXMLSerializer
-
helper variable: current indentation.
- m_aNSStack - Variable in class com.helger.xml.serialize.write.AbstractXMLSerializer
-
Current stack of namespaces.
- m_aRWLock - Variable in class com.helger.xml.sax.CollectingSAXErrorHandler
- m_aRWLock - Variable in class com.helger.xml.transform.CollectingTransformErrorListener
- m_aSettings - Variable in class com.helger.xml.serialize.write.AbstractXMLSerializer
-
The serialization settings
- mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.AbstractLSResourceResolver
-
Allow the application to resolve external resources.
- mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.CollectingLSResourceResolver
- mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.LoggingLSResourceResolver
- mainResolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.SimpleLSResourceResolver
-
Resolve a resource with the passed parameters
- makeTransformerFactorySecure(TransformerFactory, String...) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Set the secure processing feature to a
TransformerFactory. - MapBasedNamespaceContext - Class in com.helger.xml.namespace
-
Represents a namespace context a 1:n (namespace:prefix) mapping.
- MapBasedNamespaceContext() - Constructor for class com.helger.xml.namespace.MapBasedNamespaceContext
-
Default constructor.
- MapBasedNamespaceContext(IIterableNamespaceContext) - Constructor for class com.helger.xml.namespace.MapBasedNamespaceContext
-
Constructor to copy from another
IIterableNamespaceContext - MapBasedNamespaceContext(MapBasedNamespaceContext) - Constructor for class com.helger.xml.namespace.MapBasedNamespaceContext
-
Copy constructor.
- MapBasedNamespaceContext(Map<String, String>) - Constructor for class com.helger.xml.namespace.MapBasedNamespaceContext
-
Constructor with prefix to namespace URL map
- MapBasedXPathFunctionResolver - Class in com.helger.xml.xpath
-
Class is used in conjunction with
XPathExpressionto resolve variable values used in XPath queries at runtime. - MapBasedXPathFunctionResolver() - Constructor for class com.helger.xml.xpath.MapBasedXPathFunctionResolver
-
Default ctor.
- MapBasedXPathFunctionResolver(MapBasedXPathFunctionResolver) - Constructor for class com.helger.xml.xpath.MapBasedXPathFunctionResolver
-
Copy constructor
- MapBasedXPathVariableResolver - Class in com.helger.xml.xpath
-
Class is used in conjunction with
XPathExpressionto resolve variable values used in XPath queries at runtime. - MapBasedXPathVariableResolver() - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolver
-
Default ctor.
- MapBasedXPathVariableResolver(MapBasedXPathVariableResolver) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolver
-
Copy constructor
- MapBasedXPathVariableResolver(Map<String, ?>) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolver
-
Ctor taking another map.
- MapBasedXPathVariableResolverQName - Class in com.helger.xml.xpath
-
Class is used in conjunction with
XPathExpressionto resolve variable values used in XPath queries at runtime. - MapBasedXPathVariableResolverQName() - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
-
Default ctor.
- MapBasedXPathVariableResolverQName(MapBasedXPathVariableResolverQName) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
-
Copy constructor
- MapBasedXPathVariableResolverQName(Map<QName, ?>) - Constructor for class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
-
Ctor taking another map.
- maskXMLTextTo(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, char[], int, int, Writer) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
- maskXMLTextTo(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String, Writer) - Static method in class com.helger.xml.serialize.write.XMLMaskHelper
- matches(String) - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
- MicroAttribute - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroAttributeinterface. - MicroAttribute(IMicroQName, String) - Constructor for class com.helger.xml.microdom.MicroAttribute
- MicroAttribute(String, String) - Constructor for class com.helger.xml.microdom.MicroAttribute
- MicroAttribute(String, String, String) - Constructor for class com.helger.xml.microdom.MicroAttribute
- MicroCDATA - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroCDATAinterface. - MicroCDATA(char[], int, int) - Constructor for class com.helger.xml.microdom.MicroCDATA
- MicroCDATA(CharSequence) - Constructor for class com.helger.xml.microdom.MicroCDATA
- MicroComment - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroCommentinterface. - MicroComment(char[], int, int) - Constructor for class com.helger.xml.microdom.MicroComment
- MicroComment(CharSequence) - Constructor for class com.helger.xml.microdom.MicroComment
- MicroContainer - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroContainerinterface. - MicroContainer() - Constructor for class com.helger.xml.microdom.MicroContainer
- MicroContainer(IMicroNode...) - Constructor for class com.helger.xml.microdom.MicroContainer
- MicroContainer(Iterable<? extends IMicroNode>) - Constructor for class com.helger.xml.microdom.MicroContainer
- MicroDocument - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroDocumentinterface. - MicroDocument() - Constructor for class com.helger.xml.microdom.MicroDocument
- MicroDocument(IMicroDocumentType) - Constructor for class com.helger.xml.microdom.MicroDocument
- MicroDocumentType - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroDocumentTypeinterface. - MicroDocumentType(IMicroDocumentType) - Constructor for class com.helger.xml.microdom.MicroDocumentType
- MicroDocumentType(String, String, String) - Constructor for class com.helger.xml.microdom.MicroDocumentType
- MicroDOMInputStreamProvider - Class in com.helger.xml.microdom.serialize
-
A special input stream provider that takes an existing
IMicroNodeand converts it to a byte array. - MicroDOMInputStreamProvider(IMicroNode) - Constructor for class com.helger.xml.microdom.serialize.MicroDOMInputStreamProvider
-
Constructor for MicroNodes using the default charset.
- MicroDOMInputStreamProvider(IMicroNode, IXMLWriterSettings) - Constructor for class com.helger.xml.microdom.serialize.MicroDOMInputStreamProvider
-
Constructor for micro nodes.
- MicroDOMInputStreamProvider(IMicroNode, Charset) - Constructor for class com.helger.xml.microdom.serialize.MicroDOMInputStreamProvider
-
Constructor for MicroNodes.
- MicroElement - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroElementinterface. - MicroElement(String) - Constructor for class com.helger.xml.microdom.MicroElement
- MicroElement(String, String) - Constructor for class com.helger.xml.microdom.MicroElement
- MicroEntityReference - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroEntityReferenceinterface. - MicroEntityReference(String) - Constructor for class com.helger.xml.microdom.MicroEntityReference
- MicroEvent - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroEventinterface. - MicroEvent(EMicroEvent, IMicroNode, IMicroNode) - Constructor for class com.helger.xml.microdom.MicroEvent
- MicroException - Exception in com.helger.xml.microdom
-
Special MicroDOM exception.
- MicroException(String) - Constructor for exception com.helger.xml.microdom.MicroException
- MicroException(String, Throwable) - Constructor for exception com.helger.xml.microdom.MicroException
- MicroHelper - Class in com.helger.xml.microdom.util
-
Some utility methods on micro nodes.
- MicroProcessingInstruction - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroProcessingInstructioninterface. - MicroProcessingInstruction(String) - Constructor for class com.helger.xml.microdom.MicroProcessingInstruction
- MicroProcessingInstruction(String, String) - Constructor for class com.helger.xml.microdom.MicroProcessingInstruction
- MicroQName - Class in com.helger.xml.microdom
-
Represents a simple qualified name.
- MicroQName(String) - Constructor for class com.helger.xml.microdom.MicroQName
- MicroQName(String, String) - Constructor for class com.helger.xml.microdom.MicroQName
- MicroReader - Class in com.helger.xml.microdom.serialize
-
Utility class to read an XML stream into an
IMicroDocument. - MicroRecursiveIterator - Class in com.helger.xml.microdom.util
-
Class for recursively visiting all children of an
IMicroNode. - MicroRecursiveIterator(IMicroNode) - Constructor for class com.helger.xml.microdom.util.MicroRecursiveIterator
- MicroSAXHandler - Class in com.helger.xml.microdom.serialize
-
The SAX handler used by the
MicroReader. - MicroSAXHandler(boolean, EntityResolver, boolean) - Constructor for class com.helger.xml.microdom.serialize.MicroSAXHandler
- MicroSerializer - Class in com.helger.xml.microdom.serialize
-
Materializes micro nodes into a string representation.
- MicroSerializer() - Constructor for class com.helger.xml.microdom.serialize.MicroSerializer
- MicroSerializer(IXMLWriterSettings) - Constructor for class com.helger.xml.microdom.serialize.MicroSerializer
- MicroText - Class in com.helger.xml.microdom
-
Default implementation of the
IMicroTextinterface. - MicroText(char[], int, int, boolean) - Constructor for class com.helger.xml.microdom.MicroText
- MicroText(CharSequence) - Constructor for class com.helger.xml.microdom.MicroText
- MicroText(CharSequence, boolean) - Constructor for class com.helger.xml.microdom.MicroText
- MicroTypeConverter - Class in com.helger.xml.microdom.convert
-
A utility class for converting objects from and to
IMicroElement.
The functionality is a special case of theTypeConverteras we need a parameter for conversion in this case.
All converters are registered in theMicroTypeConverterRegistry. - MicroTypeConverterRegistry - Class in com.helger.xml.microdom.convert
-
A utility class for converting objects from and to
IMicroElement.
The functionality is a special case of theTypeConverterRegistryas we need a parameter for conversion in this case. - MicroVisitor - Class in com.helger.xml.microdom.util
-
Helper class that visits a
IMicroNodewith a callback. - MicroWriter - Class in com.helger.xml.microdom.serialize
-
Utility class for serializing micro document objects.
- MIME_TYPE_INFO_XML - Static variable in class com.helger.xml.util.mime.MimeTypeInfoManager
- MimeTypeInfo - Class in com.helger.xml.util.mime
-
Represents a single MIME type with information relevant for us.
- MimeTypeInfo(ICommonsOrderedSet<MimeTypeInfo.MimeTypeWithSource>, String, ICommonsOrderedSet<String>, ICommonsOrderedSet<String>, ICommonsOrderedSet<MimeTypeInfo.ExtensionWithSource>, String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo
- MimeTypeInfo.ExtensionWithSource - Class in com.helger.xml.util.mime
- MimeTypeInfo.MimeTypeWithSource - Class in com.helger.xml.util.mime
- MimeTypeInfoManager - Class in com.helger.xml.util.mime
-
This is the central manager for all
MimeTypeInfoobjects. - MimeTypeInfoManager() - Constructor for class com.helger.xml.util.mime.MimeTypeInfoManager
-
Create a new empty (!!)
- MimeTypeInfoMicroTypeConverter - Class in com.helger.xml.util.mime
- MimeTypeInfoMicroTypeConverter() - Constructor for class com.helger.xml.util.mime.MimeTypeInfoMicroTypeConverter
- MimeTypeInfoMicroTypeConverterRegistrar - Class in com.helger.xml.util.mime
-
IMicroTypeConverterRegistrarSPIimplementation forMimeTypeInfo. - MimeTypeInfoMicroTypeConverterRegistrar() - Constructor for class com.helger.xml.util.mime.MimeTypeInfoMicroTypeConverterRegistrar
- MimeTypeWithSource(IMimeType) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
- MimeTypeWithSource(IMimeType, String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
- MimeTypeWithSource(String) - Constructor for class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
- MultilingualTextConverter() - Constructor for class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter
- MultilingualTextMicroTypeConverterRegistrar - Class in com.helger.xml.microdom.convert
- MultilingualTextMicroTypeConverterRegistrar() - Constructor for class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar
- MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter - Class in com.helger.xml.microdom.convert
- MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter - Class in com.helger.xml.microdom.convert
N
- NamedNodeMapIterator - Class in com.helger.xml
- NamedNodeMapIterator(NamedNodeMap) - Constructor for class com.helger.xml.NamedNodeMapIterator
- namespaceContext(NamespaceContext) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Set the optional namespace context to be used for emitting prefixes.
- NamespaceLevel() - Constructor for class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
-
Ctor
- NAMESPACES - com.helger.xml.EXMLParserFeature
-
When true: Perform namespace processing: prefixes will be stripped off element and attribute names and replaced with the corresponding namespace URIs.
- NamespaceStack(NamespaceContext) - Constructor for class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.helger.xml.resourcebundle.XMLResourceBundleControl
- newDocument() - Static method in class com.helger.xml.XMLFactory
-
Create a new XML document without document type using version
EXMLVersion.XML_10. - newDocument(EXMLVersion) - Static method in class com.helger.xml.XMLFactory
-
Create a new XML document without document type using the default document builder.
- newDocument(EXMLVersion, String, String, String) - Static method in class com.helger.xml.XMLFactory
-
Create a new document with a document type using the default document builder.
- newDocument(String, String, String) - Static method in class com.helger.xml.XMLFactory
-
Create a new document with a document type using version
EXMLVersion.XML_10. - newDocument(DocumentBuilder) - Static method in class com.helger.xml.XMLFactory
-
Create a new XML document without document type using version
EXMLVersion.XML_10. - newDocument(DocumentBuilder, EXMLVersion) - Static method in class com.helger.xml.XMLFactory
-
Create a new XML document without document type using a custom document builder.
- newDocument(DocumentBuilder, EXMLVersion, String, String, String) - Static method in class com.helger.xml.XMLFactory
-
Create a new document with a document type using a custom document builder.
- newLine() - Method in class com.helger.xml.serialize.write.XMLEmitter
- newTemplates(IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT Template for the passed resource.
- newTemplates(Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT Template for the passed resource.
- newTemplates(TransformerFactory, IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT Template for the passed resource.
- newTemplates(TransformerFactory, Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT Template for the passed resource.
- newTransformer() - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT transformer for no specific resource.
- newTransformer(IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT transformer for the passed resource.
- newTransformer(Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT transformer for the passed resource.
- newTransformer(TransformerFactory) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT transformer for no specific resource.
- newTransformer(TransformerFactory, IReadableResource) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT transformer for the passed resource.
- newTransformer(TransformerFactory, Source) - Static method in class com.helger.xml.transform.XMLTransformerFactory
-
Create a new XSLT transformer for the passed resource.
- next() - Method in class com.helger.xml.ChildElementIterator
- next() - Method in class com.helger.xml.microdom.util.MicroRecursiveIterator
- next() - Method in class com.helger.xml.NamedNodeMapIterator
- next() - Method in class com.helger.xml.NodeListIterator
- next() - Method in class com.helger.xml.RecursiveNodeIterator
- node(Node) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
The node to get the path from.
- NODE_INSERTED - com.helger.xml.microdom.EMicroEvent
- NODE_NAME - Static variable in class com.helger.xml.microdom.MicroDocumentType
- NODE_REMOVED - com.helger.xml.microdom.EMicroEvent
- NodeListIterator - Class in com.helger.xml
- NodeListIterator(NodeList) - Constructor for class com.helger.xml.NodeListIterator
- NONE - com.helger.xml.serialize.write.EXMLSerializeIndent
-
Neither indent nor align
- NORMALIZED_VALUE - com.helger.xml.EXMLParserFeature
-
When true: Expose via SAX and DOM XML Schema normalized values for attributes and elements.
When false: Expose the infoset values
Default: true
XML Schema normalized values will be exposed only if bothEXMLParserFeature.SCHEMAandEXMLParserFeature.VALIDATIONfeatures are set to true.
(http://apache.org/xml/features/validation/schema/normalized-value) - NOTATION_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
Notation. - notationDecl(String, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- NOTIFY_BUILTIN_REFS - com.helger.xml.EXMLParserFeature
-
When true: Notifies the handler of built-in entity boundaries (e.g &) in the document via the start/endEntity callbacks.
When false: Does not notify of built-in entity boundaries.
Default: false
(http://apache.org/xml/features/scanner/notify-builtin-refs) - NOTIFY_CHAR_REFS - com.helger.xml.EXMLParserFeature
-
When true: Notifies the handler of character reference boundaries in the document via the start/endEntity callbacks.
When false: Does not notify of character reference boundaries.
Default: false
(http://apache.org/xml/features/scanner/notify-char-refs) - notifyOnInvalidXMLCharacter(String, Set<Character>) - Method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Called in case XML data contains an invalid character
O
- onAppendChild(AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
Callback that is invoked once a child is to be appended.
- onAppendChild(AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- onAppendChild(AbstractMicroNode) - Method in class com.helger.xml.microdom.MicroDocument
- onCache(String, IStatisticsHandlerCache) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
- onCDATA(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
CDATA node.
- onComment(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
Comment node.
- onContentElementWhitespace(CharSequence) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
Ignorable whitespace characters.
- onCounter(String, IStatisticsHandlerCounter) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
- onDocumentType(String, String, String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
On XML document type.
- onDTD(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
Write a DTD section.
- oneBasedIndex() - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Shortcut to enable the usage of a one based index.
- onElementEnd(String, String, EXMLSerializeBracketMode) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
End of an element.
- onElementStart(String, String, Map<QName, String>, EXMLSerializeBracketMode) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
Start of an element.
- onEntityReference(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
On entity reference.
- onEvent(EMicroEvent, IMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
- onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
Callback that is invoked once a child is to be inserted after another child.
- onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- onInsertAtIndex(int, AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
Callback that is invoked once a child is to be inserted at the specified index.
- onInsertAtIndex(int, AbstractMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
Callback that is invoked once a child is to be inserted before another child.
- onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
- onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
- onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
- onProcessingInstruction(String, String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
On processing instruction
- onRemoveAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNode
-
Remove all children from this node.
- onRemoveAllChildren() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- onRemoveChild(IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
Callback when a child is removed.
- onRemoveChild(IMicroNode) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- onRemoveChildAtIndex(int) - Method in class com.helger.xml.microdom.AbstractMicroNode
-
Remove the child not at the specified index.
- onRemoveChildAtIndex(int) - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- onSize(String, IStatisticsHandlerSize) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
- onText(char[], int, int) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
XML text node.
- onText(char[], int, int, boolean) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
Text node.
- onText(String) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
XML text node.
- onText(String, boolean) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
Text node.
- onTimer(String, IStatisticsHandlerTimer) - Method in class com.helger.xml.util.statistics.StatisticsVisitorCallbackToXML
- onXMLDeclaration(EXMLVersion, String, ETriState, boolean) - Method in class com.helger.xml.serialize.write.XMLEmitter
-
At the very beginning of the document (XML declaration).
- OPEN_CLOSE - com.helger.xml.serialize.write.EXMLSerializeBracketMode
-
Open and close tag.
- OPEN_ONLY - com.helger.xml.serialize.write.EXMLSerializeBracketMode
-
Only open tag (and no closing tag).
P
- pathToNodeBuilder() - Static method in class com.helger.xml.XMLHelper
- PathToNodeBuilder() - Constructor for class com.helger.xml.XMLHelper.PathToNodeBuilder
- PATTERN_ATTVALUE - Static variable in class com.helger.xml.CXMLRegEx
-
Pattern for attribute values
- PATTERN_NAME - Static variable in class com.helger.xml.CXMLRegEx
-
Pattern for names
- PATTERN_NAME_QUICK - Static variable in class com.helger.xml.CXMLRegEx
-
Pattern for names that is much quicker but is not 100% correct
- PATTERN_NCNAME - Static variable in class com.helger.xml.CXMLRegEx
-
Pattern for NC names
- PATTERN_NMTOKEN - Static variable in class com.helger.xml.CXMLRegEx
-
Pattern for NM tokens
- PATTERN_QNAME - Static variable in class com.helger.xml.CXMLRegEx
-
Pattern for qualified names
- PI_END - Static variable in class com.helger.xml.serialize.write.XMLEmitter
- PI_START - Static variable in class com.helger.xml.serialize.write.XMLEmitter
- pop() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
-
End the current namespace level.
- prependData(char) - Method in interface com.helger.xml.microdom.IMicroDataAware
-
Add a character to the beginning of the current data.
- prependData(char) - Method in class com.helger.xml.microdom.MicroCDATA
- prependData(char) - Method in class com.helger.xml.microdom.MicroComment
- prependData(char) - Method in class com.helger.xml.microdom.MicroText
- prependData(char[], int, int) - Method in interface com.helger.xml.microdom.IMicroDataAware
-
Add characters to the beginning of the current data.
- prependData(char[], int, int) - Method in class com.helger.xml.microdom.MicroCDATA
- prependData(char[], int, int) - Method in class com.helger.xml.microdom.MicroComment
- prependData(char[], int, int) - Method in class com.helger.xml.microdom.MicroText
- prependData(CharSequence) - Method in interface com.helger.xml.microdom.IMicroDataAware
-
Add characters to the beginning of the current data.
- prependData(CharSequence) - Method in class com.helger.xml.microdom.MicroCDATA
- prependData(CharSequence) - Method in class com.helger.xml.microdom.MicroComment
- prependData(CharSequence) - Method in class com.helger.xml.microdom.MicroText
- PROCESSING_INSTRUCTION - com.helger.xml.microdom.EMicroNodeType
- PROCESSING_INSTRUCTION_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
ProcessingInstruction. - processingInstruction(String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- push() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
-
Start a new namespace level.
R
- read(IReadableResource) - Method in class com.helger.xml.util.mime.MimeTypeInfoManager
-
Read the information from the specified resource.
- ReadableResourceSAXInputSource - Class in com.helger.xml.sax
- ReadableResourceSAXInputSource(IHasInputStream, String) - Constructor for class com.helger.xml.sax.ReadableResourceSAXInputSource
- ReadableResourceSAXInputSource(IReadableResource) - Constructor for class com.helger.xml.sax.ReadableResourceSAXInputSource
- 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(IMicroElement, 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.
- 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(IMicroElement, 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.
- readMicroXML(byte[]) - 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(byte[], 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[], 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(char[], 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(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(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(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(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(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(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(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
- 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(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(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.
- ReadOnlyMultilingualTextConverter() - Constructor for class com.helger.xml.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter
- readXMLDOM(byte[]) - 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(byte[], 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[], 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(char[], 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(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(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(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(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(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(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(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(InputSource) - Static method in class com.helger.xml.serialize.read.DOMReader
- readXMLDOM(InputSource, IDOMReaderSettings) - Static method in class com.helger.xml.serialize.read.DOMReader
- readXMLSAX(byte[], 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(char[], int, int, 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(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(File, 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(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(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(ByteBuffer, 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.
- recursiveIterateChildren(Node, Consumer<? super Node>) - Static method in class com.helger.xml.XMLHelper
-
Recursively iterate all children of the provided element.
- RecursiveNodeIterator - Class in com.helger.xml
-
Iterate all children of the start node, but NOT the start node itself.
- RecursiveNodeIterator(Node) - Constructor for class com.helger.xml.RecursiveNodeIterator
- 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(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
- 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.
- 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
- removeFeatures(EXMLParserFeature...) - Method in class com.helger.xml.serialize.read.DOMReaderSettings
- removeFeatures(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(XPathFunctionKey) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
-
Remove the function with the specified name.
- removeFunction(QName, int) - 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<? extends QName>) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
-
Remove multiple variables at once.
- removeVariables(Iterable<String>) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
-
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
-
Check if the current settings require a separate DOM
DocumentBuilderFactory/SAXXMLReaderobject or if a pooled default object can be used. - requiresNewXMLParser() - Method in interface com.helger.xml.serialize.read.IDOMReaderSettings
-
Check if the current settings require a separate
DocumentBuilderFactoryor 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
DocumentBuilderFactoryor if a pooled default object can be used. - requiresNewXMLParser() - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
- requiresNewXMLParser() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
- resolve(String, String) - Method in class com.helger.xml.transform.AbstractTransformURIResolver
- resolveEntity(String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- resolveEntity(String, String) - Method in class com.helger.xml.sax.DefaultEntityResolver
- resolveEntity(String, String) - Method in class com.helger.xml.sax.EmptyEntityResolver
- resolveEntity(String, String, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- resolveFunction(XPathFunctionKey) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
- resolveFunction(QName, int) - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
- resolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.AbstractLSResourceResolver
- resolveResource(String, String, String, String, String) - Method in class com.helger.xml.ls.DoNothingLSResourceResolver
- resolveVariable(QName) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
- resolveVariable(QName) - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
- ResourceLSInput - Class in com.helger.xml.ls
-
Simple
LSInputimplementation. - ResourceLSInput(IHasInputStream, String) - Constructor for class com.helger.xml.ls.ResourceLSInput
- ResourceLSInput(IReadableResource) - Constructor for class com.helger.xml.ls.ResourceLSInput
S
- SafeXMLStreamWriter - Class in com.helger.xml.serialize.write
-
A special stream writer, that ensures that special XML characters are handled correctly.
See https://github.com/javaee/jaxb-v2/issues/614
See https://github.com/javaee/jaxb-v2/issues/960 - SafeXMLStreamWriter(XMLEmitter) - Constructor for class com.helger.xml.serialize.write.SafeXMLStreamWriter
- SAX - com.helger.xml.EXMLParserFeatureType
-
SAX Features
- SAX - com.helger.xml.EXMLParserPropertyType
-
SAX properties
- SAX_DECLARATION_HANDLER - com.helger.xml.EXMLParserProperty
-
The handler for DTD declarations.
- SAX_DOM_NODE - com.helger.xml.EXMLParserProperty
-
The DOM node currently being visited, if SAX is being used as a DOM iterator.
- SAX_FEATURE_IS_STANDALONE - com.helger.xml.EXMLParserFeature
-
When true: The document specified standalone="yes" in its XML declaration.
- SAX_IS_XML11_PARSER - com.helger.xml.EXMLParserFeature
-
When true: The parser supports both XML 1.0 and XML 1.1.
When false: The parser supports only XML 1.0.
Read-only! - SAX_LEXICAL_HANDLER - com.helger.xml.EXMLParserProperty
-
The handler for lexical parsing events.
- SAX_NAMESPACE_PREFIXES - com.helger.xml.EXMLParserFeature
-
When true: Report the original prefixed names and attributes used for namespace declarations.
When false: Do not report attributes used for Namespace declarations, and optionally do not report original prefixed names.
Default: false
(http://xml.org/sax/features/namespace-prefixes) - SAX_PARAMETER_ENTITIES - com.helger.xml.EXMLParserFeature
-
When true: Report the beginning and end of parameter entities to a registered LexicalHandler.
When false: Do not report the beginning and end of parameter entities to a registered LexicalHandler.
Default: true
(http://xml.org/sax/features/lexical-handler/parameter-entities) - SAX_RESOLVE_DTD_URIS - com.helger.xml.EXMLParserFeature
-
When true: The system identifiers passed to the notationDecl, unparsedEntityDecl, and externalEntityDecl events will be absolutized relative to their base URIs before reporting.
When false: System identifiers in declarations will not be absolutized before reporting.
Default: true
(http://xml.org/sax/features/resolve-dtd-uris) - SAX_STRING_INTERNING - com.helger.xml.EXMLParserFeature
-
When true: All element names, prefixes, attribute names, namespace URIs, and local names are internalized using the java.lang.String#intern(String):String method.
When false: Names are not necessarily internalized.
Default: true
(http://xml.org/sax/features/string-interning) - SAX_UNICODE_NORMALIZATION_CHECKING - com.helger.xml.EXMLParserFeature
-
When true: Perform Unicode normalization checking (as described in section 2.13 and Appendix B of the XML 1.1 Recommendation) and report normalization errors.
When false: Do not report Unicode normalization errors.
Default: false
(http://xml.org/sax/features/unicode-normalization-checking) - SAX_USE_ATTRIBUTES2 - com.helger.xml.EXMLParserFeature
-
When true: The Attributes objects passed by the parser in org.xml.sax.ContentHandler.startElement() implement the org.xml.sax.ext.Attributes2 interface.
When false: The Attributes objects passed by the parser do not implement the org.xml.sax.ext.Attributes2 interface.
Read-only! - SAX_USE_LOCATOR2 - com.helger.xml.EXMLParserFeature
-
When true: The Locator objects passed by the parser in org.xml.sax.ContentHandler.setDocumentLocator() implement the org.xml.sax.ext.Locator2 interface.
When false: The Locator objects passed by the parser do not implement the org.xml.sax.ext.Locator2 interface.
Read-only! - SAX_XML_VERSION - com.helger.xml.EXMLParserProperty
-
A literal string describing the actual XML version of the document, such as "1.0" or "1.1".
This property may only be examined during a parse after the startDocument callback has been completed. - SAX_XMLNS_URIS - com.helger.xml.EXMLParserFeature
-
When true: When the namespace-prefixes feature is set to true, namespace declaration attributes will be reported as being in the http://www.w3.org/2000/xmlns/ namespace.
When false: Namespace declaration attributes are reported as having no namespace.
Default: false
(http://xml.org/sax/features/xmlns-uris) - 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
- SCHEMA - com.helger.xml.EXMLParserFeature
-
When true: Turn on XML Schema validation by inserting an XML Schema validator into the pipeline.
When false: Do not report validation errors against XML Schema.
Default: false
(http://apache.org/xml/features/validation/schema) Default: false - SCHEMA_FULL_CHECKING - com.helger.xml.EXMLParserFeature
-
When true: Enable full schema grammar constraint checking, including checking which may be time-consuming or memory intensive.
- SCHEMA_TYPE_NAME - Static variable in class com.helger.xml.schema.XMLSchemaCache
- SchemaCache - Class in com.helger.xml.schema
-
Base class for caching abstract
Schemaobjects. - SchemaCache(String, SchemaFactory, ErrorHandler, LSResourceResolver) - Constructor for class com.helger.xml.schema.SchemaCache
- SECURE_PROCESSING - com.helger.xml.EXMLParserFeature
-
When true: instructs the implementation to process XML securely.
- SELF_CLOSED - com.helger.xml.serialize.write.EXMLSerializeBracketMode
-
Self closed tag.
- separator(char) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Set the separator to be used.
- separator(String) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Set the separator to be used.
- 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(IMicroQName, boolean) - 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(IMicroQName, float) - 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(IMicroQName, long) - 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(IMicroQName, String) - 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
- setAttribute(String, 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, 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, long) - 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) - 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(String, String, double) - 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(String, String, int) - 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(String, String, IHasAttributeValue) - 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.
- 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(IMicroQName, Object) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttributeWithConversion(IMicroQName, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Deprecated.Don't call this; Call
IMicroAttributeContainer.setAttribute(IMicroQName, String)directly. - setAttributeWithConversion(String, Object) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttributeWithConversion(String, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Deprecated.Don't call this; Call
IMicroAttributeContainer.setAttribute(String, String)directly - setAttributeWithConversion(String, String, Object) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Set an attribute value of this element.
- setAttributeWithConversion(String, String, String) - Method in interface com.helger.xml.microdom.IMicroAttributeContainer
-
Deprecated.Don't call this; Call
IMicroAttributeContainer.setAttribute(String, String, String)directly. - 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
- setDefaultBase(String) - Method in class com.helger.xml.transform.DefaultTransformURIResolver
-
Set the default base to be used, if none is present.
- 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, so the mapping to the default XML namespace prefix (
""). - 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
-
Enable the retrieval of
ThreadInfoobjects. - 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) - 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) - Method in class com.helger.xml.serialize.read.SAXReaderSettings
- 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) - Static method in class com.helger.xml.serialize.read.SAXReaderDefaultSettings
- 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
-
Add multiple XML parser features at once.
- 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(NamespaceContext) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
-
Set the namespace context to be used.
- setNamespaceURI(String) - Method in interface com.helger.xml.microdom.IMicroElement
-
Set a new namespace URI for this element.
- setNamespaceURI(String) - Method in class com.helger.xml.microdom.MicroElement
- setNewLineAfterXMLDeclaration(boolean) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
-
Change whether a newline should be printed after the XML declaration or not.
- setNewLineMode(ENewLineMode) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
- setOrderAttributesAndNamespaces(boolean) - 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(ETriState) - Method in interface com.helger.xml.microdom.IMicroDocument
-
Change the standalone state of this document.
- setStandalone(ETriState) - 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
- setWriteCDATAAsText(boolean) - Method in class com.helger.xml.serialize.write.XMLWriterSettings
- 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.
This setting only takes effect if a parser with explicitly disabled "Secure processing" feature is used. - setXMLElementAttributeLimit(String) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the number of attributes an element can have.
This setting only takes effect if a parser with explicitly disabled "Secure processing" feature is used. - setXMLElementAttributeLimitIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
The same as
XMLSystemProperties.setXMLElementAttributeLimit(int)but just that the value is only set, if the limit is increased! - setXMLEntityExpansionLimit(int) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the number of entity expansions.
This setting only takes effect if a parser with explicitly disabled "Secure processing" feature is used. - setXMLEntityExpansionLimit(String) - Static method in class com.helger.xml.XMLSystemProperties
-
Limit the number of entity expansions.
This setting only takes effect if a parser with explicitly disabled "Secure processing" feature is used. - setXMLEntityExpansionLimitIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
The same as
XMLSystemProperties.setXMLEntityExpansionLimit(int)but just that the value is only set, if the limit is increased! - 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
-
The same as
XMLSystemProperties.setXMLMaxGeneralEntitySizeLimit(int)but just that the value is only set, if the limit is increased! - 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".
This setting only takes effect if a parser with explicitly disabled "Secure processing" feature is used. - 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".
This setting only takes effect if a parser with explicitly disabled "Secure processing" feature is used. - setXMLMaxOccurIfLarger(int) - Static method in class com.helger.xml.XMLSystemProperties
-
The same as
XMLSystemProperties.setXMLMaxOccur(int)but just that the value is only set, if the limit is increased! - 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
-
The same as
XMLSystemProperties.setXMLMaxParameterEntitySizeLimit(int)but just that the value is only set, if the limit is increased! - 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
-
The same as
XMLSystemProperties.setXMLTotalEntitySizeLimit(int)but just that the value is only set, if the limit is increased! - 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
- STANDARD_URI_CONFORMANT - com.helger.xml.EXMLParserFeature
-
When true: Requires that a URI has to be provided where a URI is expected.
- 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
IStatisticsVisitorCallbackinterface 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
IMicroTypeConverterthat uses a regular type converter conversion (seeTypeConverter) 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
-
Default
IMicroTypeConverterimplementation forStringobjects. - StringSAXInputSource - Class in com.helger.xml.sax
-
Special
InputSourceimplementation that reads from a predefined String. - StringSAXInputSource(char[]) - Constructor for class com.helger.xml.sax.StringSAXInputSource
- StringSAXInputSource(char[], int, int) - Constructor for class com.helger.xml.sax.StringSAXInputSource
- StringSAXInputSource(CharSequence) - Constructor for class com.helger.xml.sax.StringSAXInputSource
- StringSAXInputSource(String) - Constructor for class com.helger.xml.sax.StringSAXInputSource
- StringSAXInputSource(String, String) - Constructor for class com.helger.xml.sax.StringSAXInputSource
- StringStreamResult - Class in com.helger.xml.transform
-
Special
StreamResultimplementation that writes toStringobjects. - StringStreamResult() - Constructor for class com.helger.xml.transform.StringStreamResult
- StringStreamResult(String) - Constructor for class com.helger.xml.transform.StringStreamResult
- StringStreamSource - Class in com.helger.xml.transform
-
Special
StreamSourceimplementation that reads fromStringobjects. - StringStreamSource(char[]) - Constructor for class com.helger.xml.transform.StringStreamSource
- StringStreamSource(char[], int, int) - Constructor for class com.helger.xml.transform.StringStreamSource
- StringStreamSource(CharSequence) - Constructor for class com.helger.xml.transform.StringStreamSource
- StringStreamSource(String) - Constructor for class com.helger.xml.transform.StringStreamSource
- StringStreamSource(String, String) - Constructor for class com.helger.xml.transform.StringStreamSource
- SYSTEM_PROPERTY_ELEMENT_ATTRIBUTE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_ENTITY_EXPANSION_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_JDX_XML_ELEMENT_ATTRIBUTE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_JDX_XML_ENTITY_EXPANSION_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_JDX_XML_MAX_GENERAL_ENTITY_SIZE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_JDX_XML_MAX_OCCUR - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_JDX_XML_MAX_PARAMETER_ENTITY_SIZE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_JDX_XML_TOTAL_ENTITY_SIZE_LIMIT - Static variable in class com.helger.xml.XMLSystemProperties
- SYSTEM_PROPERTY_MAX_OCCUR - Static variable in class com.helger.xml.XMLSystemProperties
T
- testMicroTypeConversion(T) - Static method in class com.helger.xml.mock.XMLTestHelper
-
Test if the
MicroTypeConverteris OK. - TEXT - com.helger.xml.microdom.EMicroNodeType
- TEXT - com.helger.xml.serialize.write.EXMLCharMode
-
Text content
- TEXT_NODE - com.helger.xml.dom.EXMLDOMNodeType
-
The node is a
Textnode. - ThreadDescriptor - Class in com.helger.xml.util.thread
-
This class contains the information of a single thread at a certain point of time.
- ThreadDescriptor(Thread, String) - Constructor for class com.helger.xml.util.thread.ThreadDescriptor
- ThreadDescriptorList - Class in com.helger.xml.util.thread
-
This class contains a list of
ThreadDescriptorobjects. - ThreadDescriptorList() - Constructor for class com.helger.xml.util.thread.ThreadDescriptorList
- THROW_EXCEPTION - com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Throw an
IllegalArgumentExceptionin case of incorrect XML characters. - toString() - Method in class com.helger.xml.ChildElementIterator
- toString() - Method in class com.helger.xml.ls.LSResourceData
- toString() - Method in class com.helger.xml.ls.ResourceLSInput
- toString() - Method in class com.helger.xml.microdom.AbstractMicroNode
- toString() - Method in class com.helger.xml.microdom.AbstractMicroNodeWithChildren
- toString() - Method in class com.helger.xml.microdom.MicroAttribute
- toString() - Method in class com.helger.xml.microdom.MicroCDATA
- toString() - Method in class com.helger.xml.microdom.MicroComment
- toString() - Method in class com.helger.xml.microdom.MicroDocument
- toString() - Method in class com.helger.xml.microdom.MicroDocumentType
- toString() - Method in class com.helger.xml.microdom.MicroElement
- toString() - Method in class com.helger.xml.microdom.MicroEntityReference
- toString() - Method in class com.helger.xml.microdom.MicroEvent
- toString() - Method in class com.helger.xml.microdom.MicroProcessingInstruction
- toString() - Method in class com.helger.xml.microdom.MicroQName
- toString() - Method in class com.helger.xml.microdom.MicroText
- toString() - Method in class com.helger.xml.microdom.util.MicroRecursiveIterator
- toString() - Method in class com.helger.xml.NamedNodeMapIterator
- toString() - Method in class com.helger.xml.namespace.MapBasedNamespaceContext
- toString() - Method in class com.helger.xml.namespace.SingleElementNamespaceContext
- toString() - Method in class com.helger.xml.NodeListIterator
- toString() - Method in class com.helger.xml.RecursiveNodeIterator
- toString() - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
- toString() - Method in class com.helger.xml.sax.CollectingSAXErrorHandler
- toString() - Method in class com.helger.xml.sax.ReadableResourceSAXInputSource
- toString() - Method in class com.helger.xml.sax.StringSAXInputSource
- toString() - Method in class com.helger.xml.schema.SchemaCache
- toString() - Method in class com.helger.xml.serialize.read.DOMReaderSettings
- toString() - Method in class com.helger.xml.serialize.read.SAXReaderSettings
- toString() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
- toString() - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
- toString() - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- toString() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
- toString() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
- toString() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXML
- toString() - Method in class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXMLC14
- toString() - Method in class com.helger.xml.serialize.write.XMLEmitter
- toString() - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
- toString() - Method in class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
- toString() - Method in class com.helger.xml.serialize.write.XMLWriterSettings
- toString() - Method in class com.helger.xml.transform.AbstractTransformErrorListener
- toString() - Method in class com.helger.xml.transform.AbstractTransformURIResolver
- toString() - Method in class com.helger.xml.transform.CachingTransformStreamSource
- toString() - Method in class com.helger.xml.transform.CollectingTransformErrorListener
- toString() - Method in class com.helger.xml.transform.DefaultTransformURIResolver
- toString() - Method in class com.helger.xml.transform.StringStreamResult
- toString() - Method in class com.helger.xml.transform.StringStreamSource
- toString() - Method in class com.helger.xml.transform.WrappedCollectingTransformErrorListener
- toString() - Method in class com.helger.xml.util.mime.MimeTypeInfo.ExtensionWithSource
- toString() - Method in class com.helger.xml.util.mime.MimeTypeInfo.MimeTypeWithSource
- toString() - Method in class com.helger.xml.util.mime.MimeTypeInfo
- toString() - Method in class com.helger.xml.xpath.MapBasedXPathFunctionResolver
- toString() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolver
- toString() - Method in class com.helger.xml.xpath.MapBasedXPathVariableResolverQName
- toString() - Method in class com.helger.xml.xpath.XPathFunctionKey
- trailingSeparator(boolean) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Enable or disable the usage of a trailing separator.
- TRANSFORMATION_ERROR - com.helger.xml.transform.EXMLTransformTexts
- TRANSFORMATION_FATAL_ERROR - com.helger.xml.transform.EXMLTransformTexts
- TRANSFORMATION_WARNING - com.helger.xml.transform.EXMLTransformTexts
- TransformResultFactory - Class in com.helger.xml.transform
-
Factory class to create the correct
Resultobjects for different output types. - TransformSourceFactory - Class in com.helger.xml.transform
-
Factory class to create the correct
Sourceobjects for different input types.
U
- UNPARSED_ENTITY_CHECKING - com.helger.xml.EXMLParserFeature
-
When true: Check that each value of type ENTITY matches the name of an unparsed entity declared in the DTD.
When false: Do not check that each value of type ENTITY matches the name of an unparsed entity declared in the DTD.
Default: true
(http://apache.org/xml/features/validation/unparsed-entity-checking) - unparsedEntityDecl(String, String, String, String) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in class com.helger.xml.microdom.AbstractMicroNode
- unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in interface com.helger.xml.microdom.IMicroNode
-
Unregister a specific MicroDOM event listener.
- USE_ENTITY_RESOLVER2 - com.helger.xml.EXMLParserFeature
-
When true: The methods of the org.xml.sax.ext.EntityResolver2 interface will be used when an object implementing this interface is registered with the parser using setEntityResolver.
When false: The methods of the org.xml.sax.ext.EntityResolver2 interface will not be used.
Default: true
(http://xml.org/sax/features/use-entity-resolver2)
V
- validate(IReadableResource[], IReadableResource) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
- validate(IReadableResource[], Source) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
- validate(IReadableResource, IReadableResource) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
- validate(IReadableResource, Source) - Static method in class com.helger.xml.schema.XMLSchemaValidationHelper
- validate(Schema, IReadableResource) - 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.
- VALIDATE_ANNOTATIONS - com.helger.xml.EXMLParserFeature
-
When true: Schema annotations will be laxly validated against available schema components.
When false: Do not validate schema annotations.
Default: false
(http://apache.org/xml/features/validate-annotations) - VALIDATION - com.helger.xml.EXMLParserFeature
-
When true: Validate the document and report validity errors.
When false: Do not report validity errors.
Default: false
(http://xml.org/sax/features/validation) Default: false - valueOf(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.dom.EXMLDOMFeatureVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.dom.EXMLDOMNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.EXMLParserFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.EXMLParserFeatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.EXMLParserProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.EXMLParserPropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.EXMLVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.microdom.EMicroEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.microdom.EMicroNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLCharMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeComments
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeDocType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.xml.transform.EXMLTransformTexts
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.helger.xml.dom.EXMLDOMFeature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.dom.EXMLDOMFeatureVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.dom.EXMLDOMNodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.EXMLParserFeature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.EXMLParserFeatureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.EXMLParserProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.EXMLParserPropertyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.EXMLVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.microdom.EMicroEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.microdom.EMicroNodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLCharMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeBracketMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeComments
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeDocType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeIndent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.serialize.write.EXMLSerializeXMLDeclaration
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.xml.transform.EXMLTransformTexts
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visit(IMicroNode, IHierarchyVisitorCallback<? super IMicroNode>) - Static method in class com.helger.xml.microdom.util.MicroVisitor
-
Iterate the passed node and invoke the callback for all child nodes.
- visit(T, IChildrenProvider<T>, IHierarchyVisitorCallback<? super T>) - Static method in class com.helger.xml.microdom.util.MicroVisitor
-
Iterate the passed node and invoke the callback for all child nodes.
W
- WARN_ON_DUPLICATE_ATTDEF - com.helger.xml.EXMLParserFeature
-
When true: Report a warning when a duplicate attribute is re-declared.
When false: Do not report a warning when a duplicate attribute is re-declared.
Default: false
(http://apache.org/xml/features/validation/warn-on-duplicate-attdef) - WARN_ON_DUPLICATE_ENTITYDEF - com.helger.xml.EXMLParserFeature
-
When true: Report a warning for duplicate entity declaration.
When false: Do not report warning for duplicate entity declaration.
Default: false
(http://apache.org/xml/features/warn-on-duplicate-entitydef) - WARN_ON_UNDECLARED_ELEMDEF - com.helger.xml.EXMLParserFeature
-
When true: Report a warning if an element referenced in a content model is not declared.
When false: Do not report a warning if an element referenced in a content model is not declared.
Default: false
(http://apache.org/xml/features/validation/warn-on-undeclared-elemdef) - warning(TransformerException) - Method in class com.helger.xml.transform.AbstractTransformErrorListener
- warning(SAXParseException) - Method in class com.helger.xml.microdom.serialize.MicroSAXHandler
- warning(SAXParseException) - Method in class com.helger.xml.sax.AbstractSAXErrorHandler
- WrappedCollectingSAXErrorHandler - Class in com.helger.xml.sax
-
An error handler implementation that stores all warnings, errors and fatal errors.
- WrappedCollectingSAXErrorHandler(ErrorList) - Constructor for class com.helger.xml.sax.WrappedCollectingSAXErrorHandler
- WrappedCollectingTransformErrorListener - Class in com.helger.xml.transform
-
This implementation of
ErrorListenersaves all occurred warnings/errors/fatals in a list for later evaluation. - WrappedCollectingTransformErrorListener(ErrorList) - Constructor for class com.helger.xml.transform.WrappedCollectingTransformErrorListener
- wrappedErrorList() - Method in class com.helger.xml.sax.WrappedCollectingSAXErrorHandler
- wrappedErrorList() - Method in class com.helger.xml.transform.WrappedCollectingTransformErrorListener
- write(NODETYPE, XMLEmitter) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
- write(NODETYPE, OutputStream) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
-
Write the specified node to the specified
OutputStream. - write(NODETYPE, Writer) - Method in class com.helger.xml.serialize.write.AbstractXMLSerializer
-
Write the specified node to the specified
Writer. - WRITE_TO_FILE_LOG_WARNING - com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Write the invalid character to the file.
- WRITE_TO_FILE_NO_LOG - com.helger.xml.serialize.write.EXMLIncorrectCharacterHandling
-
Write the invalid character to the file.
- writeAttribute(String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeAttribute(String, String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeAttribute(String, String, String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeCData(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeCharacters(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeComment(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeDefaultNamespace(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeDTD(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeEmptyElement(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeEmptyElement(String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeEndDocument() - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeEndElement() - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeEntityRef(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeList(Collection<String>, IHasOutputStream) - Static method in class com.helger.xml.microdom.util.XMLListHandler
- writeList(Collection<String>, OutputStream) - Static method in class com.helger.xml.microdom.util.XMLListHandler
-
Write the passed collection to the passed output stream using the predefined XML layout.
- writeMap(Map<String, String>, IHasOutputStream) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
- writeMap(Map<String, String>, OutputStream) - Static method in class com.helger.xml.microdom.util.XMLMapHandler
-
Write the passed map to the passed output stream using the predefined XML layout.
- writeNamespace(String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeProcessingInstruction(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeProcessingInstruction(String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeStartDocument() - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeStartDocument(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeStartDocument(String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeStartDocument(Charset, EXMLVersion) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeStartElement(String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeStartElement(String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeStartElement(String, String, String) - Method in class com.helger.xml.serialize.write.SafeXMLStreamWriter
- writeToFile(IMicroNode, File) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to a file using the default settings.
- writeToFile(IMicroNode, File, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to a file.
- writeToFile(IMicroNode, Path) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to a file using the default settings.
- writeToFile(IMicroNode, Path, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to a file.
- writeToStream(IMicroNode, OutputStream) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to an output stream using the default settings.
- writeToStream(IMicroNode, OutputStream, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to an
OutputStream. - writeToStream(Node, OutputStream) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Write a node to an
OutputStreamusing the default settings. - writeToStream(Node, OutputStream, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Write a node to an
OutputStreamusing custom settings. - writeToWriter(IMicroNode, Writer) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to a
Writerusing the defaultXMLWriterSettings.DEFAULT_XML_SETTINGS. - writeToWriter(IMicroNode, Writer, IXMLWriterSettings) - Static method in class com.helger.xml.microdom.serialize.MicroWriter
-
Write a Micro Node to a
Writer. - writeToWriter(Node, Writer) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Write a node to a
Writerusing the default settings. - writeToWriter(Node, Writer, IXMLWriterSettings) - Static method in class com.helger.xml.serialize.write.XMLWriter
-
Write a node to a
Writerusing the default settings.
X
- XINCLUDE - com.helger.xml.EXMLParserFeature
-
When true: Enable XInclude processing.
When false: Do not perform XInclude processing.
Default: false
(http://apache.org/xml/features/xinclude) - XINCLUDE - com.helger.xml.EXMLParserFeatureType
-
XInclude Features
- XINCLUDE_FIXUP_BASE_URIS - com.helger.xml.EXMLParserFeature
-
When true: Perform base URI fixup as specified by the XInclude Recommendation.
When false: Do not perform base URI fixup. - XINCLUDE_FIXUP_LANGUAGE - com.helger.xml.EXMLParserFeature
-
When true: Perform language fixup as specified by the XInclude Recommendation.
When false: Do not perform language fixup. - XML_10 - com.helger.xml.EXMLVersion
-
XML 1.0 - this should be the default
- XML_10 - com.helger.xml.serialize.write.EXMLSerializeVersion
-
XML 1.0
- XML_11 - com.helger.xml.EXMLVersion
-
XML 1.1
- XML_11 - com.helger.xml.serialize.write.EXMLSerializeVersion
-
XML 1.1
- 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
-
Implementation of
IXMLBracketModeDeterminatorfor HTML4. - XMLBracketModeDeterminatorHTML4() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML4
- XMLBracketModeDeterminatorHTML5 - Class in com.helger.xml.serialize.write
-
Implementation of
IXMLBracketModeDeterminatorfor HTML5. - XMLBracketModeDeterminatorHTML5() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorHTML5
- XMLBracketModeDeterminatorXML - Class in com.helger.xml.serialize.write
-
Implementation of
IXMLBracketModeDeterminatorfor real XML (and XHTML). - XMLBracketModeDeterminatorXML() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXML
- XMLBracketModeDeterminatorXMLC14 - Class in com.helger.xml.serialize.write
-
Implementation of
IXMLBracketModeDeterminatorfor real canonicalized XML. - XMLBracketModeDeterminatorXMLC14() - Constructor for class com.helger.xml.serialize.write.XMLBracketModeDeterminatorXMLC14
- 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.
- XMLHelper.PathToNodeBuilder - Class in com.helger.xml
-
Builder class for the different possibilities to get the path of a node
- XMLIndentDeterminatorHTML - Class in com.helger.xml.serialize.write
-
Implementation of
IXMLIndentDeterminatorfor real HTML. - XMLIndentDeterminatorHTML() - Constructor for class com.helger.xml.serialize.write.XMLIndentDeterminatorHTML
- XMLIndentDeterminatorXML - Class in com.helger.xml.serialize.write
-
Implementation of
IXMLIndentDeterminatorfor real XML. - XMLIndentDeterminatorXML() - Constructor for class com.helger.xml.serialize.write.XMLIndentDeterminatorXML
- XMLListHandler - Class in com.helger.xml.microdom.util
-
Simple class that reads a list from an XML input stream.
The XML file needs to look as follows: - XMLLoggingExceptionCallback - Class in com.helger.xml.serialize.read
-
A special version of the
LoggingExceptionCallbackthat 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.
The XML file needs to look as follows: - 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
-
Special
ResourceBundle.Controlto handle XML files - 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(SchemaFactory, ErrorHandler, LSResourceResolver) - Constructor for class com.helger.xml.schema.XMLSchemaCache
- XMLSchemaCache(LSResourceResolver) - Constructor for class com.helger.xml.schema.XMLSchemaCache
- XMLSchemaCache(ErrorHandler) - Constructor for class com.helger.xml.schema.XMLSchemaCache
- XMLSchemaCache(ErrorHandler, LSResourceResolver) - Constructor for class com.helger.xml.schema.XMLSchemaCache
- XMLSchemaValidationHelper - Class in com.helger.xml.schema
-
A helper class for simple XSD validation.
- XMLSerializer - Class in com.helger.xml.serialize.write
-
Internal XML serializer that takes org.w3c.dom.Node objects, extracts the information to serialize and passes the respective information to an
XMLEmitterobject. - 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
-
Default implementation of the
IXMLWriterSettingsinterface.
Describes the export settings for the MicroWriter. - XMLWriterSettings() - Constructor for class com.helger.xml.serialize.write.XMLWriterSettings
-
Creates a default settings object with the following settings: XML version 1.0 with XML declaration with document type with comments Indented and aligned Writing invalid characters to the file as is - may result in invalid XML files Default character set UTF-8 No namespace context
- XMLWriterSettings(IXMLWriterSettings) - Constructor for class com.helger.xml.serialize.write.XMLWriterSettings
-
Copy constructor.
- XPathExpressionHelper - Class in com.helger.xml.xpath
-
Utility class to evaluate XPath expressions more easily
- XPathFunctionKey - Class in com.helger.xml.xpath
-
This class contains a single key for a map-based function resolver.
- XPathFunctionKey(QName, int) - Constructor for class com.helger.xml.xpath.XPathFunctionKey
-
Constructor
- XPathHelper - Class in com.helger.xml.xpath
-
Utility class to create
XPathandXPathExpressionobjects more easily.
Z
- zeroBasedIndex() - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Shortcut to enable the usage of a zero based index.
- zeroBasedIndex(boolean) - Method in class com.helger.xml.XMLHelper.PathToNodeBuilder
-
Determine whether a 0-based index or a 1-based index should be used.
All Classes All Packages