Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(XmlException) - Method in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
- accept(XmlException) - Method in class com.github.oowekyala.ooxml.messages.PrintStreamMessageHandler
- accept(XmlException) - Method in interface com.github.oowekyala.ooxml.messages.XmlMessageHandler
-
Handle an XML message.
- AccumulatingMessageHandler - Class in com.github.oowekyala.ooxml.messages
-
Accumulates messages and does not display them until the reporter is closed.
- AccumulatingMessageHandler(XmlMessageHandler, XmlSeverity) - Constructor for class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
- addLineNum(int, int) - Method in class com.github.oowekyala.ooxml.messages.ContextLines
- addOffset(int, int) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- Annots - Class in com.github.oowekyala.ooxml.messages
- Annots() - Constructor for class com.github.oowekyala.ooxml.messages.Annots
- Annots.Nullable - Annotation Interface in com.github.oowekyala.ooxml.messages
- Annots.OneBased - Annotation Interface in com.github.oowekyala.ooxml.messages
- Annots.ZeroBased - Annotation Interface in com.github.oowekyala.ooxml.messages
- ANSI_RESET - Static variable in enum class com.github.oowekyala.ooxml.messages.TerminalColor
-
Reset all attributes.
- apply(String, boolean, boolean, boolean) - Method in enum class com.github.oowekyala.ooxml.messages.TerminalColor
-
Style the given string with this color.
- asList(NamedNodeMap) - Static method in class com.github.oowekyala.ooxml.DomUtils
-
Returns an unmodifiable view of the given nodemap as a list.
- asList(NodeList) - Static method in class com.github.oowekyala.ooxml.DomUtils
-
Returns an unmodifiable view of the given nodelist as a list.
- assertParamNotNull(String, Object) - Static method in class com.github.oowekyala.ooxml.messages.InternalUtil
- at(Node) - Method in interface com.github.oowekyala.ooxml.messages.XmlMessageReporter
-
Returns the second stage, which typically allows reporting messages like
reporter.at(node).error("an error");. - at(Node) - Method in class com.github.oowekyala.ooxml.messages.XmlMessageReporterBase
- attributeOffset(Attr, int) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
B
- basePrinter - Variable in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
- beginPos(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- buildCaretLine(String, int, int) - Static method in class com.github.oowekyala.ooxml.messages.InternalUtil
C
- CARET - Static variable in class com.github.oowekyala.ooxml.messages.InternalUtil
- cause - Variable in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- children(Element) - Static method in class com.github.oowekyala.ooxml.DomUtils
-
Returns the list of children of the given element that are also elements.
- childrenNamed(Element, String) - Static method in class com.github.oowekyala.ooxml.DomUtils
-
Returns the list of children of the given element that are also elements.
- close() - Method in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
- close() - Method in interface com.github.oowekyala.ooxml.messages.XmlMessageReporter
- close() - Method in class com.github.oowekyala.ooxml.messages.XmlMessageReporterBase
-
Do nothing by default.
- close(XmlSeverity, XmlSeverity) - Method in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
-
Close the reporter and print the accumulated exceptions.
- COL_BLACK - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- COL_BLUE - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- COL_CYAN - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- COL_GREEN - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- COL_MAGENTA - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- COL_RED - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- COL_WHITE - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- COL_YELLOW - Enum constant in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- column - Variable in class com.github.oowekyala.ooxml.messages.XmlPosition
- columnFromOffset(int, int) - Method in class com.github.oowekyala.ooxml.messages.TextDoc
- com.github.oowekyala.ooxml - package com.github.oowekyala.ooxml
- com.github.oowekyala.ooxml.messages - package com.github.oowekyala.ooxml.messages
-
Simple API to produce nice error messages when reading an XML file.
- CONTENT_START_OFFSET - Static variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- contentStartOffset(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- contentStartOffsetImpl(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- ContextLines - Class in com.github.oowekyala.ooxml.messages
-
Helper object that contains the lines around a specific
XmlPosition. - ContextLines(List, int, int) - Constructor for class com.github.oowekyala.ooxml.messages.ContextLines
- copySink - Variable in class com.github.oowekyala.ooxml.messages.SpyInputSource.TeeReader
- create2ndStage(XmlPosition, XmlPositioner) - Method in class com.github.oowekyala.ooxml.messages.XmlMessageReporterBase
-
Creates the object returned by
XmlMessageReporterBase.at(Node). - createEntryBestEffort(OoxmlFacade, XmlPositioner, XmlSeverity, Throwable) - Static method in class com.github.oowekyala.ooxml.messages.MessageUtil
-
Creates an entry for the given exception.
D
- displayName - Variable in enum class com.github.oowekyala.ooxml.messages.XmlSeverity
- document - Variable in class com.github.oowekyala.ooxml.messages.PositionedXmlDoc
- DomUtils - Class in com.github.oowekyala.ooxml
-
Simple utilities to work with the
org.w3c.domAPI. - DomUtils() - Constructor for class com.github.oowekyala.ooxml.DomUtils
- dontPrint(XmlSeverity, Map) - Method in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
-
Handle ignored messages.
E
- END_OFFSET - Static variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- endIdxOf(String, int) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- endOffset(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- endOffsetImpl(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- enquote(String) - Static method in class com.github.oowekyala.ooxml.messages.MessageUtil
- entries - Variable in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
- equals(Object) - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
- err - Variable in class com.github.oowekyala.ooxml.messages.PrintStreamMessageHandler
- error(SAXParseException) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade.MyErrorHandler
- ERROR - Enum constant in enum class com.github.oowekyala.ooxml.messages.XmlSeverity
-
An error, with a red color.
- ErrorCleaner - Class in com.github.oowekyala.ooxml.messages
- ErrorCleaner() - Constructor for class com.github.oowekyala.ooxml.messages.ErrorCleaner
- errorIdx - Variable in class com.github.oowekyala.ooxml.messages.ContextLines
-
Index in the list of the line that has the error.
- ESCAPE - Static variable in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- extractKind(Throwable) - Static method in class com.github.oowekyala.ooxml.messages.MessageUtil
- extractPosition(Throwable) - Static method in class com.github.oowekyala.ooxml.messages.MessageUtil
-
Tries to retrieve the position where the given exception occurred.
- extractSimpleMessage(Throwable) - Static method in class com.github.oowekyala.ooxml.messages.MessageUtil
F
- fatalError(SAXParseException) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade.MyErrorHandler
- fgCode - Variable in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- first - Variable in class com.github.oowekyala.ooxml.messages.ContextLines
-
Line number of the first line of the list in the real document
- formatSpec(OoxmlFacade, NiceXmlMessageSpec, XmlPositioner) - Method in interface com.github.oowekyala.ooxml.messages.NiceXmlMessageFormatter
- formatter - Variable in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- FULL_MESSAGE - Static variable in interface com.github.oowekyala.ooxml.messages.NiceXmlMessageFormatter
-
Formats errors like:
- FullFilePositioner - Class in com.github.oowekyala.ooxml.messages
-
Scanner with known document context.
- FullFilePositioner(String, String) - Constructor for class com.github.oowekyala.ooxml.messages.FullFilePositioner
- fullText - Variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
G
- getAttributeOpt(Element, String) - Static method in class com.github.oowekyala.ooxml.DomUtils
-
Returns the value of the attribute with the given name as an optional.
- getCause() - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- getCode(boolean, boolean) - Method in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- getColumn() - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
-
Returns the (1-based) column number of the start of this range.
- getDocument() - Method in class com.github.oowekyala.ooxml.messages.PositionedXmlDoc
- getEscape(boolean, boolean, boolean) - Method in enum class com.github.oowekyala.ooxml.messages.TerminalColor
- getFormatter() - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- getKind() - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- getKind() - Method in exception class com.github.oowekyala.ooxml.messages.XmlException
-
Returns the message kind.
- getLength() - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
-
Returns the length of the text range.
- getLine() - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
-
Returns the (1-based) line number of this position.
- getLineLengthWithLineSeparator(Scanner) - Method in class com.github.oowekyala.ooxml.messages.TextDoc
-
Sums the line length without the line separation and the characters which matched the line separation pattern
- getLinesAround(int, int) - Method in class com.github.oowekyala.ooxml.messages.TextDoc
- getLinesAround(XmlPosition, int) - Method in class com.github.oowekyala.ooxml.messages.PartialFilePositioner
- getLinesAround(XmlPosition, int) - Method in interface com.github.oowekyala.ooxml.messages.XmlPositioner
-
Enrich the given message with the context of the position.
- getNumContextLines() - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- getOrCompute(Node, String, Function) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- getPosition() - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- getPosition() - Method in exception class com.github.oowekyala.ooxml.messages.XmlException
-
Returns the position where the error occurred.
- getPositioner() - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade.MyErrorHandler
- getPositioner() - Method in class com.github.oowekyala.ooxml.messages.PositionedXmlDoc
- getPrinter() - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- getReadSoFar() - Method in class com.github.oowekyala.ooxml.messages.SpyInputSource
- getSeverity() - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- getSeverity() - Method in exception class com.github.oowekyala.ooxml.messages.XmlException
-
Returns the severity of the message.
- getSimpleMessage() - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- getSimpleMessage() - Method in exception class com.github.oowekyala.ooxml.messages.XmlException
-
Returns the error message, without the surrounding line context.
- getSystemId() - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
-
The system ID of the file where the node is located.
- getTextString() - Method in class com.github.oowekyala.ooxml.messages.TextDoc
-
Returns the full source.
H
- handleEx(XmlException) - Method in class com.github.oowekyala.ooxml.messages.XmlMessageReporterBase
-
Handle an XML exception.
- handler - Variable in class com.github.oowekyala.ooxml.messages.OoxmlFacade.MyErrorHandler
- hashCode() - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
- headerOnly(NiceXmlMessageSpec, String, boolean) - Static method in class com.github.oowekyala.ooxml.messages.MessageUtil
I
- indexOf(char, int) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- indexOf(String, int) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- indexOf(Pattern, int) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- InternalUtil - Class in com.github.oowekyala.ooxml.messages
- InternalUtil() - Constructor for class com.github.oowekyala.ooxml.messages.InternalUtil
- isSchemaValidationMessage(String) - Static method in class com.github.oowekyala.ooxml.messages.ErrorCleaner
- isUndefined() - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
-
If true, column and line numbers are unreliable
- isUseAnsiColors() - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
K
- kind - Variable in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- kind - Variable in exception class com.github.oowekyala.ooxml.messages.XmlException
- KIND_PARSING - Static variable in class com.github.oowekyala.ooxml.messages.MessageUtil
- KIND_SCHEMA_VALIDATION - Static variable in class com.github.oowekyala.ooxml.messages.MessageUtil
L
- length - Variable in class com.github.oowekyala.ooxml.messages.XmlPosition
- length(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- line - Variable in class com.github.oowekyala.ooxml.messages.XmlPosition
- lineNumberFromOffset(int) - Method in class com.github.oowekyala.ooxml.messages.TextDoc
- lineOffsets - Variable in class com.github.oowekyala.ooxml.messages.TextDoc
-
This list has one entry for each line, denoting the start offset of the line.
- lines - Variable in class com.github.oowekyala.ooxml.messages.ContextLines
- lines - Variable in class com.github.oowekyala.ooxml.messages.TextDoc
M
- make(OoxmlFacade, NiceXmlMessageSpec) - Method in class com.github.oowekyala.ooxml.messages.ContextLines
- MessageUtil - Class in com.github.oowekyala.ooxml.messages
- MessageUtil() - Constructor for class com.github.oowekyala.ooxml.messages.MessageUtil
- minSeverity - Variable in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
- MyErrorHandler(XmlMessageHandler) - Constructor for class com.github.oowekyala.ooxml.messages.OoxmlFacade.MyErrorHandler
N
- NewOffsetScanner - Class in com.github.oowekyala.ooxml.messages
-
Lazy offset scanner that only scans required nodes.
- NewOffsetScanner(String, TextDoc) - Constructor for class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- NiceXmlMessageFormatter - Interface in com.github.oowekyala.ooxml.messages
-
Formats a
NiceXmlMessageSpecto make the full message of anXmlException. - NiceXmlMessageSpec - Class in com.github.oowekyala.ooxml.messages
- NiceXmlMessageSpec(XmlPosition, String) - Constructor for class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- NO_DATA_HANDLER - Static variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- NOOP - Static variable in interface com.github.oowekyala.ooxml.messages.XmlMessageHandler
-
Ignores all messages.
- noPositioner(String) - Static method in interface com.github.oowekyala.ooxml.messages.XmlPositioner
-
A positioner that returns undefined positions.
- NUM_LINES_AROUND - Static variable in class com.github.oowekyala.ooxml.messages.PartialFilePositioner
- numContextLines - Variable in class com.github.oowekyala.ooxml.messages.OoxmlFacade
O
- ooxml - Variable in class com.github.oowekyala.ooxml.messages.XmlMessageReporterBase
- OoxmlFacade - Class in com.github.oowekyala.ooxml.messages
-
Main entry point of the API.
- OoxmlFacade() - Constructor for class com.github.oowekyala.ooxml.messages.OoxmlFacade
- OoxmlFacade.MyErrorHandler - Class in com.github.oowekyala.ooxml.messages
P
- parse(DocumentBuilder, InputSource) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
-
Parses an XML document and creates an associated
XmlPositioner. - parseException(SAXParseException, XmlSeverity) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade.MyErrorHandler
- parseImpl(DocumentBuilder, SpyInputSource) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- PartialFilePositioner - Class in com.github.oowekyala.ooxml.messages
- PartialFilePositioner(String, String) - Constructor for class com.github.oowekyala.ooxml.messages.PartialFilePositioner
- position - Variable in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- position - Variable in exception class com.github.oowekyala.ooxml.messages.XmlException
- PositionedXmlDoc - Class in com.github.oowekyala.ooxml.messages
-
A simple pair of a parsed
Documentand anXmlPositionerthat can position its nodes. - PositionedXmlDoc(Document, XmlPositioner) - Constructor for class com.github.oowekyala.ooxml.messages.PositionedXmlDoc
- positioner - Variable in class com.github.oowekyala.ooxml.messages.XmlMessageReporterBase
- PREFIX - Static variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- printer - Variable in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- printFully(XmlSeverity, String, List) - Method in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
-
Print "fully", the default prints all entries.
- PrintStreamMessageHandler - Class in com.github.oowekyala.ooxml.messages
-
Implements
XmlMessageHandlerwith a pair ofPrintStreams. - PrintStreamMessageHandler(PrintStream) - Constructor for class com.github.oowekyala.ooxml.messages.PrintStreamMessageHandler
- printSummary(XmlSeverity, String, List) - Method in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
-
Print a summary line, not every one of the entries.
- printSummaryLine(String, XmlSeverity, String) - Method in class com.github.oowekyala.ooxml.messages.AccumulatingMessageHandler
Q
- QUOTES - Static variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
R
- read() - Method in class com.github.oowekyala.ooxml.messages.SpyInputSource.TeeReader
- read(char[]) - Method in class com.github.oowekyala.ooxml.messages.SpyInputSource.TeeReader
- read(char[], int, int) - Method in class com.github.oowekyala.ooxml.messages.SpyInputSource.TeeReader
- readFully(Reader) - Static method in class com.github.oowekyala.ooxml.messages.MessageUtil
- repeatChar(StringBuilder, char, int) - Static method in class com.github.oowekyala.ooxml.messages.InternalUtil
- reporter - Variable in class com.github.oowekyala.ooxml.messages.PositionedXmlDoc
S
- scanner - Variable in class com.github.oowekyala.ooxml.messages.FullFilePositioner
- SCHEMA_MESSAGE_PATTERN - Static variable in class com.github.oowekyala.ooxml.messages.ErrorCleaner
- SCHEMA_VALIDATION_MESSAGE_PREFIXES - Static variable in class com.github.oowekyala.ooxml.messages.ErrorCleaner
- setByteStream(InputStream) - Method in class com.github.oowekyala.ooxml.messages.SpyInputSource
- setCharacterStream(Reader) - Method in class com.github.oowekyala.ooxml.messages.SpyInputSource
- setFullText(String) - Method in class com.github.oowekyala.ooxml.messages.SpyInputSource
- severity - Variable in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- severity - Variable in exception class com.github.oowekyala.ooxml.messages.XmlException
- simpleMessage - Variable in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- simpleMessage - Variable in exception class com.github.oowekyala.ooxml.messages.XmlException
- SINGLE_LINE - Static variable in interface com.github.oowekyala.ooxml.messages.NiceXmlMessageFormatter
- sourceCode - Variable in class com.github.oowekyala.ooxml.messages.TextDoc
- sourceCodeLength - Variable in class com.github.oowekyala.ooxml.messages.TextDoc
- SPACE - Static variable in class com.github.oowekyala.ooxml.messages.InternalUtil
- SpyInputSource - Class in com.github.oowekyala.ooxml.messages
- SpyInputSource() - Constructor for class com.github.oowekyala.ooxml.messages.SpyInputSource
- SpyInputSource.TeeReader - Class in com.github.oowekyala.ooxml.messages
- spyOn(InputSource) - Static method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- START_OFFSET - Static variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- startOffset(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- startOffsetImpl(Node) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- startPositionOf(Node) - Method in class com.github.oowekyala.ooxml.messages.PartialFilePositioner
- startPositionOf(Node) - Method in interface com.github.oowekyala.ooxml.messages.XmlPositioner
-
Returns an object describing the position in the file of the given XML node.
- startPositionOf(Node) - Method in class com.github.oowekyala.ooxml.messages.FullFilePositioner
- stringLengthOf(int) - Method in class com.github.oowekyala.ooxml.messages.ContextLines
- style(String, TerminalColor, TerminalColor, boolean, boolean, boolean) - Static method in enum class com.github.oowekyala.ooxml.messages.TerminalColor
-
Style both foreground and background.
- sup - Variable in class com.github.oowekyala.ooxml.messages.SpyInputSource
- SYSTEM_ERR - Static variable in interface com.github.oowekyala.ooxml.messages.XmlMessageHandler
-
Outputs messages to
System.err. - systemId - Variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- systemId - Variable in class com.github.oowekyala.ooxml.messages.PartialFilePositioner
- systemId - Variable in class com.github.oowekyala.ooxml.messages.XmlPosition
T
- TeeReader(Reader, Writer) - Constructor for class com.github.oowekyala.ooxml.messages.SpyInputSource.TeeReader
- TerminalColor - Enum Class in com.github.oowekyala.ooxml.messages
-
ANSI escape sequences for colors, to style text in terminal environments.
- TerminalColor(int) - Constructor for enum class com.github.oowekyala.ooxml.messages.TerminalColor
- textDoc - Variable in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- textDoc - Variable in class com.github.oowekyala.ooxml.messages.PartialFilePositioner
- TextDoc - Class in com.github.oowekyala.ooxml.messages
- TextDoc(String) - Constructor for class com.github.oowekyala.ooxml.messages.TextDoc
- textEnd(Text) - Method in class com.github.oowekyala.ooxml.messages.NewOffsetScanner
- toMap(NamedNodeMap) - Static method in class com.github.oowekyala.ooxml.DomUtils
-
Returns a new map of nodes built from the given node map.
- toString() - Method in exception class com.github.oowekyala.ooxml.messages.XmlException
- toString() - Method in class com.github.oowekyala.ooxml.messages.XmlPosition
- toString() - Method in enum class com.github.oowekyala.ooxml.messages.XmlSeverity
U
- UNDEFINED - Static variable in class com.github.oowekyala.ooxml.messages.XmlPosition
- undefinedIn(String) - Static method in class com.github.oowekyala.ooxml.messages.XmlPosition
-
Returns an undefined position in a document identified by the given system ID.
- useAnsiColors - Variable in class com.github.oowekyala.ooxml.messages.OoxmlFacade
V
- valueOf(String) - Static method in enum class com.github.oowekyala.ooxml.messages.TerminalColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.oowekyala.ooxml.messages.XmlSeverity
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github.oowekyala.ooxml.messages.TerminalColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.oowekyala.ooxml.messages.XmlSeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- warning(SAXParseException) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade.MyErrorHandler
- WARNING - Enum constant in enum class com.github.oowekyala.ooxml.messages.XmlSeverity
-
A warning, with a yellow color.
- withAnsiColors(boolean) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- withCause(Throwable) - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- withColor(String) - Method in enum class com.github.oowekyala.ooxml.messages.XmlSeverity
-
Add a color relevant to this kind to the given string.
- withContextLines(int) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- withFormatter(NiceXmlMessageFormatter) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- withKind(String) - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
- withPrinter(XmlMessageHandler) - Method in class com.github.oowekyala.ooxml.messages.OoxmlFacade
- withSeverity(XmlSeverity) - Method in class com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
X
- XmlException - Exception Class in com.github.oowekyala.ooxml.messages
-
Generic XML exception wrapper.
- XmlException(NiceXmlMessageSpec, String) - Constructor for exception class com.github.oowekyala.ooxml.messages.XmlException
-
Create a new exception from the given spec.
- XmlMessageHandler - Interface in com.github.oowekyala.ooxml.messages
-
Handles XML messages, for example forwarding them to a print stream.
- XmlMessageReporter<M> - Interface in com.github.oowekyala.ooxml.messages
-
Reports errors in an XML document.
- XmlMessageReporterBase<M> - Class in com.github.oowekyala.ooxml.messages
-
Base implementation of
XmlMessageReporter. - XmlMessageReporterBase(OoxmlFacade, XmlPositioner) - Constructor for class com.github.oowekyala.ooxml.messages.XmlMessageReporterBase
- XmlPosition - Class in com.github.oowekyala.ooxml.messages
-
Represents the location of an XML node in a file.
- XmlPosition(int, int) - Constructor for class com.github.oowekyala.ooxml.messages.XmlPosition
- XmlPosition(String, int, int) - Constructor for class com.github.oowekyala.ooxml.messages.XmlPosition
- XmlPosition(String, int, int, int) - Constructor for class com.github.oowekyala.ooxml.messages.XmlPosition
- XmlPositioner - Interface in com.github.oowekyala.ooxml.messages
-
Associates XML nodes with a position.
- XmlSeverity - Enum Class in com.github.oowekyala.ooxml.messages
-
Severity of a message.
- XmlSeverity(String) - Constructor for enum class com.github.oowekyala.ooxml.messages.XmlSeverity
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form