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: org.plasma.xml.xslt
|
public ObjectFactory()
public AttributeSet createAttributeSet()
AttributeSetpublic ProcessingInstruction createProcessingInstruction()
ProcessingInstructionpublic DecimalFormat createDecimalFormat()
DecimalFormatpublic PreserveSpace createPreserveSpace()
PreserveSpacepublic NamespaceAlias createNamespaceAlias()
NamespaceAliaspublic AttributeType createAttributeType()
AttributeTypepublic CallTemplate createCallTemplate()
CallTemplatepublic ApplyTemplates createApplyTemplates()
ApplyTemplatespublic CombineStylesheets createCombineStylesheets()
CombineStylesheetspublic JAXBElement<AnyType> createTopLevelElementAndCharInstruction(AnyType value)
public JAXBElement<Variable> createWithParam(Variable value)
public JAXBElement<CombineStylesheets> createInclude(CombineStylesheets value)
public JAXBElement<CallTemplate> createCallTemplate(CallTemplate value)
public JAXBElement<PreserveSpace> createPreserveSpace(PreserveSpace value)
public JAXBElement<Number> createNumber(Number value)
public JAXBElement<Template> createTemplate(Template value)
public JAXBElement<Element> createElement(Element value)
public JAXBElement<Text> createText(Text value)
public JAXBElement<Comment> createComment(Comment value)
public JAXBElement<DecimalFormat> createDecimalFormat(DecimalFormat value)
public JAXBElement<Output> createOutput(Output value)
public JAXBElement<Variable> createVariable(Variable value)
public JAXBElement<ApplyTemplates> createApplyTemplates(ApplyTemplates value)
public JAXBElement<PreserveSpace> createStripSpace(PreserveSpace value)
public JAXBElement<ForEach> createForEach(ForEach value)
public JAXBElement<Message> createMessage(Message value)
public JAXBElement<Fallback> createFallback(Fallback value)
public JAXBElement<ProcessingInstruction> createProcessingInstruction(ProcessingInstruction value)
public JAXBElement<AttributeType> createAttribute(AttributeType value)
public JAXBElement<Object> createResultElement(Object value)
public JAXBElement<Variable> createParam(Variable value)
public JAXBElement<AnyType> createCharInstruction(AnyType value)
public JAXBElement<CopyOf> createCopyOf(CopyOf value)
public JAXBElement<Choose> createChoose(Choose value)
public JAXBElement<Key> createKey(Key value)
public JAXBElement<ValueOf> createValueOf(ValueOf value)
public JAXBElement<Copy> createCopy(Copy value)
public JAXBElement<AnyType> createTopLevelElement(AnyType value)
public JAXBElement<AttributeSet> createAttributeSet(AttributeSet value)
public JAXBElement<Wrapper> createStylesheet(Wrapper value)
public JAXBElement<AnyType> createInstruction(AnyType value)
public JAXBElement<CombineStylesheets> createImport(CombineStylesheets value)
public JAXBElement<NamespaceAlias> createNamespaceAlias(NamespaceAlias value)
public JAXBElement<If> createIf(If value)
public JAXBElement<Wrapper> createTransform(Wrapper value)
public JAXBElement<AnyType> createApplyImports(AnyType value)
Copyright © 2017. All rights reserved.