com.rackspace.cloud.api.wadl

WADLNormalizer

Related Doc: package wadl

class WADLNormalizer extends LazyLogging with XSLErrorDispatcher

Linear Supertypes
XSLErrorDispatcher, LazyLogging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WADLNormalizer
  2. XSLErrorDispatcher
  3. LazyLogging
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WADLNormalizer()

  2. new WADLNormalizer(transformerFactory: TransformerFactory)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def handleXSLException(f: ⇒ Any): Unit

    Definition Classes
    XSLErrorDispatcher
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. lazy val logger: Logger

    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def newTransformer(format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType): Transformer

  16. def newTransformer: Transformer

  17. def normalize(in: NodeSeq, format: Format = DONT, xsdVersion: Version = XSD11, flattenXSDs: Boolean = false, resource_types: ResourceType = KEEP, keepSCHReport: Boolean = false): NodeSeq

  18. def normalize(in: (String, NodeSeq), format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType): NodeSeq

  19. def normalize(in: (String, NodeSeq), format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType, keepSCHReport: Boolean): NodeSeq

  20. def normalize(in: String, out: Result, format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType, keepSCHReport: Boolean): Unit

  21. def normalize(in: Reader, out: Result, format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType, keepSCHReport: Boolean): Unit

  22. def normalize(in: InputStream, out: Result, format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType, keepSCHReport: Boolean): Unit

  23. def normalize(in: (String, InputStream), out: Result, format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType, keepSCHReport: Boolean): Unit

  24. def normalize(in: Source, out: Result, format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType): Unit

  25. def normalize(in: Source, out: Result, format: Format, xsdVersion: Version, flattenXSDs: Boolean, resource_types: ResourceType, keepSCHReport: Boolean): Unit

  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val saxTransformerFactory: SAXTransformerFactory

  29. val schematronTemplates: Templates

  30. val svrlHandlerTemplates: Templates

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. val templates: Templates

  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from XSLErrorDispatcher

Inherited from LazyLogging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped