4849505152535455
} else if(type == "org.w3c.dom.Document") { return "document-node(element(*, xs:untyped))"; } else if(type == "org.w3c.dom.DocumentFragment") { return "document-node(element(*, xs:untyped))"; } else { throw new TypeNotSupportedException(type); } }
99100101102103104105106
} else if(type == "org.w3c.dom.Document") { return "XMLUtils.toString("+var+")"; } else if(type == "org.w3c.dom.DocumentFragment") { return "XMLUtils.toString("+var+")"; } else { throw new TypeNotSupportedException(type); } }
149150151152153154155156
} else if(type == "org.w3c.dom.Document") { return "XMLUtils.fromString(valueFromServer.asString())"; } else if(type == "org.w3c.dom.DocumentFragment") { return "XMLUtils.fromString(valueFromServer.asString())"; } else { throw new TypeNotSupportedException(type); } }