| Package | Description |
|---|---|
| com.sapportals.wcm.protocol.webdav |
A collection of utilities and constants common to WebDAV clients and
servers
|
| Modifier and Type | Field and Description |
|---|---|
static QualifiedName |
XsdDataTypes.SAP_EXPANDED_NAME
Holds a serialized form of an XML name using the format "{namespace-uri}local-name".
|
static QualifiedName |
XsdDataTypes.SAP_MAPPED_RID
Holds a URI that represents a CM-internal resource (mapped from a
RID). |
static QualifiedName |
XsdDataTypes.SAP_MAPPED_RID_LIST
Holds a list of URIs that represent a CM-internal resources (mapped from a
RID multivalued). |
static QualifiedName |
XsdDataTypes.SAP_RID
Holds a
RID. |
static QualifiedName |
XsdDataTypes.SAP_XMLMARKUP
Holds XML markup.
|
static QualifiedName |
XsdDataTypes.SOAP_ARRAY
soap-enc:array
This type is used for marshalling multi-valued properties.
|
static QualifiedName |
XsdDataTypes.XSD_BOOLEAN
|
static QualifiedName |
XsdDataTypes.XSD_DATETIME
|
static QualifiedName |
XsdDataTypes.XSD_INT
|
static QualifiedName |
XsdDataTypes.XSD_LONG
|
static QualifiedName |
XsdDataTypes.XSD_STRING
|
static QualifiedName |
XsdDataTypes.XSI_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static QualifiedName |
QualifiedName.getInstance(String name)
Builds a QualifiedName from a string in the following formats:
{namespaceUri}localPart
xmlns:prefix
xml:localPart
NCName
|
static QualifiedName |
XsdDataTypes.getXsdTypeInfo(Element e)
Get XSD type information for the element.
|
static QualifiedName |
XsdDataTypes.getXsdTypeInfoFromValue(Element baseElem,
String qname) |
static QualifiedName |
XsdDataTypes.mapInternalTypeToXsdType(IProperty prop) |
static QualifiedName |
XsdDataTypes.mapSapToXsdType(PropertyType pt) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DomElement.attachSoapArrayType(Element e,
QualifiedName dt,
int size)
Attaches SOAP array type information to an element.
|
static void |
DomElement.attachXsdDataType(Element e,
QualifiedName dt)
Attaches XML Schema datatype information to an element.
|
static Element |
DomElement.makeNew(Document doc,
QualifiedName name)
Create a new element node with the given qualified name (respecting the namespace prefix).
|
static Element |
DomElement.makeNew(Document doc,
QualifiedName name,
Object content)
Create a new element node with the given name
(respecting the prefix) and optional content
|
Copyright 2021 SAP SE Complete Copyright Notice