org.plasma.xml.xslt
Class ObjectFactory

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

public class ObjectFactory
extends 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
 JAXBElement<AnyType> createApplyImports(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 ApplyTemplates createApplyTemplates()
          Create an instance of ApplyTemplates
 JAXBElement<ApplyTemplates> createApplyTemplates(ApplyTemplates value)
          Create an instance of JAXBElement<ApplyTemplates>}
 JAXBElement<AttributeType> createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 AttributeSet createAttributeSet()
          Create an instance of AttributeSet
 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
 JAXBElement<CallTemplate> createCallTemplate(CallTemplate value)
          Create an instance of JAXBElement<CallTemplate>}
 JAXBElement<AnyType> createCharInstruction(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 Choose createChoose()
          Create an instance of Choose
 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
 JAXBElement<Comment> createComment(Comment value)
          Create an instance of JAXBElement<Comment>}
 Copy createCopy()
          Create an instance of Copy
 JAXBElement<Copy> createCopy(Copy value)
          Create an instance of JAXBElement<Copy>}
 CopyOf createCopyOf()
          Create an instance of CopyOf
 JAXBElement<CopyOf> createCopyOf(CopyOf value)
          Create an instance of JAXBElement<CopyOf>}
 DecimalFormat createDecimalFormat()
          Create an instance of DecimalFormat
 JAXBElement<DecimalFormat> createDecimalFormat(DecimalFormat value)
          Create an instance of JAXBElement<DecimalFormat>}
 Element createElement()
          Create an instance of Element
 JAXBElement<Element> createElement(Element value)
          Create an instance of JAXBElement<Element>}
 Fallback createFallback()
          Create an instance of Fallback
 JAXBElement<Fallback> createFallback(Fallback value)
          Create an instance of JAXBElement<Fallback>}
 ForEach createForEach()
          Create an instance of ForEach
 JAXBElement<ForEach> createForEach(ForEach value)
          Create an instance of JAXBElement<ForEach>}
 If createIf()
          Create an instance of If
 JAXBElement<If> createIf(If value)
          Create an instance of JAXBElement<If>}
 JAXBElement<CombineStylesheets> createImport(CombineStylesheets value)
          Create an instance of JAXBElement<CombineStylesheets>}
 JAXBElement<CombineStylesheets> createInclude(CombineStylesheets value)
          Create an instance of JAXBElement<CombineStylesheets>}
 JAXBElement<AnyType> createInstruction(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 Key createKey()
          Create an instance of Key
 JAXBElement<Key> createKey(Key value)
          Create an instance of JAXBElement<Key>}
 Message createMessage()
          Create an instance of Message
 JAXBElement<Message> createMessage(Message value)
          Create an instance of JAXBElement<Message>}
 NamespaceAlias createNamespaceAlias()
          Create an instance of NamespaceAlias
 JAXBElement<NamespaceAlias> createNamespaceAlias(NamespaceAlias value)
          Create an instance of JAXBElement<NamespaceAlias>}
 Number createNumber()
          Create an instance of Number
 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
 JAXBElement<Output> createOutput(Output value)
          Create an instance of JAXBElement<Output>}
 JAXBElement<Variable> createParam(Variable value)
          Create an instance of JAXBElement<Variable>}
 PreserveSpace createPreserveSpace()
          Create an instance of PreserveSpace
 JAXBElement<PreserveSpace> createPreserveSpace(PreserveSpace value)
          Create an instance of JAXBElement<PreserveSpace>}
 ProcessingInstruction createProcessingInstruction()
          Create an instance of ProcessingInstruction
 JAXBElement<ProcessingInstruction> createProcessingInstruction(ProcessingInstruction value)
          Create an instance of JAXBElement<ProcessingInstruction>}
 JAXBElement<Object> createResultElement(Object value)
          Create an instance of JAXBElement<Object>}
 Sort createSort()
          Create an instance of Sort
 JAXBElement<PreserveSpace> createStripSpace(PreserveSpace value)
          Create an instance of JAXBElement<PreserveSpace>}
 JAXBElement<Wrapper> createStylesheet(Wrapper value)
          Create an instance of JAXBElement<Wrapper>}
 Template createTemplate()
          Create an instance of Template
 JAXBElement<Template> createTemplate(Template value)
          Create an instance of JAXBElement<Template>}
 Text createText()
          Create an instance of Text
 JAXBElement<Text> createText(Text value)
          Create an instance of JAXBElement<Text>}
 JAXBElement<AnyType> createTopLevelElement(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 JAXBElement<AnyType> createTopLevelElementAndCharInstruction(AnyType value)
          Create an instance of JAXBElement<AnyType>}
 JAXBElement<Wrapper> createTransform(Wrapper value)
          Create an instance of JAXBElement<Wrapper>}
 ValueOf createValueOf()
          Create an instance of ValueOf
 JAXBElement<ValueOf> createValueOf(ValueOf value)
          Create an instance of JAXBElement<ValueOf>}
 Variable createVariable()
          Create an instance of Variable
 JAXBElement<Variable> createVariable(Variable value)
          Create an instance of JAXBElement<Variable>}
 When createWhen()
          Create an instance of When
 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 JAXBElement<AnyType> createTopLevelElementAndCharInstruction(AnyType value)
Create an instance of JAXBElement<AnyType>}


createWithParam

public JAXBElement<Variable> createWithParam(Variable value)
Create an instance of JAXBElement<Variable>}


createInclude

public JAXBElement<CombineStylesheets> createInclude(CombineStylesheets value)
Create an instance of JAXBElement<CombineStylesheets>}


createCallTemplate

public JAXBElement<CallTemplate> createCallTemplate(CallTemplate value)
Create an instance of JAXBElement<CallTemplate>}


createPreserveSpace

public JAXBElement<PreserveSpace> createPreserveSpace(PreserveSpace value)
Create an instance of JAXBElement<PreserveSpace>}


createNumber

public JAXBElement<Number> createNumber(Number value)
Create an instance of JAXBElement<Number>}


createTemplate

public JAXBElement<Template> createTemplate(Template value)
Create an instance of JAXBElement<Template>}


createElement

public JAXBElement<Element> createElement(Element value)
Create an instance of JAXBElement<Element>}


createText

public JAXBElement<Text> createText(Text value)
Create an instance of JAXBElement<Text>}


createComment

public JAXBElement<Comment> createComment(Comment value)
Create an instance of JAXBElement<Comment>}


createDecimalFormat

public JAXBElement<DecimalFormat> createDecimalFormat(DecimalFormat value)
Create an instance of JAXBElement<DecimalFormat>}


createOutput

public JAXBElement<Output> createOutput(Output value)
Create an instance of JAXBElement<Output>}


createVariable

public JAXBElement<Variable> createVariable(Variable value)
Create an instance of JAXBElement<Variable>}


createApplyTemplates

public JAXBElement<ApplyTemplates> createApplyTemplates(ApplyTemplates value)
Create an instance of JAXBElement<ApplyTemplates>}


createStripSpace

public JAXBElement<PreserveSpace> createStripSpace(PreserveSpace value)
Create an instance of JAXBElement<PreserveSpace>}


createForEach

public JAXBElement<ForEach> createForEach(ForEach value)
Create an instance of JAXBElement<ForEach>}


createMessage

public JAXBElement<Message> createMessage(Message value)
Create an instance of JAXBElement<Message>}


createFallback

public JAXBElement<Fallback> createFallback(Fallback value)
Create an instance of JAXBElement<Fallback>}


createProcessingInstruction

public JAXBElement<ProcessingInstruction> createProcessingInstruction(ProcessingInstruction value)
Create an instance of JAXBElement<ProcessingInstruction>}


createAttribute

public JAXBElement<AttributeType> createAttribute(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createResultElement

public JAXBElement<Object> createResultElement(Object value)
Create an instance of JAXBElement<Object>}


createParam

public JAXBElement<Variable> createParam(Variable value)
Create an instance of JAXBElement<Variable>}


createCharInstruction

public JAXBElement<AnyType> createCharInstruction(AnyType value)
Create an instance of JAXBElement<AnyType>}


createCopyOf

public JAXBElement<CopyOf> createCopyOf(CopyOf value)
Create an instance of JAXBElement<CopyOf>}


createChoose

public JAXBElement<Choose> createChoose(Choose value)
Create an instance of JAXBElement<Choose>}


createKey

public JAXBElement<Key> createKey(Key value)
Create an instance of JAXBElement<Key>}


createValueOf

public JAXBElement<ValueOf> createValueOf(ValueOf value)
Create an instance of JAXBElement<ValueOf>}


createCopy

public JAXBElement<Copy> createCopy(Copy value)
Create an instance of JAXBElement<Copy>}


createTopLevelElement

public JAXBElement<AnyType> createTopLevelElement(AnyType value)
Create an instance of JAXBElement<AnyType>}


createAttributeSet

public JAXBElement<AttributeSet> createAttributeSet(AttributeSet value)
Create an instance of JAXBElement<AttributeSet>}


createStylesheet

public JAXBElement<Wrapper> createStylesheet(Wrapper value)
Create an instance of JAXBElement<Wrapper>}


createInstruction

public JAXBElement<AnyType> createInstruction(AnyType value)
Create an instance of JAXBElement<AnyType>}


createImport

public JAXBElement<CombineStylesheets> createImport(CombineStylesheets value)
Create an instance of JAXBElement<CombineStylesheets>}


createNamespaceAlias

public JAXBElement<NamespaceAlias> createNamespaceAlias(NamespaceAlias value)
Create an instance of JAXBElement<NamespaceAlias>}


createIf

public JAXBElement<If> createIf(If value)
Create an instance of JAXBElement<If>}


createTransform

public JAXBElement<Wrapper> createTransform(Wrapper value)
Create an instance of JAXBElement<Wrapper>}


createApplyImports

public JAXBElement<AnyType> createApplyImports(AnyType value)
Create an instance of JAXBElement<AnyType>}



Copyright © 2013. All rights reserved.