public final class XMLConverter extends Object
public static void writeRepositoryInfo(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, String namespace, RepositoryInfo source) throws javax.xml.stream.XMLStreamException
public static void writeRepositoryCapabilities(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, RepositoryCapabilities source) throws javax.xml.stream.XMLStreamException
public static void writeAclCapabilities(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, AclCapabilities source) throws javax.xml.stream.XMLStreamException
public static void writeExtendedFeatures(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, ExtensionFeature source) throws javax.xml.stream.XMLStreamException
public static void writeTypeDefinition(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, String namespace, TypeDefinition source) throws javax.xml.stream.XMLStreamException
public static void writePropertyDefinition(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, PropertyDefinition<?> source) throws javax.xml.stream.XMLStreamException
public static void writeChoice(javax.xml.stream.XMLStreamWriter writer, PropertyType propType, Choice<?> source) throws javax.xml.stream.XMLStreamException
public static void writeObject(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, String namespace, ObjectData source) throws javax.xml.stream.XMLStreamException
public static void writeObject(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, boolean root, String name, String namespace, ObjectData source) throws javax.xml.stream.XMLStreamException
public static void writeProperty(javax.xml.stream.XMLStreamWriter writer, PropertyData<?> source, boolean isDefaultValue) throws javax.xml.stream.XMLStreamException
public static void writeAllowableActions(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, boolean root, AllowableActions source) throws javax.xml.stream.XMLStreamException
public static void writeAcl(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, boolean root, Acl source) throws javax.xml.stream.XMLStreamException
public static void writeQuery(javax.xml.stream.XMLStreamWriter writer, CmisVersion cmisVersion, QueryTypeImpl source) throws javax.xml.stream.XMLStreamException
public static void writeBulkUpdate(javax.xml.stream.XMLStreamWriter writer, String namespace, BulkUpdateImpl bulkUpdate) throws javax.xml.stream.XMLStreamException
public static void writeExtensions(javax.xml.stream.XMLStreamWriter writer, ExtensionsData source) throws javax.xml.stream.XMLStreamException
public static RepositoryInfo convertRepositoryInfo(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
public static TypeDefinition convertTypeDefinition(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
public static ObjectData convertObject(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
public static QueryTypeImpl convertQuery(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
public static AllowableActions convertAllowableActions(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
public static Acl convertAcl(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
public static BulkUpdateImpl convertBulkUpdate(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.