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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement LockDocument
 class LockDocumentImpl
          A document containing one lock(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.