Uses of Class
org.opensaml.core.xml.io.MarshallingException
-
Packages that use MarshallingException Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.io Interfaces and abstract implementations of marshallers and unmarshallers.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.util Utility classes for working with XML, XMLObjects, and various data types. -
-
Uses of MarshallingException in org.opensaml.core.xml
Methods in org.opensaml.core.xml that throw MarshallingException Modifier and Type Method Description protected voidAbstractExtensibleXMLObjectMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractElementExtensibleXMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)Noxs:anyAttributeattributes.protected voidAbstractExtensibleXMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)Marshalls thexs:anyAttributeattributes.protected voidAbstractElementExtensibleXMLObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)No text content. -
Uses of MarshallingException in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io that throw MarshallingException Modifier and Type Method Description ElementAbstractXMLObjectMarshaller. marshall(XMLObject xmlObject)Marshall this element, and its children, and root them in a newly created Document.ElementAbstractXMLObjectMarshaller. marshall(XMLObject xmlObject, Document document)Marshall this element, and its children, into a W3C DOM element.ElementAbstractXMLObjectMarshaller. marshall(XMLObject xmlObject, Element parentElement)Marshall the given XMLObject and append it as a child to the given parent element.ElementMarshaller. marshall(XMLObject xmlObject)Marshall this element, and its children, and root them in a newly created Document.ElementMarshaller. marshall(XMLObject xmlObject, Document document)Marshall this element, and its children, into a W3C DOM element.ElementMarshaller. marshall(XMLObject xmlObject, Element parentElement)Marshall the given XMLObject and append it as a child to the given parent element.protected voidAbstractXMLObjectMarshaller. marshallAttributeIDness(XMLObject xmlObject, Element domElement)Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractXMLObjectMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)Marshalls a given XMLObject into a W3C Element.protected voidAbstractXMLObjectMarshaller. marshallChildElements(XMLObject xmlObject, Element domElement)Marshalls the child elements of the given XMLObject.protected voidAbstractXMLObjectMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected ElementAbstractXMLObjectMarshaller. marshallInto(XMLObject xmlObject, Element targetElement)Marshalls the given XMLObject into the given DOM Element.protected voidAbstractXMLObjectMarshaller. marshallSchemaInstanceAttributes(XMLObject xmlObject, Element domElement)Creates the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes for an XMLObject.private voidAbstractXMLObjectMarshaller. prepareForAdoption(XMLObject domCachingObject)Prepares the given DOM caching XMLObject for adoption into another document. -
Uses of MarshallingException in org.opensaml.core.xml.schema.impl
Methods in org.opensaml.core.xml.schema.impl that throw MarshallingException Modifier and Type Method Description protected voidXSAnyMarshaller. marshallAttributes(XMLObject xmlObject, Element domElement)Marshalls a given XMLObject into a W3C Element.protected voidXSAnyMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected voidXSBase64BinaryMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected voidXSBooleanMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected voidXSDateTimeMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected voidXSIntegerMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected voidXSQNameMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected voidXSStringMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element.protected voidXSURIMarshaller. marshallElementContent(XMLObject xmlObject, Element domElement)Marshalls data from the XMLObject into content of the DOM Element. -
Uses of MarshallingException in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that throw MarshallingException Modifier and Type Method Description static <T extends XMLObject>
TXMLObjectSupport. cloneXMLObject(T originalXMLObject)Clone an XMLObject by brute force:static <T extends XMLObject>
TXMLObjectSupport. cloneXMLObject(T originalXMLObject, XMLObjectSupport.CloneOutputOption cloneOutputOption)Clone an XMLObject by brute force:static ElementXMLObjectSupport. marshall(XMLObject xmlObject)Marshall an XMLObject.static voidXMLObjectSupport. marshallToOutputStream(XMLObject xmlObject, OutputStream outputStream)Marshall an XMLObject to an OutputStream.
-