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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement SizeDocument
 class SizeDocumentImpl
          A document containing one size(@) element.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.