public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: info.textgrid.
|
Modifier and Type | Method and Description |
---|---|
ElementSpec |
createElementSpec()
Create an instance of
ElementSpec |
ElementSpec.Attribute |
createElementSpecAttribute()
Create an instance of
ElementSpec.Attribute |
ElementSpec.Required |
createElementSpecRequired()
Create an instance of
ElementSpec.Required |
ImportObject |
createImportObject()
Create an instance of
ImportObject |
ImportSpec |
createImportSpec()
Create an instance of
ImportSpec |
RevisionPolicy |
createRevisionPolicy()
Create an instance of
RevisionPolicy |
XmlConfiguration |
createXmlConfiguration()
Create an instance of
XmlConfiguration |
XmlConfiguration.ProcessingInstruction |
createXmlConfigurationProcessingInstruction()
Create an instance of
XmlConfiguration.ProcessingInstruction |
public ObjectFactory()
public ElementSpec.Attribute createElementSpecAttribute()
ElementSpec.Attribute
public RevisionPolicy createRevisionPolicy()
RevisionPolicy
public ImportSpec createImportSpec()
ImportSpec
public XmlConfiguration.ProcessingInstruction createXmlConfigurationProcessingInstruction()
XmlConfiguration.ProcessingInstruction
public ElementSpec createElementSpec()
ElementSpec
public XmlConfiguration createXmlConfiguration()
XmlConfiguration
public ElementSpec.Required createElementSpecRequired()
ElementSpec.Required
public ImportObject createImportObject()
ImportObject
Copyright © 2015 TextGrid. All rights reserved.