Packages

c

gov.nasa.jpl.imce.xml.catalog.scope

CatalogScopeManager

class CatalogScopeManager extends CatalogManager

CatalogScopeManager is a CatalogManager configured to create a CatalogScope.

See also

https://xerces.apache.org/xml-commons/components/apidocs/resolver/org/apache/xml/resolver/CatalogManager.html

Linear Supertypes
CatalogManager, AnyRef, Any
Type Hierarchy
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. CatalogScopeManager
  2. CatalogManager
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CatalogScopeManager()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to any2stringadd[CatalogScopeManager] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CatalogScopeManager, B)
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to ArrowAssoc[CatalogScopeManager] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def ensuring(cond: (CatalogScopeManager) ⇒ Boolean, msg: ⇒ Any): CatalogScopeManager
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to Ensuring[CatalogScopeManager] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (CatalogScopeManager) ⇒ Boolean): CatalogScopeManager
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to Ensuring[CatalogScopeManager] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): CatalogScopeManager
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to Ensuring[CatalogScopeManager] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): CatalogScopeManager
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to Ensuring[CatalogScopeManager] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to StringFormat[CatalogScopeManager] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getAllowOasisXMLCatalogPI(): Boolean
    Definition Classes
    CatalogManager
  17. def getBootstrapResolver(): BootstrapResolver
    Definition Classes
    CatalogManager
  18. def getCatalog(): CatalogScope

    Get a new CatalogScope

    Get a new CatalogScope

    returns

    A new CatalogScope

    Definition Classes
    CatalogScopeManager → CatalogManager
  19. def getCatalogClassName(): String
    Definition Classes
    CatalogManager
  20. def getCatalogFiles(): Vector
    Definition Classes
    CatalogManager
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getIgnoreMissingProperties(): Boolean
    Definition Classes
    CatalogManager
  23. def getPreferPublic(): Boolean
    Definition Classes
    CatalogManager
  24. def getPrivateCatalog(): CatalogScope

    Get a new private CatalogScope

    Get a new private CatalogScope

    returns

    A new CatalogScope

    Definition Classes
    CatalogScopeManager → CatalogManager
  25. def getRelativeCatalogs(): Boolean
    Definition Classes
    CatalogManager
  26. def getUseStaticCatalog(): Boolean
    Definition Classes
    CatalogManager
  27. def getVerbosity(): Int
    Definition Classes
    CatalogManager
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def queryAllowOasisXMLCatalogPI(): Boolean
    Definition Classes
    CatalogManager
  34. def queryCatalogClassName(): String
    Definition Classes
    CatalogManager
  35. def setAllowOasisXMLCatalogPI(arg0: Boolean): Unit
    Definition Classes
    CatalogManager
  36. def setBootstrapResolver(arg0: BootstrapResolver): Unit
    Definition Classes
    CatalogManager
  37. def setCatalogClassName(arg0: String): Unit
    Definition Classes
    CatalogManager
  38. def setCatalogFiles(arg0: String): Unit
    Definition Classes
    CatalogManager
  39. def setIgnoreMissingProperties(arg0: Boolean): Unit
    Definition Classes
    CatalogManager
  40. def setPreferPublic(arg0: Boolean): Unit
    Definition Classes
    CatalogManager
  41. def setRelativeCatalogs(arg0: Boolean): Unit
    Definition Classes
    CatalogManager
  42. def setUseStaticCatalog(arg0: Boolean): Unit
    Definition Classes
    CatalogManager
  43. def setVerbosity(arg0: Int): Unit
    Definition Classes
    CatalogManager
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. def [B](y: B): (CatalogScopeManager, B)
    Implicit
    This member is added by an implicit conversion from CatalogScopeManager to ArrowAssoc[CatalogScopeManager] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def allowOasisXMLCatalogPI(): Boolean
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def catalogClassName(): String
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def catalogFiles(): Vector
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def ignoreMissingProperties(arg0: Boolean): Unit
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def preferPublic(): Boolean
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def relativeCatalogs(): Boolean
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def staticCatalog(): Boolean
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def verbosity(): Int
    Definition Classes
    CatalogManager
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CatalogManager

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CatalogScopeManager to any2stringadd[CatalogScopeManager]

Inherited by implicit conversion StringFormat from CatalogScopeManager to StringFormat[CatalogScopeManager]

Inherited by implicit conversion Ensuring from CatalogScopeManager to Ensuring[CatalogScopeManager]

Inherited by implicit conversion ArrowAssoc from CatalogScopeManager to ArrowAssoc[CatalogScopeManager]

Enhanced Apache XML Catalog Resolver with scope capability

Ungrouped