class XIncluder extends ContentHandler with LexicalHandler
XIncluder is a SAX ContentHandler
that writes its XML document onto
an output stream after resolving all xinclude:include
elements.
Based on Eliotte Rusty Harold's SAXXIncluder.
- Alphabetic
- By Inheritance
- XIncluder
- LexicalHandler
- ContentHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new XIncluder(outs: OutputStream, encoding: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def characters(ch: Array[Char], start: Int, length: Int): Unit
- Definition Classes
- XIncluder → ContentHandler
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def comment(ch: Array[Char], start: Int, length: Int): Unit
- Definition Classes
- XIncluder → LexicalHandler
- def endCDATA(): Unit
- Definition Classes
- XIncluder → LexicalHandler
- def endDTD(): Unit
- Definition Classes
- XIncluder → LexicalHandler
- def endDocument(): Unit
- Definition Classes
- XIncluder → ContentHandler
- def endElement(namespaceURI: String, localName: String, qualifiedName: String): Unit
- Definition Classes
- XIncluder → ContentHandler
- def endEntity(name: String): Unit
- Definition Classes
- XIncluder → LexicalHandler
- def endPrefixMapping(prefix: String): Unit
- Definition Classes
- XIncluder → ContentHandler
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ignorableWhitespace(ch: Array[Char], start: Int, length: Int): Unit
- Definition Classes
- XIncluder → ContentHandler
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var out: OutputStreamWriter
- def processingInstruction(target: String, data: String): Unit
- Definition Classes
- XIncluder → ContentHandler
- def setDocumentLocator(locator: Locator): Unit
- Definition Classes
- XIncluder → ContentHandler
- def setFilter(filter: XIncludeFilter): Unit
- def skippedEntity(name: String): Unit
- Definition Classes
- XIncluder → ContentHandler
- def startCDATA(): Unit
- Definition Classes
- XIncluder → LexicalHandler
- def startDTD(name: String, publicID: String, systemID: String): Unit
- Definition Classes
- XIncluder → LexicalHandler
- def startDocument(): Unit
- Definition Classes
- XIncluder → ContentHandler
- def startElement(namespaceURI: String, localName: String, qualifiedName: String, atts: Attributes): Unit
- Definition Classes
- XIncluder → ContentHandler
- def startEntity(name: String): Unit
- Definition Classes
- XIncluder → LexicalHandler
- def startPrefixMapping(prefix: String, uri: String): Unit
- Definition Classes
- XIncluder → ContentHandler
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])