343536373839404142
// no attributes } /** {@inheritDoc} */ protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException { XSURI uri = (XSURI) xmlObject; XMLHelper.appendTextContent(domElement, uri.getValue()); }
3940414243444546
// no attributes } /** {@inheritDoc} */ protected void processElementContent(XMLObject xmlObject, String elementContent) { XSURI uri = (XSURI) xmlObject; uri.setValue(elementContent); }
3839404142434445
333435363738394041