Skip navigation links
A B C D E G H I J M N P R S T U V 

A

addChild(Node, String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Add a new child node to a parent node The new child node will inherit the parent's namespace
addChildBefore(Node, Node, String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Add a new child node to a parent node before a child node The new child node will inherit the parent's namespace If the child node is null, the new child node will be added at the end of the list of children
apply(Document) - Static method in class nl.dedicon.pipeline.braille.step.Emphasis
Apply emphasis based on the class attribute.

B

Book - Class in nl.dedicon.pipeline.braille.model
 
Book() - Constructor for class nl.dedicon.pipeline.braille.model.Book
 
BrailleToText - Class in nl.dedicon.pipeline.braille.step
Braille to Text
BrailleToText() - Constructor for class nl.dedicon.pipeline.braille.step.BrailleToText
 

C

CapitalMode - Enum in nl.dedicon.pipeline.braille.step
Capital Mode
collect(Document) - Method in class nl.dedicon.pipeline.braille.step.JacketManager
Collect all jackets (there should be at most one)
Context - Enum in nl.dedicon.pipeline.braille.model
 
convert(Document) - Method in class nl.dedicon.pipeline.braille.step.BrailleToText
 
convert(String) - Static method in class nl.dedicon.pipeline.braille.step.DediconBrl
Convert BRL characters to unicode braille, if necessary.
convertBraille(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Convert a character from braille to lowercase text Braille control characters are not changed For characters with more than one text representation, the most common one is chosen e.g.
convertBrailleNumeric(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Convert a numeric character from braille to lowercase text
convertToDocument(XdmNode) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Convert an XdmNode to a Document node TODO this produces unwanted white space (it is converted with indent="true")
convertToDocument(String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Convert an XML string to a Document node
convertToXdmNode(Document, Processor, boolean) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Convert a Document node to an XdmNode
convertXmlEndtagsToHtmlEndtags(String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Converts XML end tags to a HTML end tags Each "/>" is replaced by ">" for the correct tag

D

DediconBrl - Class in nl.dedicon.pipeline.braille.step
Dedicon BRL Maps BRL characters to Unicode Braille characters Based on Wim Berden's dediconbrl.php Modifications: - added missing characters so that all uppercase/lowercase combinations are present - reordered so that an uppercase character always precedes the lowercase variant - changed Ú mapping from 0x2839 to 0x283E
DediconBrl() - Constructor for class nl.dedicon.pipeline.braille.step.DediconBrl
 

E

Emphasis - Class in nl.dedicon.pipeline.braille.step
Processing of emphasized text
Emphasis() - Constructor for class nl.dedicon.pipeline.braille.step.Emphasis
 
EMPHASIS_CLASSES - Static variable in class nl.dedicon.pipeline.braille.step.Emphasis
 
EMPHASIS_SYMBOLS - Static variable in class nl.dedicon.pipeline.braille.step.Emphasis
 

G

get(String) - Static method in enum nl.dedicon.pipeline.braille.model.Context
 
getBraille() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getBrailleAddLeadingSpace() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getBrailleAddTrailingSpace() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getBrailleClose() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getBrailleOpen() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getBrailleRemoveLeadingSpace() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getBrailleRemoveTrailingSpace() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getCharacter() - Method in class nl.dedicon.pipeline.braille.model.Symbol
 
getChild(Node, String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Get the first child in the same namespace with a given name
getChildNode(XdmNode, QName) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Get the first child node
getContext() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getDescription() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getElapsedTime() - Method in class nl.dedicon.pipeline.braille.step.MessageContainer
 
getFirstChildWithAttribute(Node, String, String, String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Get the first child in the same namespace with a given name and a given attribute value
getLanguage() - Method in class nl.dedicon.pipeline.braille.model.Symbol
 
getNextSiblingWithAttribute(Node, String, String, String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Get the first sibling in the same namespace with a given name and a given attribute value
getParent() - Method in class nl.dedicon.pipeline.braille.model.Replace
 
getProperty(String, String) - Static method in class nl.dedicon.pipeline.braille.service.PropertyService
Get a property from the application.properties file.
getReplaces() - Method in class nl.dedicon.pipeline.braille.model.Symbol
 
getSymbolsListReplaces() - Method in class nl.dedicon.pipeline.braille.step.SymbolsReplacer
Get the set of replaces for the symbol list of this DTBook
getValue(XdmNode, QName) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Get the string value of a child node

H

HYPHEN - Static variable in class nl.dedicon.pipeline.braille.step.Emphasis
 

I

insertSymbolsList(Document, String) - Method in class nl.dedicon.pipeline.braille.step.SymbolsReplacer
Inserts the symbols list in a DTBook
isBraille(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a unicode character is in the braille range
isBrailleDecimalSeparator(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a braille character is a decimal separator
isBrailleDigit(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a braille character is a digit
isBrailleMinus(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a character is the minus sign
isBrailleMoneyZeros(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a braille character can be used as a shorthand for 00 at the end of a price E.g.
isDecimalSeparator(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a character is a decimal separator
isDigit(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a character is a digit
isMoneyZeros(char) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Determine whether a character can be used as a shorthand for 00 at the end of a price E.g.

J

JACKET_CLASSES - Static variable in class nl.dedicon.pipeline.braille.step.JacketManager
 
JacketManager - Class in nl.dedicon.pipeline.braille.step
Move notes right after the parent node of their corresponding noteref
JacketManager() - Constructor for class nl.dedicon.pipeline.braille.step.JacketManager
 

M

MessageContainer - Class in nl.dedicon.pipeline.braille.step
 
MessageContainer() - Constructor for class nl.dedicon.pipeline.braille.step.MessageContainer
 
move(String) - Method in class nl.dedicon.pipeline.braille.step.JacketManager
move jackets to the front
moveNotes(Document) - Method in class nl.dedicon.pipeline.braille.step.NotesMover
 

N

nl.dedicon.pipeline.braille.model - package nl.dedicon.pipeline.braille.model
 
nl.dedicon.pipeline.braille.service - package nl.dedicon.pipeline.braille.service
 
nl.dedicon.pipeline.braille.step - package nl.dedicon.pipeline.braille.step
 
NotesMover - Class in nl.dedicon.pipeline.braille.step
Move notes right after the parent node of their corresponding noteref
NotesMover() - Constructor for class nl.dedicon.pipeline.braille.step.NotesMover
 
NumericMode - Enum in nl.dedicon.pipeline.braille.step
Numeric Mode

P

Page - Class in nl.dedicon.pipeline.braille.model
 
Page() - Constructor for class nl.dedicon.pipeline.braille.model.Page
 
ProcessingInstructionsHandler - Class in nl.dedicon.pipeline.braille.step
Handles processing instructions
ProcessingInstructionsHandler() - Constructor for class nl.dedicon.pipeline.braille.step.ProcessingInstructionsHandler
 
PropertyService - Class in nl.dedicon.pipeline.braille.service
Property services
PropertyService() - Constructor for class nl.dedicon.pipeline.braille.service.PropertyService
 
PUNCTUATION_CHARS - Static variable in class nl.dedicon.pipeline.braille.step.Emphasis
 

R

RECOVERY_SIGN - Static variable in class nl.dedicon.pipeline.braille.step.Emphasis
 
removeNodes(Set<Node>) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Remove nodes
renameNode(Node, String) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Rename a node and maintain the namespace
Replace - Class in nl.dedicon.pipeline.braille.model
 
Replace() - Constructor for class nl.dedicon.pipeline.braille.model.Replace
 
replaceProcessingInstructions(Document) - Static method in class nl.dedicon.pipeline.braille.step.ProcessingInstructionsHandler
 
replaceSymbols(Node) - Method in class nl.dedicon.pipeline.braille.step.SymbolsReplacer
Recursively replace all symbols in text nodes with their braille representation
reset() - Method in class nl.dedicon.pipeline.braille.step.MessageContainer
 

S

Section - Class in nl.dedicon.pipeline.braille.model
 
Section() - Constructor for class nl.dedicon.pipeline.braille.model.Section
 
setBraille(String) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setBrailleAddLeadingSpace(Boolean) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setBrailleAddTrailingSpace(Boolean) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setBrailleClose(String) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setBrailleOpen(String) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setBrailleRemoveLeadingSpace(Boolean) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setBrailleRemoveTrailingSpace(Boolean) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setCharacter(String) - Method in class nl.dedicon.pipeline.braille.model.Symbol
 
setContext(Context) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setDescription(String) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setHeader(String) - Method in class nl.dedicon.pipeline.braille.step.JacketManager
set the jacket-header an existing header will become a paragraph
setLanguage(String) - Method in class nl.dedicon.pipeline.braille.model.Symbol
 
setParent(Symbol) - Method in class nl.dedicon.pipeline.braille.model.Replace
 
setReplaces(List<Replace>) - Method in class nl.dedicon.pipeline.braille.model.Symbol
 
Symbol - Class in nl.dedicon.pipeline.braille.model
A symbol from the symbols list
Symbol() - Constructor for class nl.dedicon.pipeline.braille.model.Symbol
 
SymbolsReplacer - Class in nl.dedicon.pipeline.braille.step
Replace symbols in a DTBook and insert a symbols list Based on W3C DOM
SymbolsReplacer(XdmNode) - Constructor for class nl.dedicon.pipeline.braille.step.SymbolsReplacer
Constructor

T

toString(XdmNode) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Convert an XdmNode to an XML string
toString(Document, DocumentBuilder) - Static method in class nl.dedicon.pipeline.braille.step.Utils
Convert a Document node to an XML string

U

Utils - Class in nl.dedicon.pipeline.braille.step
Utilities for Java XProc steps
Utils() - Constructor for class nl.dedicon.pipeline.braille.step.Utils
 

V

valueOf(String) - Static method in enum nl.dedicon.pipeline.braille.model.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.dedicon.pipeline.braille.step.CapitalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.dedicon.pipeline.braille.step.NumericMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.dedicon.pipeline.braille.model.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.dedicon.pipeline.braille.step.CapitalMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.dedicon.pipeline.braille.step.NumericMode
Returns an array containing the constants of this enum type, in the order they are declared.
Volume - Class in nl.dedicon.pipeline.braille.model
 
Volume() - Constructor for class nl.dedicon.pipeline.braille.model.Volume
 
A B C D E G H I J M N P R S T U V 
Skip navigation links

Copyright © 2010–2024 The DAISY Consortium. All rights reserved.