Uses of Interface
org.codehaus.mojo.scmchangelog.scm.svn.xml.RevnumType

Packages that use RevnumType
org.codehaus.mojo.scmchangelog.scm.svn.xml   
org.codehaus.mojo.scmchangelog.scm.svn.xml.impl   
 

Uses of RevnumType in org.codehaus.mojo.scmchangelog.scm.svn.xml
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return RevnumType
static RevnumType RevnumType.Factory.newInstance()
           
static RevnumType RevnumType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RevnumType RevnumType.Factory.newValue(Object obj)
           
static RevnumType RevnumType.Factory.parse(File file)
           
static RevnumType RevnumType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RevnumType RevnumType.Factory.parse(InputStream is)
           
static RevnumType RevnumType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RevnumType RevnumType.Factory.parse(Node node)
           
static RevnumType RevnumType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RevnumType RevnumType.Factory.parse(Reader r)
           
static RevnumType RevnumType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RevnumType RevnumType.Factory.parse(String xmlAsString)
           
static RevnumType RevnumType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RevnumType RevnumType.Factory.parse(URL u)
           
static RevnumType RevnumType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RevnumType RevnumType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RevnumType RevnumType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RevnumType RevnumType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static RevnumType RevnumType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 RevnumType PathDocument.Path.xgetCopyfromRev()
          Gets (as xml) the "copyfrom-rev" attribute
 RevnumType LogentryDocument.Logentry.xgetRevision()
          Gets (as xml) the "revision" attribute
 RevnumType CommitDocument.Commit.xgetRevision()
          Gets (as xml) the "revision" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type RevnumType
 void PathDocument.Path.xsetCopyfromRev(RevnumType copyfromRev)
          Sets (as xml) the "copyfrom-rev" attribute
 void LogentryDocument.Logentry.xsetRevision(RevnumType revision)
          Sets (as xml) the "revision" attribute
 void CommitDocument.Commit.xsetRevision(RevnumType revision)
          Sets (as xml) the "revision" attribute
 

Uses of RevnumType in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl
 

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement RevnumType
 class RevnumTypeImpl
          An XML revnum.type(@).
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return RevnumType
 RevnumType PathDocumentImpl.PathImpl.xgetCopyfromRev()
          Gets (as xml) the "copyfrom-rev" attribute
 RevnumType LogentryDocumentImpl.LogentryImpl.xgetRevision()
          Gets (as xml) the "revision" attribute
 RevnumType CommitDocumentImpl.CommitImpl.xgetRevision()
          Gets (as xml) the "revision" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type RevnumType
 void PathDocumentImpl.PathImpl.xsetCopyfromRev(RevnumType copyfromRev)
          Sets (as xml) the "copyfrom-rev" attribute
 void LogentryDocumentImpl.LogentryImpl.xsetRevision(RevnumType revision)
          Sets (as xml) the "revision" attribute
 void CommitDocumentImpl.CommitImpl.xsetRevision(RevnumType revision)
          Sets (as xml) the "revision" attribute
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.