All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractLSResourceResolver AbstractLSResourceResolverbase implementation.AbstractMicroNode This is an abstract base class for the micro document object model.AbstractMicroNodeWithChildren Basic implementation class for the micro document object model.AbstractNamespaceContext Represents an abstract namespace context that does the predefined mapping as stated in the Javadoc.AbstractSAXErrorHandler java.xml error handler base class.AbstractTransformErrorListener Abstract implementation of a transformationErrorListener.AbstractTransformURIResolver Abstract base implementation of theURIResolverinterface.AbstractXMLSerializer<NODETYPE> Abstract XML serializer implementation that works with IMicroNode and org.w3c.dom.Node objects.AbstractXMLSerializer.NamespaceLevel Contains the XML namespace definitions for a single element.AbstractXMLSerializer.NamespaceStack Contains the hierarchy of XML namespaces within a document structure.BasicMicroTypeConverterRegistrar Implementation ofIMicroTypeConverterRegistrarSPIfor basic types like Boolean, Byte, Integer, AtomicInteger etc.CachingSAXInputSource InputSourcethat ensures that the passedInputStreamis closed.CachingTransformStreamSource Sourcethat ensures that the passedInputStreamis copied.ChildElementIterator Iterate child elements of a single node.ChildrenProviderElementWithName Implementation of theIChildrenProviderforIMicroElementobjects considering only elements with a certain element name (and optionally a namespace URI).CollectingLSResourceResolver A class that collects all requested resources.CollectingSAXErrorHandler An error handler implementation that stores all warnings, errors and fatal errors.CollectingTransformErrorListener This implementation ofErrorListenersaves all occurred warnings/errors/fatals in a list for later evaluation.ColorMicroTypeConverter Micro type converter for classColor.CXML This is just a workaround if Xerces is not in the build path.CXMLRegEx XML regular expressions.
Source: http://cpansearch.perl.org/src/TJMATHER/XML-RegExp-0.03/lib/XML/RegExp.pmDefaultEntityResolver A simple version ofEntityResolverusingSimpleLSResourceResolverwith a base URL.DefaultTransformURIResolver Implementation of theURIResolverinterface usingSimpleLSResourceResolverto resolve resources.DOMInputStreamProvider A special input stream provider that takes an existingNodeand converts it to a byte array.DOMReader Helper class to read XML documents via SAX or DOMDOMReaderDefaultSettings DOM reader default settingsDOMReaderSettings DOM reader settingsDoNothingLSResourceResolver ALSResourceResolverimplementation that does nothing.DoNothingSAXErrorHandler java.xml error handler that ignores all errors.DoNothingTransformErrorListener ErrorListenerthat does nothing.DoNothingTransformURIResolver URIResolverthat does nothing.EMicroEvent All available micro DOM events.EMicroNodeType Denotes the type ofIMicroNodeobjects.EmptyEntityResolver SpecialEntityResolverimplementation that always delivers an empty document.EXMLCharMode Defines the different characters modes that are relevant to determine invalid characters as well characters to be masked.EXMLDOMFeature Represents different DOM features.
See http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeaturesEXMLDOMFeatureVersion Represents different DOM versions for XML feature tests.
See http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeaturesEXMLDOMNodeType Represents the different DOM node types.EXMLIncorrectCharacterHandling Define what to do, when an invalid character is to be serialized to XML.EXMLParserFeature Contains constants for parser features.
Source: http://xerces.apache.org/xerces2-j/features.htmlEXMLParserFeatureType Contains the types of XML parser features.EXMLParserProperty Contains constants for parser properties.EXMLParserPropertyType Contains the types of XML parser properties.EXMLSerializeBracketMode Determines the bracket mode for XML elements?EXMLSerializeComments Determines whether comments should be serialized or not.EXMLSerializeDocType Used for creating string representation of XML.EXMLSerializeIndent Determines the indentation and alignment mode of XML serialization.EXMLSerializeVersion XML serialization version.EXMLSerializeXMLDeclaration Used for creating string representation of XML.EXMLTransformTexts EXMLVersion XML version determinator.IBaseXMLReaderSettings Base Read-only interface for DOM and SAX reader settings.IDOMReaderSettings Read-only interface for DOM reader settings.IHasAttributeValue Base interface for an attribute value provider.IHasLSResourceResolver Factory interface for objects having anLSResourceResolver.IHasMicroNodeRepresentation Interface for object that have a representation asIMicroNodeIHasSchema Deprecated. Since 9.4.3; use a Consumer insteadIIterableNamespaceContext A special namespace context interface that allows the iteration of the contained mappings.IMicroAttribute Represents a single attribute within an element (=tag).IMicroAttributeContainer<IMPLTYPE extends IMicroAttributeContainer<IMPLTYPE>> Interface for objects having attributes.IMicroCDATA Represents a CDATA node.IMicroComment Represents a comment node.IMicroContainer This interface is just a hull for a node that has no properties itself but contains children.IMicroDataAware This is a helper interface that allows for setting character data.IMicroDocument Represents a complete document.IMicroDocumentType Represents the document type of a document.IMicroElement Represents a single element (=tag) of a document.IMicroEntityReference Represents the reference to an entity.IMicroEvent MicroDOM internal event.IMicroEventTarget Interface for MicroDOM event handlers.IMicroNode This is the base interface for all kind of nodes in the micro document object model.IMicroNodeWithChildren A special marker interface that is implemented by classes, that really support having children!IMicroProcessingInstruction Represents a processing instruction.IMicroQName Represents a simple qualified name.IMicroText Represents a text node.IMicroTypeConverter<T> Interface to be implemented to marshal between IMicroElement and a native object.IMicroTypeConverterCallback A callback interface that is used to iterate all available micro type converters.IMicroTypeConverterRegistrarSPI SPI interface to be implemented by other modules wishing to register their own micro-type converters.IMicroTypeConverterRegistry This is the callback interface implemented byMicroTypeConverterRegistryfor registration via the SPI interface.INamespaceContext Serializable version of NamespaceContextInputSourceFactory Factory class to create the correctInputSourceobjects for different input types.ISAXErrorHandler ExtendedErrorHandlerinterface with chaining method.ISAXReaderSettings Read-only interface for theSAXReaderSettings.ITransformErrorListener ExtendedErrorListenerinterface with chaining method.IXMLBracketModeDeterminator Interface used in writing XML to determine which of the bracket mode as outlined inEXMLSerializeBracketModeshould be used for a single element.IXMLIndentDeterminator Interface used in writing XML to determine the real indentation and align (as defined inEXMLSerializeIndent) that should be used for a single element.IXMLWriterSettings Interface for the settings to be used for serializing XML nodes.LoggingLSResourceResolver A logging onlyLSResourceResolverimplementation.LoggingSAXErrorHandler java.xml error handler that simply logs data to a logger.LoggingTransformErrorListener ErrorListenerthat simply logs data to a logger.LoggingTransformURIResolver URIResolverthat logs to a logger but does not resolve anything.LSResourceData This class encapsulates all data provided for resource resolving.MapBasedNamespaceContext Represents a namespace context a 1:n (namespace:prefix) mapping.MapBasedXPathFunctionResolver Class is used in conjunction withXPathExpressionto resolve variable values used in XPath queries at runtime.MapBasedXPathVariableResolver Class is used in conjunction withXPathExpressionto resolve variable values used in XPath queries at runtime.MapBasedXPathVariableResolverQName Class is used in conjunction withXPathExpressionto resolve variable values used in XPath queries at runtime.MicroAttribute Default implementation of theIMicroAttributeinterface.MicroCDATA Default implementation of theIMicroCDATAinterface.MicroComment Default implementation of theIMicroCommentinterface.MicroContainer Default implementation of theIMicroContainerinterface.MicroDocument Default implementation of theIMicroDocumentinterface.MicroDocumentType Default implementation of theIMicroDocumentTypeinterface.MicroDOMInputStreamProvider A special input stream provider that takes an existingIMicroNodeand converts it to a byte array.MicroElement Default implementation of theIMicroElementinterface.MicroEntityReference Default implementation of theIMicroEntityReferenceinterface.MicroEvent Default implementation of theIMicroEventinterface.MicroException Special MicroDOM exception.MicroHelper Some utility methods on micro nodes.MicroProcessingInstruction Default implementation of theIMicroProcessingInstructioninterface.MicroQName Represents a simple qualified name.MicroReader Utility class to read an XML stream into anIMicroDocument.MicroRecursiveIterator Class for recursively visiting all elements of a micro nodeMicroSAXHandler The SAX handler used by theMicroReader.MicroSerializer Materializes micro nodes into a string representation.MicroText Default implementation of theIMicroTextinterface.MicroTypeConverter A utility class for converting objects from and toIMicroElement.
The functionality is a special case of theTypeConverteras we need a parameter for conversion in this case.
All converters are registered in theMicroTypeConverterRegistry.MicroTypeConverterRegistry A utility class for converting objects from and toIMicroElement.
The functionality is a special case of theTypeConverterRegistryas we need a parameter for conversion in this case.MicroVisitor Helper class that visits aIMicroNodewith a callback.MicroWriter Utility class for serializing micro document objects.MimeTypeInfo Represents a single MIME type with information relevant for us.MimeTypeInfo.ExtensionWithSource MimeTypeInfo.MimeTypeWithSource MimeTypeInfoManager This is the central manager for allMimeTypeInfoobjects.MimeTypeInfoMicroTypeConverter MimeTypeInfoMicroTypeConverterRegistrar IMicroTypeConverterRegistrarSPIimplementation forMimeTypeInfo.MultilingualTextMicroTypeConverterRegistrar MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter NamedNodeMapIterator NodeListIterator ReadableResourceSAXInputSource RecursiveChildNodeIterator Iterate all children of the start node, but NOT the start node itself.ResourceLSInput SimpleLSInputimplementation.ResourceStreamResult ResourceStreamSource SafeXMLStreamWriter 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/960SAXReader Helper class to read XML documents via SAXSAXReaderDefaultSettings SAX reader default settingsSAXReaderFactory SAXReaderSettings SAX reader settingsSchemaCache Base class for caching abstractSchemaobjects.SimpleLSResourceResolver A simple LS resource resolver that can handle URLs, JAR files and file system resources.SingleElementNamespaceContext Represents a namespace context having exactly 1 item.StatisticsExporter Class for exporting statistics.StatisticsVisitorCallbackToXML Special implementation of theIStatisticsVisitorCallbackinterface that fills a micro element with all current valuesStringBasedMicroTypeConverter<T> An implementation ifIMicroTypeConverterthat uses a regular type converter conversion (seeTypeConverter) from and to string for conversion.StringMicroTypeConverter DefaultIMicroTypeConverterimplementation forStringobjects.StringSAXInputSource SpecialInputSourceimplementation that reads from a predefined String.StringStreamResult SpecialStreamResultimplementation that writes toStringobjects.StringStreamSource SpecialStreamSourceimplementation that reads fromStringobjects.ThreadDescriptor This class contains the information of a single thread at a certain point of time.ThreadDescriptorList This class contains a list ofThreadDescriptorobjects.TransformResultFactory Factory class to create the correctResultobjects for different output types.TransformSourceFactory Factory class to create the correctSourceobjects for different input types.WrappedCollectingSAXErrorHandler An error handler implementation that stores all warnings, errors and fatal errors.WrappedCollectingTransformErrorListener This implementation ofErrorListenersaves all occurred warnings/errors/fatals in a list for later evaluation.XMLBracketModeDeterminatorHTML4 Implementation ofIXMLBracketModeDeterminatorfor HTML4.XMLBracketModeDeterminatorHTML5 Implementation ofIXMLBracketModeDeterminatorfor HTML5.XMLBracketModeDeterminatorXML Implementation ofIXMLBracketModeDeterminatorfor real XML (and XHTML).XMLBracketModeDeterminatorXMLC14 Implementation ofIXMLBracketModeDeterminatorfor real canonicalized XML.XMLCharHelper This class contains XML utility methods for character handling.XMLCharsetDeterminator XML charset determinator based on a byte array.XMLCleanup The sole purpose of this class to clear all caches, that reside in this library.XMLDebug Misc.XMLEmitter Converts XML constructs into a string representation.XMLFactory Utility class for creating XML DOM documents.XMLHelper This class contains multiple XML utility methods.XMLIndentDeterminatorHTML Implementation ofIXMLIndentDeterminatorfor real HTML.XMLIndentDeterminatorXML Implementation ofIXMLIndentDeterminatorfor real XML.XMLListHandler Simple class that reads a list from an XML input stream.
The XML file needs to look as follows:XMLLoggingExceptionCallback A special version of theLoggingExceptionCallbackthat handles the most common XML exceptions in a nice way :)XMLMapHandler Simple class that reads a generic String-to-String mapping from a classpath resource into aMap.
The XML file needs to look as follows:XMLMaskHelper This class contains all the methods for masking XML content.XMLResourceBundle Helper class to handle XML based properties.XMLResourceBundleControl SpecialResourceBundle.Controlto handle XML filesXMLSchemaCache This class is used to cache XML schema objects.XMLSchemaValidationHelper A helper class for simple XSD validation.XMLSerializer Internal XML serializer that takes org.w3c.dom.Node objects, extracts the information to serialize and passes the respective information to anXMLEmitterobject.XMLSystemProperties This class wraps all the special Java XML system properties.XMLTestHelper Helper methods for handling XML based testingXMLTransformerFactory A global factory for XML transformation objects.XMLWriter This is a helper class to serialize DOM nodes to a String.XMLWriterSettings Default implementation of theIXMLWriterSettingsinterface.
Describes the export settings for the MicroWriter.XPathExpressionHelper Utility class to evaluate XPath expressions more easilyXPathFunctionKey This class contains a single key for a map-based function resolver.XPathHelper Utility class to createXPathandXPathExpressionobjects more easily.