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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement MsgDocument
 class MsgDocumentImpl
          A document containing one msg(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.