Package | Description |
---|---|
org.apache.cxf.javascript |
Modifier and Type | Method and Description |
---|---|
static ParticleInfo |
ParticleInfo.forGlobalElement(org.apache.ws.commons.schema.XmlSchemaElement element,
org.apache.ws.commons.schema.XmlSchema currentSchema,
SchemaCollection schemaCollection,
NamespacePrefixAccumulator prefixAccumulator)
Create an elementInfo that stores information about a global, named,
element.
|
static ParticleInfo |
ParticleInfo.forLocalItem(org.apache.ws.commons.schema.XmlSchemaObject sequenceObject,
org.apache.ws.commons.schema.XmlSchema currentSchema,
SchemaCollection schemaCollection,
NamespacePrefixAccumulator prefixAccumulator,
QName contextName)
Fill in an ElementInfo for an element or xs:any from a sequence.
|
static ParticleInfo |
ParticleInfo.forPartElement(org.apache.ws.commons.schema.XmlSchemaElement element,
SchemaCollection schemaCollection,
String javascriptName,
String xmlElementName)
Create element information for a part element.
|
Modifier and Type | Method and Description |
---|---|
List<ParticleInfo> |
ParticleInfo.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
JavascriptUtils.generateCodeToSerializeAny(ParticleInfo itemInfo,
String prefix,
SchemaCollection schemaCollection)
Generate code to serialize an xs:any.
|
void |
JavascriptUtils.generateCodeToSerializeElement(ParticleInfo elementInfo,
String referencePrefix,
SchemaCollection schemaCollection)
Given an element, generate the serialization code.
|
Apache CXF