- buildDocument() - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds an empty document.
- buildDocument(File) - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds document from file.
- buildDocument(String) - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds document from uri.
- buildDocument(InputSource) - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds document from input source.
- buildDocument(InputStream) - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds document from input stream.
- buildDocument(InputStream, String) - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds document from input stream and system ID.
- buildDocument(Object, JAXBContext) - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds document from an object (POJO that can be processed with
JAXBContext.
- buildDocument(Object, Marshaller) - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Builds document from an object (POJO) that can be processed with
Marshaller.
- buildDocumentBuilder() - Method in interface org.bremersee.xml.XmlDocumentBuilder
-
Creates a new document builder.
- builder() - Static method in interface org.bremersee.xml.JaxbContextBuilder
-
Creates a new jaxb context builder.
- builder() - Static method in interface org.bremersee.xml.SchemaBuilder
-
Creates a new schema builder.
- builder() - Static method in interface org.bremersee.xml.XmlDocumentBuilder
-
Creates default builder instance.
- buildJaxbContext() - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build default jaxb context that is defined by the added meta data.
- buildJaxbContext(Object) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build jaxb context for the given object (POJO) or for the given class or array of classes with
the specified dependencies resolver.
- buildMarshaller() - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build marshaller with the context which is defined by the added meta data.
- buildMarshaller(Object) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build marshaller for the given object (POJO) or for the given class or array of classes with
the specified dependencies resolver.
- buildSchema() - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build schema of the default jaxb context (defined by the added meta data).
- buildSchema(Object) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build schema of the specified value (POJO), a single class or an array of classes.
- buildSchema(String...) - Method in interface org.bremersee.xml.SchemaBuilder
-
Retrieves the schema files of the specified locations and builds the schema.
- buildSchema(URL) - Method in interface org.bremersee.xml.SchemaBuilder
-
Builds schema.
- buildSchema(File) - Method in interface org.bremersee.xml.SchemaBuilder
-
Builds schema.
- buildSchema(Source) - Method in interface org.bremersee.xml.SchemaBuilder
-
Builds schema.
- buildSchema(Source[]) - Method in interface org.bremersee.xml.SchemaBuilder
-
Builds schema.
- buildSchema(Collection<? extends Source>) - Method in interface org.bremersee.xml.SchemaBuilder
-
Builds schema.
- buildUnmarshaller() - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build unmarshaller with the context which is defined by the added meta data.
- buildUnmarshaller(Object) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Build unmarshaller for the given object (POJO) or for the given class or array of classes with
the specified dependencies resolver.
- withAttachmentMarshaller(AttachmentMarshaller) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Set attachment marshaller.
- withAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Set attachment unmarshaller.
- withCanMarshal(BiFunction<Class<?>, Map<String, JaxbContextData>, Boolean>) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Sets a function of the builder to determine whether the builder is responsible for the given
class.
- withCanUnmarshal(BiFunction<Class<?>, Map<String, JaxbContextData>, Boolean>) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Sets a function of the builder to determine whether the builder is responsible for the given
class.
- withClassLoader(ClassLoader) - Method in interface org.bremersee.xml.SchemaBuilder
-
Specifies the class loader to use.
- withContextClassLoader(ClassLoader) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Specifies the class loader to use.
- withDependenciesResolver(JaxbDependenciesResolver) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Specifies the dependencies resolver to use.
- withErrorHandler(ErrorHandler) - Method in interface org.bremersee.xml.SchemaBuilder
-
Specifies the error handler to use.
- withFactory(String) - Method in interface org.bremersee.xml.SchemaBuilder
-
Specifies the factory to use.
- withFeature(String, Boolean) - Method in interface org.bremersee.xml.SchemaBuilder
-
Adds a feature to the schema factory.
- withFormattedOutput(boolean) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Specify whether the xml output should be formatted or not.
- withProperty(String, Object) - Method in interface org.bremersee.xml.SchemaBuilder
-
Adds a property to the schema factory.
- withResourceLoader(ResourceLoader) - Method in interface org.bremersee.xml.SchemaBuilder
-
Specifies the resource loader to use.
- withResourceResolver(LSResourceResolver) - Method in interface org.bremersee.xml.SchemaBuilder
-
Specifies the resource resolver to use.
- withSchemaBuilder(SchemaBuilder) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Specifies the schema builder to generate the schema.
- withSchemaLanguage(String) - Method in interface org.bremersee.xml.SchemaBuilder
-
Specifies the schema language.
- withSchemaMode(SchemaMode) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Specifies whether to add a schema to the marshaller or unmarshaller.
- withValidationEventHandler(ValidationEventHandler) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Set validation event handler of marshaller and unmarshaller.
- withXmlAdapters(Collection<? extends XmlAdapter<?, ?>>) - Method in interface org.bremersee.xml.JaxbContextBuilder
-
Sets xml adapters of marshaller and unmarshaller.