- getAttribute(String) - Method in class org.formix.dsx.XmlElement
-
Gets the named attribute value.
- getAttributes() - Method in class org.formix.dsx.XmlElement
-
Gets the attribute map of the current XmlElement.
- getBody() - Method in class org.formix.dsx.soap.Envelope
-
Gets the body of the SOAP message.
- getBodyContent() - Method in class org.formix.dsx.soap.Envelope
-
Gets the content of the body.
- getChild(int) - Method in class org.formix.dsx.XmlElement
-
Gets the child XmlContent at the given index of the current XmlElement.
- getChilds() - Method in class org.formix.dsx.XmlElement
-
Gets this XmlContent instance child list.
- getClassResolutionPackages() - Method in class org.formix.dsx.serialization.XmlSerializer
-
Returns the list of packages to loop into when deserializing an object
and trying to instanciate a type with a simple class name.
- getCollectionMap() - Method in class org.formix.dsx.serialization.XmlSerializer
-
Returns a map between interfaces and class implementations for any
collection types.
- getContent() - Method in class org.formix.dsx.soap.Body
-
Gets the content of the body.
- getDeserializationListeners() - Method in class org.formix.dsx.serialization.XmlSerializer
-
Gets deserialization listeners.
- getDocumentType() - Method in class org.formix.dsx.XmlDocument
-
Gets the XmlDocumentType.
- getElement() - Method in class org.formix.dsx.serialization.SerializationEvent
-
Gets the XmlElement of the current event.
- getElement(String) - Method in class org.formix.dsx.XmlElement
-
Return the first occurence of the named child XmlElement.
- getElement(String, int) - Method in class org.formix.dsx.XmlElement
-
Gets the named child element at the given index.
- getElement(String) - Method in class org.formix.dsx.XmlNavigator
-
Gets the first XmlElement found at the given path.
- getElements(String) - Method in class org.formix.dsx.XmlElement
-
Returns all child XmlElement having the given name.
- getElements() - Method in class org.formix.dsx.XmlElement
-
Gets a list of all XmlElement children.
- getElements(String) - Method in class org.formix.dsx.XmlNavigator
-
Return all elements that corresponds to the last element name in the
given path.
- getHeader() - Method in class org.formix.dsx.soap.Envelope
-
Gets the header of the SOAP message.
- getId() - Method in interface org.formix.dsx.XmlContent
-
Gets the Id of the current node.
- getId() - Method in class org.formix.dsx.XmlElement
-
- getId() - Method in class org.formix.dsx.XmlText
-
- getName() - Method in class org.formix.dsx.XmlElement
-
Gets the name of the current XmlElement.
- getNameSpaces() - Method in class org.formix.dsx.builders.XmlBuilder
-
Gets namespace reference entries.
- getRoot() - Method in class org.formix.dsx.XmlNavigator
-
Gets the root element.
- getTarget() - Method in class org.formix.dsx.serialization.SerializationEvent
-
Gets the taget of the current event.
- getText(String) - Method in class org.formix.dsx.XmlNavigator
-
Gets the concatenated text of all children of the element targeted by the
given path.
- getText() - Method in class org.formix.dsx.XmlText
-
Gets the text value.
- getValue(String) - Method in class org.formix.dsx.XmlElement
-
Concatenate all child's XmlContent.toString() trimmed and separated by a
single space of the named XmlElement.
- save(File) - Method in class org.formix.dsx.XmlDocument
-
Saves the current document in the specified target file.
- save(Writer) - Method in class org.formix.dsx.XmlDocument
-
Save the current XmlDocument to the specified writer.
- save(OutputStream) - Method in class org.formix.dsx.XmlDocument
-
Saves the current document to the given output stream.
- SerializationEvent - Class in org.formix.dsx.serialization
-
Defines a serialization event data.
- SerializationEvent(Object, XmlElement, Object) - Constructor for class org.formix.dsx.serialization.SerializationEvent
-
Creates a SerializationEvent instance.
- SerializationEventListener - Interface in org.formix.dsx.serialization
-
Interface defining listener methods that will be called during
deserialization.
- serialize(Object) - Method in class org.formix.dsx.serialization.XmlSerializer
-
Serializes an object into its XML representation.
- serialize(Object, String) - Method in class org.formix.dsx.serialization.XmlSerializer
-
Serializes an object with a different XmlElement root name.
- setAttribute(String, String) - Method in class org.formix.dsx.XmlElement
-
Sets a value to the given attribute.
- setBody(Body<T>) - Method in class org.formix.dsx.soap.Envelope
-
Sets the body of the SOAP message.
- setBodyContent(T) - Method in class org.formix.dsx.soap.Envelope
-
Sets the content of the body.
- setContent(T) - Method in class org.formix.dsx.soap.Body
-
Sets the content of the body.
- setDocumentType(XmlDocumentType) - Method in class org.formix.dsx.XmlDocument
-
Sets the XmlDocumentType.
- setHeader(Header) - Method in class org.formix.dsx.soap.Envelope
-
Sets the header of the SOAP message.
- setName(String) - Method in class org.formix.dsx.XmlElement
-
Sets the name of the current element.
- setNameSpaces(Map<String, String>) - Method in class org.formix.dsx.builders.XmlBuilder
-
Sets namespace reference entries.
- setRoot(XmlElement) - Method in class org.formix.dsx.XmlDocument
-
Sets the root XmlElement.
- setRoot(XmlElement) - Method in class org.formix.dsx.XmlNavigator
-
Sets the root element.
- setText(String) - Method in class org.formix.dsx.XmlText
-
Sets the text value.
- SUID - Class in org.formix.dsx.utils
-
Sufficiently Unique Identifier
- XmlAttribute - Annotation Type in org.formix.dsx.builders
-
Tells that the given property should be serialized as an attribute to the
parent element.
- XmlBloc - Interface in org.formix.dsx
-
An marker interface that identify a class as an XML grouping.
- XmlBuilder - Class in org.formix.dsx.builders
-
Generates XML using xml attributes to modulate how the xml serialization will
behave.
- XmlBuilder() - Constructor for class org.formix.dsx.builders.XmlBuilder
-
Creates an instance of the XmlBuilder.
- XmlCDATA - Class in org.formix.dsx
-
Defines a CDATA xml chunk.
- XmlCDATA(String) - Constructor for class org.formix.dsx.XmlCDATA
-
Creates a CDATA section with the given text.
- XmlComment - Class in org.formix.dsx
-
Defines a comment xml chunk.
- XmlComment(String) - Constructor for class org.formix.dsx.XmlComment
-
Creates an XmlComment section using the given text.
- XmlContent - Interface in org.formix.dsx
-
Defines the methods found in all XML classes.
- XmlContentAdapter - Class in org.formix.dsx
-
An Adapter with an empty implementation for each of XmlContentListener
methods.
- XmlContentAdapter() - Constructor for class org.formix.dsx.XmlContentAdapter
-
- XmlContentListener - Interface in org.formix.dsx
-
An interface used to define hooks while xml is read.
- XmlContentTypeName - Annotation Type in org.formix.dsx.builders
-
Tells XmlBuilder to use the type name instead of the method name for the
XmlElement.
- XmlDocument - Class in org.formix.dsx
-
Represents an XML document with the XML header.
- XmlDocument() - Constructor for class org.formix.dsx.XmlDocument
-
Creates an instance of XmlDocument version 1.0
- XmlDocument(XmlElement) - Constructor for class org.formix.dsx.XmlDocument
-
Creates an instance of XmlDocument version 1.0, using the given root.
- XmlDocument(XmlDocumentType) - Constructor for class org.formix.dsx.XmlDocument
-
Creates an instance of XmlDocument with the given doctype.
- XmlDocument(XmlElement, XmlDocumentType) - Constructor for class org.formix.dsx.XmlDocument
-
Creates an instance of XmlDocument with the given root element and
doctype.
- XmlDocumentType - Enum in org.formix.dsx
-
Tells for which document type an XML document instance is running.
- XmlElement - Class in org.formix.dsx
-
Define an Xml node in an XML document.
- XmlElement(String) - Constructor for class org.formix.dsx.XmlElement
-
Creates an XmlElement instance with the given name.
- XmlException - Exception in org.formix.dsx
-
Exception thrown when a problem occurs during XML parsing.
- XmlException() - Constructor for exception org.formix.dsx.XmlException
-
Creates an instance of XmlException.
- XmlException(String) - Constructor for exception org.formix.dsx.XmlException
-
Creates an instance of XmlException with the given message.
- XmlException(Throwable) - Constructor for exception org.formix.dsx.XmlException
-
Creates an instance of XmlException with the given cause.
- XmlException(String, Throwable) - Constructor for exception org.formix.dsx.XmlException
-
Creates an instance of XmlException with the given message and cause.
- XmlExplicitNull - Annotation Type in org.formix.dsx.builders
-
The default XmlBuilder behavior is to skip object property.
- XmlIgnore - Annotation Type in org.formix.dsx.builders
-
Ignores the attached property.
- XmlName - Annotation Type in org.formix.dsx.builders
-
Sets the name of the given type or property.
- XmlNameSpace - Annotation Type in org.formix.dsx.builders
-
Sets the namespace uri for the given class or property.
- XmlNavigator - Class in org.formix.dsx
-
Helps navigate through an XML hierarchy using a simple XPath like syntax.
- XmlNavigator(XmlElement) - Constructor for class org.formix.dsx.XmlNavigator
-
Creates a ne XmlNavigator using the given XmlElement as root.
- XmlOrder - Annotation Type in org.formix.dsx.builders
-
Tells in which order the corresponding XML element shall appear in the output
XML document.
- XmlSerializer - Class in org.formix.dsx.serialization
-
Serializes an object into its XML representation.
- XmlSerializer() - Constructor for class org.formix.dsx.serialization.XmlSerializer
-
Creates an instance of XmlSerializer.
- XmlText - Class in org.formix.dsx
-
Represents a text within the XML tree.
- XmlText() - Constructor for class org.formix.dsx.XmlText
-
Creates an empty XmlText instance.
- XmlText(String) - Constructor for class org.formix.dsx.XmlText
-
Creates an XmlText instance with the given text.
- XmlType - Annotation Type in org.formix.dsx.builders
-
Tells the XmlBuilder to add the contained object type as an attribute to the
corresponding XmlElement.
- XS - Static variable in class org.formix.dsx.builders.XmlBuilder
-
- XSI - Static variable in class org.formix.dsx.builders.XmlBuilder
-