|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ xml overview ] | PREV NEXT | ||||||||
A
- addAttribute(String, String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Add an attribute to the current element.
- addString(String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Add a string to the current element
B
- baseIndent_ - Variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- buf_ - Variable in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
C
- CLOSE_BRACKET - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- com.virtuosotechnologies.lib.xml - package com.virtuosotechnologies.lib.xml
- create(OutputStream, String, String, String) - Static method in class com.virtuosotechnologies.lib.xml.XMLDocumentUnparser
- pseudo-Constructor
- create(Writer, String, String, String) - Static method in class com.virtuosotechnologies.lib.xml.XMLDocumentUnparser
- pseudo-Constructor Does not check that the writer matches the given encoding name
- createIndentString(int) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Create an indent string given an indent level.
D
- defunct_ - Variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
E
- EQUALS - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- elementStack_ - Variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- endElement(String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- End the innermost element.
- error(SAXParseException) - Method in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- error(SAXParseException) - Method in class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- errorCount_ - Variable in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- errorLevel_ - Variable in class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- escape16BitChars_ - Variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
F
- fatalError(SAXParseException) - Method in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- fatalError(SAXParseException) - Method in class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- finishDocument(String) - Method in class com.virtuosotechnologies.lib.xml.XMLDocumentUnparser
- End the document.
G
- getWriter() - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Returns the writer being written to
H
- hasErrors() - Method in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- Returns true if at least one error was reported
- hasMessages() - Method in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- Returns true if at least one message (error or warning) was reported
I
- isDefunct() - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Returns true if the unparser is defunct.
L
- LINE_SEPARATOR - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- logger_ - Variable in class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
M
- MessageCollectingErrorHandler - class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler.
- ErrorHandler that collects messages
- MessageCollectingErrorHandler(int, int) - Constructor for class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- Constructor
- makeDefunct() - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Finish the unparser.
- maxErrorCount_ - Variable in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- maxWarningCount_ - Variable in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- mungeAttribute(String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- mungeString(String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
O
- OPEN_BRACKET - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
Q
- QUOTE - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
R
- ResourceAccess - class com.virtuosotechnologies.lib.xml.ResourceAccess.
- Access to resource bundles for com.virtuosotechnologies.lib.xml
- ResourceAccess() - Constructor for class com.virtuosotechnologies.lib.xml.ResourceAccess
- No instantiation
- rootElement_ - Variable in class com.virtuosotechnologies.lib.xml.XMLDocumentUnparser
S
- SLASH - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- SPACE - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Strings - Static variable in class com.virtuosotechnologies.lib.xml.ResourceAccess
- sanityCheckName(String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- singleLineDepth_ - Variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- startMultiLineElement(String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Start a multi-line element.
- startSingleLineElement(String) - Method in class com.virtuosotechnologies.lib.xml.XMLUnparser
- Start a single-line element.
- startingElement_ - Variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
T
- TAB - Static variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
- toString() - Method in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- Get the string
W
- warning(SAXParseException) - Method in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- warning(SAXParseException) - Method in class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- warningCount_ - Variable in class com.virtuosotechnologies.lib.xml.MessageCollectingErrorHandler
- warningLevel_ - Variable in class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- writer_ - Variable in class com.virtuosotechnologies.lib.xml.XMLUnparser
X
- XMLDocumentUnparser - class com.virtuosotechnologies.lib.xml.XMLDocumentUnparser.
- Helper for XML unparsing
- XMLDocumentUnparser(Writer, String, boolean, String, String, String) - Constructor for class com.virtuosotechnologies.lib.xml.XMLDocumentUnparser
- Constructor
- XMLUnparser - class com.virtuosotechnologies.lib.xml.XMLUnparser.
- Helper for XML unparsing
- XMLUnparser(Writer, int, boolean) - Constructor for class com.virtuosotechnologies.lib.xml.XMLUnparser
- Constructor
Z
- ZeroToleranceErrorHandler - class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler.
- ErrorHandler that doesn't tolerate any errors.
- ZeroToleranceErrorHandler() - Constructor for class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- Construct an error handler that doesn't log errors
- ZeroToleranceErrorHandler(Level) - Constructor for class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- Construct an error handler that logs all errors and warnings at the given level
- ZeroToleranceErrorHandler(Level, Level) - Constructor for class com.virtuosotechnologies.lib.xml.ZeroToleranceErrorHandler
- Construct an error handler that logs all errors and warnings at the given levels
A B C D E F G H I L M O Q R S T W X Z
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ xml overview ] | PREV NEXT | ||||||||