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

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

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

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return TargetType
static TargetType TargetType.Factory.newInstance()
           
static TargetType TargetType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TargetType TargetType.Factory.newValue(Object obj)
           
static TargetType TargetType.Factory.parse(File file)
           
static TargetType TargetType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TargetType TargetType.Factory.parse(InputStream is)
           
static TargetType TargetType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TargetType TargetType.Factory.parse(Node node)
           
static TargetType TargetType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TargetType TargetType.Factory.parse(Reader r)
           
static TargetType TargetType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TargetType TargetType.Factory.parse(String xmlAsString)
           
static TargetType TargetType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TargetType TargetType.Factory.parse(URL u)
           
static TargetType TargetType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TargetType TargetType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TargetType TargetType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TargetType TargetType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TargetType TargetType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 TargetType ListDocument.List.xgetPath()
          Gets (as xml) the "path" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type TargetType
 void ListDocument.List.xsetPath(TargetType path)
          Sets (as xml) the "path" attribute
 

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement TargetType
 class TargetTypeImpl
          An XML target.type(@).
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return TargetType
 TargetType ListDocumentImpl.ListImpl.xgetPath()
          Gets (as xml) the "path" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type TargetType
 void ListDocumentImpl.ListImpl.xsetPath(TargetType path)
          Sets (as xml) the "path" attribute
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.