|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommentDocument | |
|---|---|
| org.codehaus.mojo.scmchangelog.scm.svn.xml | |
| org.codehaus.mojo.scmchangelog.scm.svn.xml.impl | |
| Uses of CommentDocument in org.codehaus.mojo.scmchangelog.scm.svn.xml |
|---|
| Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return CommentDocument | |
|---|---|
static CommentDocument |
CommentDocument.Factory.newInstance()
|
static CommentDocument |
CommentDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static CommentDocument |
CommentDocument.Factory.parse(File file)
|
static CommentDocument |
CommentDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static CommentDocument |
CommentDocument.Factory.parse(InputStream is)
|
static CommentDocument |
CommentDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static CommentDocument |
CommentDocument.Factory.parse(Node node)
|
static CommentDocument |
CommentDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static CommentDocument |
CommentDocument.Factory.parse(Reader r)
|
static CommentDocument |
CommentDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static CommentDocument |
CommentDocument.Factory.parse(String xmlAsString)
|
static CommentDocument |
CommentDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static CommentDocument |
CommentDocument.Factory.parse(URL u)
|
static CommentDocument |
CommentDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static CommentDocument |
CommentDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static CommentDocument |
CommentDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static CommentDocument |
CommentDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static CommentDocument |
CommentDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Uses of CommentDocument in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl |
|---|
| Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement CommentDocument | |
|---|---|
class |
CommentDocumentImpl
A document containing one comment(@) element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||