class DaffodilUnparseContentHandler extends ContentHandler
Accepts SAX callback events from any SAX XMLReader for unparsing
- Alphabetic
- By Inheritance
- DaffodilUnparseContentHandler
- ContentHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
characters(ch: Array[Char], start: Int, length: Int): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
endDocument(): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
endElement(uri: String, localName: String, qName: String): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
endPrefixMapping(prefix: String): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
getUnparseResult: UnparseResult
Returns the result of the SAX unparse containing diagnostic information.
Returns the result of the SAX unparse containing diagnostic information. In the case of an DaffodilUnhandledSAXException, this will return null.
-
def
ignorableWhitespace(ch: Array[Char], start: Int, length: Int): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
processingInstruction(target: String, data: String): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
setDocumentLocator(locator: Locator): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
skippedEntity(name: String): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
startDocument(): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
startElement(uri: String, localName: String, qName: String, atts: Attributes): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
-
def
startPrefixMapping(prefix: String, uri: String): Unit
- Definition Classes
- DaffodilUnparseContentHandler → ContentHandler
This is the documentation for the Apache Daffodil Scala API.
Package structure
org.apache.daffodil.sapi - Provides the classes necessary to compile DFDL schemas, parse and unparse files using the compiled objects, and retrieve results and parsing diagnostics
org.apache.daffodil.udf - Provides the classes necessary to create User Defined Functions to extend the DFDL expression language
org.apache.daffodil.runtime1.layers.api - Provides the classes necessary to create custom Layer extensions to DFDL.