public class ObjectFactory
extends java.lang.Object
Constructor and Description |
---|
ObjectFactory() |
Modifier and Type | Method and Description |
---|---|
static Alnum |
createAlnum() |
static javax.xml.bind.JAXBElement<Alnum> |
createAlnum(Alnum value) |
static Alpha |
createAlpha() |
static javax.xml.bind.JAXBElement<Alpha> |
createAlpha(Alpha value) |
static And |
createAnd() |
static javax.xml.bind.JAXBElement<And> |
createAnd(And value) |
static Annotation |
createAnnotation() |
static javax.xml.bind.JAXBElement<Annotation> |
createAnnotation(Annotation value) |
static AnnotationRegexp |
createAnnotationRegexp() |
static javax.xml.bind.JAXBElement<AnnotationRegexp> |
createAnnotationRegexp(AnnotationRegexp value) |
static AnyToken |
createAnyToken() |
static javax.xml.bind.JAXBElement<AnyToken> |
createAnyToken(AnyToken value) |
static Ctx |
createCtx() |
static javax.xml.bind.JAXBElement<Ctx> |
createCtx(Ctx value) |
static Dash |
createDash() |
static javax.xml.bind.JAXBElement<Dash> |
createDash(Dash value) |
static Digits |
createDigits() |
static javax.xml.bind.JAXBElement<Digits> |
createDigits(Digits value) |
static Iter |
createIter() |
static javax.xml.bind.JAXBElement<Iter> |
createIter(Iter value) |
static MatchAnnotation |
createMatchAnnotation() |
static javax.xml.bind.JAXBElement<MatchAnnotation> |
createMatchAnnotation(MatchAnnotation value) |
static Near |
createNear() |
static javax.xml.bind.JAXBElement<Near> |
createNear(Near value) |
static Noblank |
createNoblank() |
static javax.xml.bind.JAXBElement<Noblank> |
createNoblank(Noblank value) |
static Nor |
createNor() |
static javax.xml.bind.JAXBElement<Nor> |
createNor(Nor value) |
static Not |
createNot() |
static javax.xml.bind.JAXBElement<Not> |
createNot(Not value) |
static Opt |
createOpt() |
static javax.xml.bind.JAXBElement<Opt> |
createOpt(Opt value) |
static Or |
createOr() |
static javax.xml.bind.JAXBElement<Or> |
createOr(Or value) |
static Paragraph |
createParagraph() |
static javax.xml.bind.JAXBElement<Paragraph> |
createParagraph(Paragraph value) |
static PatternRef |
createPatternRef() |
static javax.xml.bind.JAXBElement<PatternRef> |
createPatternRef(PatternRef value) |
static Plus |
createPlus() |
static javax.xml.bind.JAXBElement<Plus> |
createPlus(Plus value) |
static Punct |
createPunct() |
static javax.xml.bind.JAXBElement<Punct> |
createPunct(Punct value) |
static Sentence |
createSentence() |
static javax.xml.bind.JAXBElement<Sentence> |
createSentence(Sentence value) |
static Seq |
createSeq() |
static javax.xml.bind.JAXBElement<Seq> |
createSeq(Seq value) |
static Star |
createStar() |
static javax.xml.bind.JAXBElement<Star> |
createStar(Star value) |
static Sub |
createSub() |
static javax.xml.bind.JAXBElement<Sub> |
createSub(Sub value) |
static TImport |
createTImport() |
static javax.xml.bind.JAXBElement<TImport> |
createTImport(TImport value) |
static TInclude |
createTInclude() |
static javax.xml.bind.JAXBElement<TInclude> |
createTInclude(TInclude value) |
static TokenKind |
createTokenKind() |
static javax.xml.bind.JAXBElement<TokenKind> |
createTokenKind(TokenKind value) |
static TokenLanguage |
createTokenLanguage() |
static javax.xml.bind.JAXBElement<TokenLanguage> |
createTokenLanguage(TokenLanguage value) |
static TokenRegexp |
createTokenRegexp() |
static javax.xml.bind.JAXBElement<TokenRegexp> |
createTokenRegexp(TokenRegexp value) |
static TRule |
createTRule() |
static javax.xml.bind.JAXBElement<TRule> |
createTRule(TRule value) |
static TRules |
createTRules() |
static javax.xml.bind.JAXBElement<TRules> |
createTRules(TRules value) |
static Word |
createWord() |
static javax.xml.bind.JAXBElement<Word> |
createWord(Word value) |
static javax.xml.bind.JAXBContext |
getContext() |
public static javax.xml.bind.JAXBContext getContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static PatternRef createPatternRef()
public static javax.xml.bind.JAXBElement<PatternRef> createPatternRef(PatternRef value)
public static Seq createSeq()
public static Or createOr()
public static Iter createIter()
public static Star createStar()
public static Plus createPlus()
public static Opt createOpt()
public static Near createNear()
public static Noblank createNoblank()
public static Sub createSub()
public static And createAnd()
public static Not createNot()
public static Nor createNor()
public static TokenKind createTokenKind()
public static javax.xml.bind.JAXBElement<TokenKind> createTokenKind(TokenKind value)
public static Paragraph createParagraph()
public static javax.xml.bind.JAXBElement<Paragraph> createParagraph(Paragraph value)
public static Sentence createSentence()
public static Dash createDash()
public static Punct createPunct()
public static Digits createDigits()
public static Alnum createAlnum()
public static Alpha createAlpha()
public static TokenLanguage createTokenLanguage()
public static javax.xml.bind.JAXBElement<TokenLanguage> createTokenLanguage(TokenLanguage value)
public static AnyToken createAnyToken()
public static TokenRegexp createTokenRegexp()
public static javax.xml.bind.JAXBElement<TokenRegexp> createTokenRegexp(TokenRegexp value)
public static Word createWord()
public static Annotation createAnnotation()
public static javax.xml.bind.JAXBElement<Annotation> createAnnotation(Annotation value)
public static AnnotationRegexp createAnnotationRegexp()
public static javax.xml.bind.JAXBElement<AnnotationRegexp> createAnnotationRegexp(AnnotationRegexp value)
public static TRule createTRule()
public static TInclude createTInclude()
public static TImport createTImport()
public static TRules createTRules()
public static MatchAnnotation createMatchAnnotation()
public static javax.xml.bind.JAXBElement<MatchAnnotation> createMatchAnnotation(MatchAnnotation value)
public static Ctx createCtx()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.