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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement PathsDocument
 class PathsDocumentImpl
          A document containing one paths(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.