org.plasma.xml.xslt
Class ObjectFactory

java.lang.Object
  extended by org.plasma.xml.xslt.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.xslt package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.xslt
 
Method Summary
 AnyType createAnyType()
          Create an instance of AnyType
 javax.xml.bind.JAXBElement<AnyType> createApplyImports(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 ApplyTemplates createApplyTemplates()
          Create an instance of ApplyTemplates
 javax.xml.bind.JAXBElement<ApplyTemplates> createApplyTemplates(ApplyTemplates value)
          Create an instance of JAXBElement<ApplyTemplates>}
 javax.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 AttributeSet createAttributeSet()
          Create an instance of AttributeSet
 javax.xml.bind.JAXBElement<AttributeSet> createAttributeSet(AttributeSet value)
          Create an instance of JAXBElement<AttributeSet>}
 AttributeType createAttributeType()
          Create an instance of AttributeType
 CallTemplate createCallTemplate()
          Create an instance of CallTemplate
 javax.xml.bind.JAXBElement<CallTemplate> createCallTemplate(CallTemplate value)
          Create an instance of JAXBElement<CallTemplate>}
 javax.xml.bind.JAXBElement<AnyType> createCharInstruction(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 Choose createChoose()
          Create an instance of Choose
 javax.xml.bind.JAXBElement<Choose> createChoose(Choose value)
          Create an instance of JAXBElement<Choose>}
 CombineStylesheets createCombineStylesheets()
          Create an instance of CombineStylesheets
 Comment createComment()
          Create an instance of Comment
 javax.xml.bind.JAXBElement<Comment> createComment(Comment value)
          Create an instance of JAXBElement<Comment>}
 Copy createCopy()
          Create an instance of Copy
 javax.xml.bind.JAXBElement<Copy> createCopy(Copy value)
          Create an instance of JAXBElement<Copy>}
 CopyOf createCopyOf()
          Create an instance of CopyOf
 javax.xml.bind.JAXBElement<CopyOf> createCopyOf(CopyOf value)
          Create an instance of JAXBElement<CopyOf>}
 DecimalFormat createDecimalFormat()
          Create an instance of DecimalFormat
 javax.xml.bind.JAXBElement<DecimalFormat> createDecimalFormat(DecimalFormat value)
          Create an instance of JAXBElement<DecimalFormat>}
 Element createElement()
          Create an instance of Element
 javax.xml.bind.JAXBElement<Element> createElement(Element value)
          Create an instance of JAXBElement<Element>}
 Fallback createFallback()
          Create an instance of Fallback
 javax.xml.bind.JAXBElement<Fallback> createFallback(Fallback value)
          Create an instance of JAXBElement<Fallback>}
 ForEach createForEach()
          Create an instance of ForEach
 javax.xml.bind.JAXBElement<ForEach> createForEach(ForEach value)
          Create an instance of JAXBElement<ForEach>}
 If createIf()
          Create an instance of If
 javax.xml.bind.JAXBElement<If> createIf(If value)
          Create an instance of JAXBElement<If>}
 javax.xml.bind.JAXBElement<CombineStylesheets> createImport(CombineStylesheets value)
          Create an instance of JAXBElement<CombineStylesheets>}
 javax.xml.bind.JAXBElement<CombineStylesheets> createInclude(CombineStylesheets value)
          Create an instance of JAXBElement<CombineStylesheets>}
 javax.xml.bind.JAXBElement<AnyType> createInstruction(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 Key createKey()
          Create an instance of Key
 javax.xml.bind.JAXBElement<Key> createKey(Key value)
          Create an instance of JAXBElement<Key>}
 Message createMessage()
          Create an instance of Message
 javax.xml.bind.JAXBElement<Message> createMessage(Message value)
          Create an instance of JAXBElement<Message>}
 NamespaceAlias createNamespaceAlias()
          Create an instance of NamespaceAlias
 javax.xml.bind.JAXBElement<NamespaceAlias> createNamespaceAlias(NamespaceAlias value)
          Create an instance of JAXBElement<NamespaceAlias>}
 Number createNumber()
          Create an instance of Number
 javax.xml.bind.JAXBElement<Number> createNumber(Number value)
          Create an instance of JAXBElement<Number>}
 Otherwise createOtherwise()
          Create an instance of Otherwise
 Output createOutput()
          Create an instance of Output
 javax.xml.bind.JAXBElement<Output> createOutput(Output value)
          Create an instance of JAXBElement<Output>}
 javax.xml.bind.JAXBElement<Variable> createParam(Variable value)
          Create an instance of JAXBElement<Variable>}
 PreserveSpace createPreserveSpace()
          Create an instance of PreserveSpace
 javax.xml.bind.JAXBElement<PreserveSpace> createPreserveSpace(PreserveSpace value)
          Create an instance of JAXBElement<PreserveSpace>}
 ProcessingInstruction createProcessingInstruction()
          Create an instance of ProcessingInstruction
 javax.xml.bind.JAXBElement<ProcessingInstruction> createProcessingInstruction(ProcessingInstruction value)
          Create an instance of JAXBElement<ProcessingInstruction>}
 javax.xml.bind.JAXBElement<java.lang.Object> createResultElement(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 Sort createSort()
          Create an instance of Sort
 javax.xml.bind.JAXBElement<PreserveSpace> createStripSpace(PreserveSpace value)
          Create an instance of JAXBElement<PreserveSpace>}
 javax.xml.bind.JAXBElement<Wrapper> createStylesheet(Wrapper value)
          Create an instance of JAXBElement<Wrapper>}
 Template createTemplate()
          Create an instance of Template
 javax.xml.bind.JAXBElement<Template> createTemplate(Template value)
          Create an instance of JAXBElement<Template>}
 Text createText()
          Create an instance of Text
 javax.xml.bind.JAXBElement<Text> createText(Text value)
          Create an instance of JAXBElement<Text>}
 javax.xml.bind.JAXBElement<AnyType> createTopLevelElement(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 javax.xml.bind.JAXBElement<AnyType> createTopLevelElementAndCharInstruction(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 javax.xml.bind.JAXBElement<Wrapper> createTransform(Wrapper value)
          Create an instance of JAXBElement<Wrapper>}
 ValueOf createValueOf()
          Create an instance of ValueOf
 javax.xml.bind.JAXBElement<ValueOf> createValueOf(ValueOf value)
          Create an instance of JAXBElement<ValueOf>}
 Variable createVariable()
          Create an instance of Variable
 javax.xml.bind.JAXBElement<Variable> createVariable(Variable value)
          Create an instance of JAXBElement<Variable>}
 When createWhen()
          Create an instance of When
 javax.xml.bind.JAXBElement<Variable> createWithParam(Variable value)
          Create an instance of JAXBElement<Variable>}
 Wrapper createWrapper()
          Create an instance of Wrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.xslt

Method Detail

createComment

public Comment createComment()
Create an instance of Comment


createTemplate

public Template createTemplate()
Create an instance of Template


createAttributeSet

public AttributeSet createAttributeSet()
Create an instance of AttributeSet


createProcessingInstruction

public ProcessingInstruction createProcessingInstruction()
Create an instance of ProcessingInstruction


createAnyType

public AnyType createAnyType()
Create an instance of AnyType


createMessage

public Message createMessage()
Create an instance of Message


createValueOf

public ValueOf createValueOf()
Create an instance of ValueOf


createDecimalFormat

public DecimalFormat createDecimalFormat()
Create an instance of DecimalFormat


createSort

public Sort createSort()
Create an instance of Sort


createCopyOf

public CopyOf createCopyOf()
Create an instance of CopyOf


createOtherwise

public Otherwise createOtherwise()
Create an instance of Otherwise


createForEach

public ForEach createForEach()
Create an instance of ForEach


createVariable

public Variable createVariable()
Create an instance of Variable


createPreserveSpace

public PreserveSpace createPreserveSpace()
Create an instance of PreserveSpace


createNamespaceAlias

public NamespaceAlias createNamespaceAlias()
Create an instance of NamespaceAlias


createIf

public If createIf()
Create an instance of If


createElement

public Element createElement()
Create an instance of Element


createCopy

public Copy createCopy()
Create an instance of Copy


createFallback

public Fallback createFallback()
Create an instance of Fallback


createChoose

public Choose createChoose()
Create an instance of Choose


createKey

public Key createKey()
Create an instance of Key


createNumber

public Number createNumber()
Create an instance of Number


createAttributeType

public AttributeType createAttributeType()
Create an instance of AttributeType


createCallTemplate

public CallTemplate createCallTemplate()
Create an instance of CallTemplate


createApplyTemplates

public ApplyTemplates createApplyTemplates()
Create an instance of ApplyTemplates


createWhen

public When createWhen()
Create an instance of When


createOutput

public Output createOutput()
Create an instance of Output


createText

public Text createText()
Create an instance of Text


createCombineStylesheets

public CombineStylesheets createCombineStylesheets()
Create an instance of CombineStylesheets


createWrapper

public Wrapper createWrapper()
Create an instance of Wrapper


createTopLevelElementAndCharInstruction

public javax.xml.bind.JAXBElement<AnyType> createTopLevelElementAndCharInstruction(AnyType value)
Create an instance of JAXBElement<AnyType>}


createWithParam

public javax.xml.bind.JAXBElement<Variable> createWithParam(Variable value)
Create an instance of JAXBElement<Variable>}


createInclude

public javax.xml.bind.JAXBElement<CombineStylesheets> createInclude(CombineStylesheets value)
Create an instance of JAXBElement<CombineStylesheets>}


createCallTemplate

public javax.xml.bind.JAXBElement<CallTemplate> createCallTemplate(CallTemplate value)
Create an instance of JAXBElement<CallTemplate>}


createPreserveSpace

public javax.xml.bind.JAXBElement<PreserveSpace> createPreserveSpace(PreserveSpace value)
Create an instance of JAXBElement<PreserveSpace>}


createNumber

public javax.xml.bind.JAXBElement<Number> createNumber(Number value)
Create an instance of JAXBElement<Number>}


createTemplate

public javax.xml.bind.JAXBElement<Template> createTemplate(Template value)
Create an instance of JAXBElement<Template>}


createElement

public javax.xml.bind.JAXBElement<Element> createElement(Element value)
Create an instance of JAXBElement<Element>}


createText

public javax.xml.bind.JAXBElement<Text> createText(Text value)
Create an instance of JAXBElement<Text>}


createComment

public javax.xml.bind.JAXBElement<Comment> createComment(Comment value)
Create an instance of JAXBElement<Comment>}


createDecimalFormat

public javax.xml.bind.JAXBElement<DecimalFormat> createDecimalFormat(DecimalFormat value)
Create an instance of JAXBElement<DecimalFormat>}


createOutput

public javax.xml.bind.JAXBElement<Output> createOutput(Output value)
Create an instance of JAXBElement<Output>}


createVariable

public javax.xml.bind.JAXBElement<Variable> createVariable(Variable value)
Create an instance of JAXBElement<Variable>}


createApplyTemplates

public javax.xml.bind.JAXBElement<ApplyTemplates> createApplyTemplates(ApplyTemplates value)
Create an instance of JAXBElement<ApplyTemplates>}


createStripSpace

public javax.xml.bind.JAXBElement<PreserveSpace> createStripSpace(PreserveSpace value)
Create an instance of JAXBElement<PreserveSpace>}


createForEach

public javax.xml.bind.JAXBElement<ForEach> createForEach(ForEach value)
Create an instance of JAXBElement<ForEach>}


createMessage

public javax.xml.bind.JAXBElement<Message> createMessage(Message value)
Create an instance of JAXBElement<Message>}


createFallback

public javax.xml.bind.JAXBElement<Fallback> createFallback(Fallback value)
Create an instance of JAXBElement<Fallback>}


createProcessingInstruction

public javax.xml.bind.JAXBElement<ProcessingInstruction> createProcessingInstruction(ProcessingInstruction value)
Create an instance of JAXBElement<ProcessingInstruction>}


createAttribute

public javax.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createResultElement

public javax.xml.bind.JAXBElement<java.lang.Object> createResultElement(java.lang.Object value)
Create an instance of JAXBElement<Object>}


createParam

public javax.xml.bind.JAXBElement<Variable> createParam(Variable value)
Create an instance of JAXBElement<Variable>}


createCharInstruction

public javax.xml.bind.JAXBElement<AnyType> createCharInstruction(AnyType value)
Create an instance of JAXBElement<AnyType>}


createCopyOf

public javax.xml.bind.JAXBElement<CopyOf> createCopyOf(CopyOf value)
Create an instance of JAXBElement<CopyOf>}


createChoose

public javax.xml.bind.JAXBElement<Choose> createChoose(Choose value)
Create an instance of JAXBElement<Choose>}


createKey

public javax.xml.bind.JAXBElement<Key> createKey(Key value)
Create an instance of JAXBElement<Key>}


createValueOf

public javax.xml.bind.JAXBElement<ValueOf> createValueOf(ValueOf value)
Create an instance of JAXBElement<ValueOf>}


createCopy

public javax.xml.bind.JAXBElement<Copy> createCopy(Copy value)
Create an instance of JAXBElement<Copy>}


createTopLevelElement

public javax.xml.bind.JAXBElement<AnyType> createTopLevelElement(AnyType value)
Create an instance of JAXBElement<AnyType>}


createAttributeSet

public javax.xml.bind.JAXBElement<AttributeSet> createAttributeSet(AttributeSet value)
Create an instance of JAXBElement<AttributeSet>}


createStylesheet

public javax.xml.bind.JAXBElement<Wrapper> createStylesheet(Wrapper value)
Create an instance of JAXBElement<Wrapper>}


createInstruction

public javax.xml.bind.JAXBElement<AnyType> createInstruction(AnyType value)
Create an instance of JAXBElement<AnyType>}


createImport

public javax.xml.bind.JAXBElement<CombineStylesheets> createImport(CombineStylesheets value)
Create an instance of JAXBElement<CombineStylesheets>}


createNamespaceAlias

public javax.xml.bind.JAXBElement<NamespaceAlias> createNamespaceAlias(NamespaceAlias value)
Create an instance of JAXBElement<NamespaceAlias>}


createIf

public javax.xml.bind.JAXBElement<If> createIf(If value)
Create an instance of JAXBElement<If>}


createTransform

public javax.xml.bind.JAXBElement<Wrapper> createTransform(Wrapper value)
Create an instance of JAXBElement<Wrapper>}


createApplyImports

public javax.xml.bind.JAXBElement<AnyType> createApplyImports(AnyType value)
Create an instance of JAXBElement<AnyType>}



Copyright © 2013. All Rights Reserved.