| Modifier and Type | Method and Description |
|---|---|
void |
Person.generate(ExtensionProfile extProfile,
XmlWriter w,
XmlNamespace elementNamespace,
String elementName,
Collection<XmlWriter.Attribute> attributes)
Generates XML.
|
protected void |
Person.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator)
Generates XML.
|
protected void |
ExtensionPoint.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator) |
protected void |
AbstractExtension.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator)
Generates the XML into the XML writer.
|
protected void |
AbstractExtension.generateAttributes(List<XmlWriter.Attribute> attrs,
AttributeGenerator generator)
Generates the attributes in the generator into the list of attributes.
|
protected void |
ExtensionPoint.generateStartElement(XmlWriter w,
XmlNamespace namespace,
String elementName,
Collection<XmlWriter.Attribute> additionalAttrs,
Collection<XmlNamespace> additionalNs)
Generates XML corresponding to the type implementing
ExtensionPoint. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LastModifiedBy.generate(XmlWriter w,
ExtensionProfile p,
XmlNamespace namespace,
String localName,
List<XmlWriter.Attribute> attrs,
AttributeGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
YtAspectRatio.generateAttributes(List<XmlWriter.Attribute> attrs,
AttributeGenerator generator) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlBlob.startElement(XmlWriter w,
XmlNamespace namespace,
String elementName,
XmlBlob xml,
Collection<XmlWriter.Attribute> additionalAttrs,
Collection<XmlNamespace> additionalNs)
Generates an element opening tag containing an XML blob.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlWriter.simpleElement(XmlNamespace namespace,
String name,
List<XmlWriter.Attribute> attrs,
String value)
Emits a simple element (without child elements).
|
void |
XmlWriter.startElement(XmlNamespace namespace,
String name,
Collection<XmlWriter.Attribute> attrs,
Collection<? extends XmlNamespace> namespaceDecls)
Starts an element.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<XmlWriter.Attribute> |
XmlGenerator.XmlElementGenerator.getAttributes(Element e,
ElementMetadata<?,?> metadata)
Get a list of attributes for the given element.
|
Copyright © 2012. All Rights Reserved.