public class RevisionDoctypeQuery
extends java.lang.Object
- declare namespace dtns = "mynamespace" - dtns:mytype (to be used with: for $i in collection("v.CentraSite")/dtns:mytype)
Constructor and Description |
---|
RevisionDoctypeQuery()
Constructor for finding all doctypes
|
RevisionDoctypeQuery(com.centrasite.jaxr.CentraSiteRevisionManager revManager,
javax.xml.registry.infomodel.RegistryObject regObj)
Constructor.
|
RevisionDoctypeQuery(com.centrasite.jaxr.CentraSiteRevisionManager revManager,
java.lang.String objectType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDoctypeName()
Deliver doctype name that can be used for xqueries
|
java.lang.String |
getNamespaceDeclaration()
Deliver the namespace declaration for xqueries
|
java.lang.String |
getObjectType()
Deliver object type as string
|
java.lang.String |
toString()
Just deliver string repair of class
|
public RevisionDoctypeQuery(com.centrasite.jaxr.CentraSiteRevisionManager revManager, java.lang.String objectType) throws javax.xml.registry.JAXRException
revManager
- revision managerobjectType
- the object type associated with the doctypejavax.xml.registry.JAXRException
- if encounters an internal errorpublic RevisionDoctypeQuery(com.centrasite.jaxr.CentraSiteRevisionManager revManager, javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
revManager
- revision managerregObj
- the registry object associated with the doctypejavax.xml.registry.JAXRException
- if encounters an internal errorpublic RevisionDoctypeQuery() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if encounters an internal errorpublic java.lang.String getObjectType()
public java.lang.String getDoctypeName()
public java.lang.String getNamespaceDeclaration()
public java.lang.String toString()
toString
in class java.lang.Object