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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement ListsDocument
 class ListsDocumentImpl
          A document containing one lists(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.