Uses of Interface
hudson.plugins.pvcs_scm.changelog.ChangeLogDocument

Packages that use ChangeLogDocument
hudson.plugins.pvcs_scm.changelog   
hudson.plugins.pvcs_scm.changelog.impl   
 

Uses of ChangeLogDocument in hudson.plugins.pvcs_scm.changelog
 

Methods in hudson.plugins.pvcs_scm.changelog that return ChangeLogDocument
static ChangeLogDocument ChangeLogDocument.Factory.newInstance()
           
static ChangeLogDocument ChangeLogDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.io.File file)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.io.InputStream is)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(org.w3c.dom.Node node)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.io.Reader r)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.lang.String xmlAsString)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.net.URL u)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ChangeLogDocument ChangeLogDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ChangeLogDocument ChangeLogDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ChangeLogDocument ChangeLogDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ChangeLogDocument in hudson.plugins.pvcs_scm.changelog.impl
 

Classes in hudson.plugins.pvcs_scm.changelog.impl that implement ChangeLogDocument
 class ChangeLogDocumentImpl
          A document containing one changeLog(@urn:changelog.pvcs_scm.plugins.hudson) element.
 



Copyright © 2008. All Rights Reserved.