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

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

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

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return AuthorDocument
static AuthorDocument AuthorDocument.Factory.newInstance()
           
static AuthorDocument AuthorDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AuthorDocument AuthorDocument.Factory.parse(File file)
           
static AuthorDocument AuthorDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AuthorDocument AuthorDocument.Factory.parse(InputStream is)
           
static AuthorDocument AuthorDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AuthorDocument AuthorDocument.Factory.parse(Node node)
           
static AuthorDocument AuthorDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AuthorDocument AuthorDocument.Factory.parse(Reader r)
           
static AuthorDocument AuthorDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AuthorDocument AuthorDocument.Factory.parse(String xmlAsString)
           
static AuthorDocument AuthorDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AuthorDocument AuthorDocument.Factory.parse(URL u)
           
static AuthorDocument AuthorDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AuthorDocument AuthorDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AuthorDocument AuthorDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AuthorDocument AuthorDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AuthorDocument AuthorDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement AuthorDocument
 class AuthorDocumentImpl
          A document containing one author(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.