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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XIncluder
- LexicalHandler
- ContentHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new XIncluder(outs: OutputStream, encoding: String)
Value Members
-
def
characters(ch: Array[Char], start: Int, length: Int): Unit
- Definition Classes
- XIncluder → ContentHandler
-
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
-
def
ignorableWhitespace(ch: Array[Char], start: Int, length: Int): Unit
- Definition Classes
- XIncluder → ContentHandler
- 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