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

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

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

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

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

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement UuidType
 class UuidTypeImpl
          An XML uuid.type(@).
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.