Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addChild(IXmlElement) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This appends an IXmlElement object to the this element.
- addChild(IXmlElement) - Method in class com.nfbsoftware.xml.XmlDocument
- addToChild(IXmlElement, String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method appends the input IXmlElement object to the element identified by the path.
- addToChild(IXmlElement, String) - Method in class com.nfbsoftware.xml.XmlDocument
- appendChildByName(String, XmlDocument) - Method in class com.nfbsoftware.xml.XmlDocument
- asInt(String) - Static method in class com.nfbsoftware.util.Severity
-
Returns a string representing the severity of the code.
- asString(int) - Static method in class com.nfbsoftware.util.Severity
-
Returns a string representing the severity of the code.
- atOrAbove(int, int) - Static method in class com.nfbsoftware.util.Severity
-
Returns true if the severity is at or above the threshold.
C
- CHILD_NOT_FOUND - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
INFORMATION message with a code of XmlDocument:ChildNotFound: Child not found, path: {0}
- clone(boolean) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method creates a copy of the existing IXmlElement object, including a clone of every child if and only if the deep parameter is set to be true.
- clone(boolean) - Method in class com.nfbsoftware.xml.XmlDocument
- CLONE_FAILED - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
INFORMATION message with a code of XmlDocument:CloneFailed: Could not clone the child node: {0}
- cloneChildren(Document, Node) - Static method in class com.nfbsoftware.xml.XmlDocument
-
Clone a child node using the input document node
- Code(String, NfbCheckedException.Code, String, int) - Constructor for class com.nfbsoftware.exception.NfbCheckedException.Code
-
The protected constructor ensures that no instances of this class are constructed outside of the exception class or its children.
- Code(String, NfbRuntimeException.Code, String) - Constructor for class com.nfbsoftware.exception.NfbRuntimeException.Code
-
The protected constructor ensures that no instances of this class are constructed outside of the exception class or its children.
- Code(String, XmlDocumentCheckedException.Code, String, int) - Constructor for class com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Code
-
The protected constructor is provided for subclasses to extend the base code class.
- Code(String, XmlDocumentRuntimeException.Code, String) - Constructor for class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException.Code
-
The protected constructor is provided for subclasses to extend the base code class.
- com.nfbsoftware.exception - package com.nfbsoftware.exception
- com.nfbsoftware.util - package com.nfbsoftware.util
- com.nfbsoftware.xml - package com.nfbsoftware.xml
- com.nfbsoftware.xml.exception - package com.nfbsoftware.xml.exception
- createChild(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method creates a new child under this element with an element name equal to the childName parameter.
- createChild(String) - Method in class com.nfbsoftware.xml.XmlDocument
- createChild(String, String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method creates a new child under this element with an element name equal to the childName parameter and a value equal to the value parameter.
- createChild(String, String) - Method in class com.nfbsoftware.xml.XmlDocument
- createChildByName(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method creates a standing alone XmlData object with sName and sValue.
- createChildren(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method creates aall of the child elements referenced by the child path.
- createChildren(String) - Method in class com.nfbsoftware.xml.XmlDocument
D
- DEBUG - Static variable in class com.nfbsoftware.util.Severity
-
Severity level is "DEBUG"; this is considered a success, but also will provide debug information.
- DOCUMENT_LOAD_FAILED - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:DocumentLoadFailed: Failed to load the document: {0}
E
- ERROR - Static variable in class com.nfbsoftware.util.Severity
-
Severity level is "ERROR"; this is considered a failure.
- ERROR_ON_CHILD_REMOVE - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:ErrorOnChildRemove: Error occured when trying to remove child: {0}
- examineChild(Document, Node) - Method in class com.nfbsoftware.xml.XmlDocument
-
Description of the Method
F
- FATAL - Static variable in class com.nfbsoftware.util.Severity
-
Severity level is "FATAL"; this is considered a failure.
G
- GENERAL_ERROR - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
ERROR message with a code of XmlDocument:GeneralError: A general error has occurred: {0}
- GENERAL_FATAL_ERROR - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentRuntimeException.Codes
-
FATAL message with a code of XmlDocument:GeneralFatalError: A general fatal error has occurrred: {0}
- getArgs() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the argument array associated with the exception code.
- getArgs() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the argument array associated with the exception code.
- getAttribute(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the attribute's value according to input attribute name.
- getAttribute(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getAttributeByName(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getAttributeCount() - Method in class com.nfbsoftware.xml.XmlDocument
- getAttributeNameByIndex(int) - Method in class com.nfbsoftware.xml.XmlDocument
- getAttributeNames() - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns all of the attribute names of the current node
- getAttributeNames() - Method in class com.nfbsoftware.xml.XmlDocument
- getAttributeValues() - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns all of the attribute values of the current node.
- getAttributeValues() - Method in class com.nfbsoftware.xml.XmlDocument
- getCDATASection(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the descendent's value.
- getCDATASection(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getCDATATextValue(Node) - Method in class com.nfbsoftware.xml.XmlDocument
- getCDATAValue(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getChild(int) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns an IXmlElement object that contains the child element at the given index.
- getChild(int) - Method in class com.nfbsoftware.xml.XmlDocument
-
.
- getChild(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the first child element identified by the path.
- getChild(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getChildAttribute(String, String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the attribute value of a child node.
- getChildAttribute(String, String) - Method in class com.nfbsoftware.xml.XmlDocument
- getChildCount() - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the number of children.
- getChildCount() - Method in class com.nfbsoftware.xml.XmlDocument
- getChildren() - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns all of this element's children.
- getChildren() - Method in class com.nfbsoftware.xml.XmlDocument
- getChildrenByName(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns all of this element's children with the given name.
- getChildrenByName(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getChildrenCount() - Method in class com.nfbsoftware.xml.XmlDocument
- getChildValue(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the descendent's value.
- getChildValue(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getCode() - Method in class com.nfbsoftware.exception.NfbCheckedException.Code
-
Returns the code's value
- getCode() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the exception code
- getCode() - Method in class com.nfbsoftware.exception.NfbRuntimeException.Code
-
Returns the code's value
- getCode() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the exception code.
- getCode(String) - Static method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the MediaMateCheckedException.Code object with the corresponding code name.
- getCode(String) - Static method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the MediaMateRuntimeException.Code object with the corresponding code name.
- getCodeName() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the exception code name (aka the error code).
- getCodeName() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the exception code name.
- getDebugInformation() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the debug information.
- getDebugInformation() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the debug information.
- getDefaultCode() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the default
Code. - getDefaultCode() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the default
Code. - getDefaultCode() - Method in exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Gets the default
Code. - getDefaultCode() - Method in exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Gets the default
Code. - getDocument() - Method in interface com.nfbsoftware.xml.IXmlElement
- getDocument() - Method in class com.nfbsoftware.xml.XmlDocument
-
This method returns the document node of the internal XML document.
- getMappedCode() - Method in class com.nfbsoftware.exception.NfbCheckedException.Code
-
Returns the code's mapped code
- getMappedCode() - Method in class com.nfbsoftware.exception.NfbRuntimeException.Code
-
Returns the code's mapped code
- getMessage() - Method in class com.nfbsoftware.exception.NfbCheckedException.Code
-
Returns the code's default message.
- getMessage() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Returns the message based upon the error code and arguments provided to this class as part of the constructor.
- getMessage() - Method in class com.nfbsoftware.exception.NfbRuntimeException.Code
-
Returns the code's default message.
- getMessage() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Returns the message based upon the error code and arguments provided to this class as part of the constructor.
- getName() - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the name of this element
- getName() - Method in class com.nfbsoftware.xml.XmlDocument
- getNameSpace() - Method in interface com.nfbsoftware.xml.IXmlDocument
-
This method returns the namespace of the current node.
- getNameSpace() - Method in class com.nfbsoftware.xml.XmlDocument
-
This method returns the namespace of the current node.
- getNodeTextValue(Node) - Method in class com.nfbsoftware.xml.XmlDocument
- getNodeValue(String) - Method in class com.nfbsoftware.xml.XmlDocument
- getPrivateDocument() - Method in class com.nfbsoftware.xml.XmlDocument
-
This method returns the document node of the internal XML document.
- getPrivateElementNode() - Method in class com.nfbsoftware.xml.XmlDocument
-
This method returns the root node of the internal XML document.
- getRootCause() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the severity.
- getRootCause() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the severity.
- getRootElement() - Method in interface com.nfbsoftware.xml.IXmlDocument
-
Method getRootElement returns the root element for the xml document.
- getRootElement() - Method in class com.nfbsoftware.xml.XmlDocument
-
Method getRootElement returns the root element for the xml document.
- getRootNode() - Method in interface com.nfbsoftware.xml.IXmlElement
- getRootNode() - Method in class com.nfbsoftware.xml.XmlDocument
-
This method returns the root node of the internal XML document.
- getSeverity() - Method in class com.nfbsoftware.exception.NfbCheckedException.Code
-
Returns the code's severity
- getSeverity() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the severity.
- getSeverity() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the severity.
- getSeverityAsString() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the severity as a String.
- getSeverityAsString() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the severity as a String.
- getStackTraceString() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Gets the stack trace (as a String) of this object if the exception severity is ERROR or FATAL.
- getStackTraceString() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Gets the stack trace (as a String) of this object if the exception severity is ERROR or FATAL.
- getValue() - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method returns the element's value
- getValue() - Method in class com.nfbsoftware.xml.XmlDocument
-
This method returns the element's value
I
- INCOMPATIBLE_DOCUMENT_TYPE - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:IncompatibleDocumentType: The XmlDocument implementation, {0} is incompatible with {1}
- INFORMATIONAL - Static variable in class com.nfbsoftware.util.Severity
-
Severity level is "INFORMATIONAL"; this is considered a success.
- INVALID_INDEX - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:InvalidIndex: Invalid index.
- INVALID_NODE_NAME - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:InvalidNodeName: An invalid node name was found: {0}
- INVALID_ROOT_ELEMENT - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:InvalidRootElement: The root element of the document is not appropriate for this adapter type.
- isFailure(int) - Static method in class com.nfbsoftware.util.Severity
-
Returns true if the severity of the code is one of the types of severities representing an "error" (which are Warning, Error, Fatal)
- isSevere() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Returns
trueif severity of this exception is ERROR or FATAL. - isSuccess(int) - Static method in class com.nfbsoftware.util.Severity
-
Returns true if the severity of the code is one of the types of severities representing a "success (which are Success, Informational, Debug)
- isValid() - Method in interface com.nfbsoftware.xml.IXmlDocument
-
Determine if the xml document in question
- isValid() - Method in class com.nfbsoftware.xml.XmlDocument
- IXmlDocument - Interface in com.nfbsoftware.xml
- IXmlElement - Interface in com.nfbsoftware.xml
- IXslDocument - Interface in com.nfbsoftware.xml
L
- load(File) - Method in interface com.nfbsoftware.xml.IXmlDocument
-
This method replaces the content of the current root node with that of the input file.
- load(File) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method replaces the content of the current root node with that of the input file.
- load(File) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the input file.
- load(File) - Method in class com.nfbsoftware.xml.XslDocument
-
This method replaces the content of the current root node with that of the input file.
- load(File, String) - Method in interface com.nfbsoftware.xml.IXmlDocument
-
This method replaces the content of the current root node with that of the input file.
- load(File, String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method replaces the content of the current root node with that of the input file.
- load(File, String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the input file.
- load(File, String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method replaces the content of the current root node with that of the input file.
- load(InputStream) - Method in interface com.nfbsoftware.xml.IXmlDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(InputStream) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(InputStream) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(InputStream) - Method in class com.nfbsoftware.xml.XslDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(InputStream, String) - Method in interface com.nfbsoftware.xml.IXmlDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(InputStream, String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(InputStream, String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(InputStream, String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method replaces the content of the current root node with that of the InputStream.
- load(Reader) - Method in interface com.nfbsoftware.xml.IXmlDocument
-
This method replaces the content of the current root node with that of the Reader.
- load(Reader) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method replaces the content of the current root node with that of the Reader.
- load(Reader) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the Reader.
- load(Reader) - Method in class com.nfbsoftware.xml.XslDocument
-
This method replaces the content of the current root node with that of the Reader.
- load(String) - Method in interface com.nfbsoftware.xml.IXmlDocument
-
This method replaces the content of the current root node with that of the input string.
- load(String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method replaces the content of the current root node with that of the input string.
- load(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the input string.
- load(String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method replaces the content of the current root node with that of the input string.
M
- mArgs - Variable in exception class com.nfbsoftware.exception.NfbCheckedException
-
The argument array that holds each of the arguments associated with this exception.
- mArgs - Variable in exception class com.nfbsoftware.exception.NfbRuntimeException
-
The argument array that holds each of the arguments associated with this exception.
- mCode - Variable in exception class com.nfbsoftware.exception.NfbCheckedException
-
The error code of this exception class.
- mCode - Variable in exception class com.nfbsoftware.exception.NfbRuntimeException
-
The error code of this exception class.
- mDebugInformation - Variable in exception class com.nfbsoftware.exception.NfbCheckedException
-
Debug information related to this exception class.
- mDebugInformation - Variable in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Debug information related to this exception class.
- mDocument - Variable in class com.nfbsoftware.xml.XmlDocument
-
mDocument stores the Document Node of the XML document.
- mRootCause - Variable in exception class com.nfbsoftware.exception.NfbCheckedException
-
The root cause of this exception class.
- mRootCause - Variable in exception class com.nfbsoftware.exception.NfbRuntimeException
-
The root cause of this exception class.
- mRootNode - Variable in class com.nfbsoftware.xml.XmlDocument
-
mRootNode stores the root Element node of the XML document.
- mSeverity - Variable in exception class com.nfbsoftware.exception.NfbCheckedException
-
The severity of this exception class.
- mSeverity - Variable in exception class com.nfbsoftware.exception.NfbRuntimeException
-
The severity of this exception class.
- mStackTraceString - Variable in exception class com.nfbsoftware.exception.NfbCheckedException
-
The stack trace of this exception class as a String.
- mStackTraceString - Variable in exception class com.nfbsoftware.exception.NfbRuntimeException
-
The stack trace of this exception class as a String.
N
- NfbCheckedException - Exception Class in com.nfbsoftware.exception
-
The single checked exception class.
- NfbCheckedException() - Constructor for exception class com.nfbsoftware.exception.NfbCheckedException
- NfbCheckedException(NfbCheckedException.Code, Object[], String, Throwable, int) - Constructor for exception class com.nfbsoftware.exception.NfbCheckedException
-
Constructs an MediaMateCheckedException instance with the specified code, args, debugInformation and severity.
- NfbCheckedException.Code - Class in com.nfbsoftware.exception
-
Represents a
checkedExceptioncode. - NfbRuntimeException - Exception Class in com.nfbsoftware.exception
-
The single runtime exception class.
- NfbRuntimeException() - Constructor for exception class com.nfbsoftware.exception.NfbRuntimeException
-
Constructs a
runtimeExceptioninstance. - NfbRuntimeException(NfbRuntimeException.Code, Object[], String, Throwable) - Constructor for exception class com.nfbsoftware.exception.NfbRuntimeException
-
Constructs an runtimeException instance with the specified code, args, debugInformation and severity.
- NfbRuntimeException.Code - Class in com.nfbsoftware.exception
-
Represents a
runtimeExceptioncode. - NULL_ROOT_ELEMENT - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:NullRootElement: The root element of the document is null.
P
- PARENT_NOT_FOUND - Static variable in interface com.nfbsoftware.xml.exception.XmlDocumentCheckedException.Codes
-
WARNING message with a code of XmlDocument:ParentNotFound: Parent node not found: {0}
- prvGetChildByName(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
Description of the Method
- prvGetChildByName(String, Node) - Method in class com.nfbsoftware.xml.XmlDocument
-
Description of the Method
R
- registerCode(NfbCheckedException.Code) - Static method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Registers a code object in the code map.
- registerCode(NfbRuntimeException.Code) - Static method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Registers a code object in the code map.
- removeAttribute(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method removes an attribute from this element..
- removeAttribute(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method removes an attribute from this element..
- removeChild(int) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method removes the index-th child element.
- removeChild(int) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method removes the index-th child element.
- removeChild(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method removes a child element.
- removeChild(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method removes a child element.
- removeChildAttribute(String, String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method removes an attribute from a child element
- removeChildAttribute(String, String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method removes an attribute from a child element
- removeChildrenWithXpath(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method removes all child elements with the given xpath query.
- removeChildrenWithXpath(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method removes all child elements with the given xpath query.
- removeChildWithXpath(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method removes a single child element with the given xpath query.
- removeChildWithXpath(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method removes a single child element with the given xpath query.
- replaceAllChildren(IXmlElement) - Method in interface com.nfbsoftware.xml.IXmlElement
-
Removes all of the element's children and adds all of the children of the provided parent element.
- replaceAllChildren(IXmlElement) - Method in class com.nfbsoftware.xml.XmlDocument
-
Removes all of the element's children and adds all of the children of the provided parent element.
- replaceChild(int, IXmlElement) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method replaces the index-th element with the new element.
- replaceChild(int, IXmlElement) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the index-th element with the new element.
- replaceChild(String, IXmlElement) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method replaces the child element with the new element.
- replaceChild(String, IXmlElement) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the child element with the new element.
- replaceFromReader(Reader) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the reader.
- replaceFromStream(InputStream) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the InputStream.
- replaceFromStream(InputStream, String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the InputStream.
- replaceFromString(String) - Method in class com.nfbsoftware.xml.XmlDocument
-
This method replaces the content of the current root node with that of the input string.
S
- selectChild(String) - Method in interface com.nfbsoftware.xml.IXmlElement
- selectChild(String) - Method in class com.nfbsoftware.xml.XmlDocument
- selectChildren(String) - Method in interface com.nfbsoftware.xml.IXmlElement
- selectChildren(String) - Method in class com.nfbsoftware.xml.XmlDocument
- selectNodesViaXPath(String, Node) - Method in class com.nfbsoftware.xml.XmlDocument
- SEPARATOR - Static variable in class com.nfbsoftware.xml.XmlDocument
-
sSeparator contains the separator symbol used in child path.
- setAttribute(String, String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
Sets the value of an attribute of this element.
- setAttribute(String, String) - Method in class com.nfbsoftware.xml.XmlDocument
-
Sets the value of an attribute of this element.
- setCDATASection(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
Sets this element's CDATA value
- setCDATASection(String) - Method in class com.nfbsoftware.xml.XmlDocument
- setCDATASection(Node, String) - Method in class com.nfbsoftware.xml.XmlDocument
- setTextValue(Node, String) - Method in class com.nfbsoftware.xml.XmlDocument
- setValue(String) - Method in interface com.nfbsoftware.xml.IXmlElement
-
Sets this element's value
- setValue(String) - Method in class com.nfbsoftware.xml.XmlDocument
- Severity - Class in com.nfbsoftware.util
-
0 = (reserved error) 1 = Fatal 2 = Error 3 = Warning 4 = Informational 5 = Success 6 = Debug 7 = (reserved success)
- Severity() - Constructor for class com.nfbsoftware.util.Severity
- SUCCESS - Static variable in class com.nfbsoftware.util.Severity
-
Severity level is "SUCCESS"; this is considered a success.
T
- TO_STRING_MESSAGE_FORMAT - Static variable in exception class com.nfbsoftware.exception.NfbCheckedException
-
The MessageFormat used by the toString method.
- TO_STRING_MESSAGE_FORMAT - Static variable in exception class com.nfbsoftware.exception.NfbRuntimeException
-
The MessageFormat used by the toString method.
- toString() - Method in class com.nfbsoftware.exception.NfbCheckedException.Code
-
Returns the Code's value as a String.
- toString() - Method in exception class com.nfbsoftware.exception.NfbCheckedException
-
Returns a String representation of this object.
- toString() - Method in class com.nfbsoftware.exception.NfbRuntimeException.Code
-
Returns the Code's value as a String.
- toString() - Method in exception class com.nfbsoftware.exception.NfbRuntimeException
-
Returns a String representation of this object.
- toString() - Method in class com.nfbsoftware.xml.XmlDocument
- toString() - Method in class com.nfbsoftware.xml.XslDocument
- transform(IXmlElement) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transform(IXmlElement) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transform(File) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transform(File) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transform(File, String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transform(File, String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transform(InputStream) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transform(InputStream) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transform(InputStream, String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transform(InputStream, String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transform(Reader) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transform(Reader) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transform(String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transform(String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(IXmlElement) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(IXmlElement) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(File) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(File) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(File, String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(File, String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(InputStream) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(InputStream) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(InputStream, String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(InputStream, String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(Reader) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(Reader) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(String) - Method in interface com.nfbsoftware.xml.IXslDocument
-
This method transforms the xml document using this style sheet.
- transformToXmlDocument(String) - Method in class com.nfbsoftware.xml.XslDocument
-
This method transforms the xml document using this style sheet.
W
- WARNING - Static variable in class com.nfbsoftware.util.Severity
-
Severity level is "WARNING"; this is considered a failure.
- write(File) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This method saves the stored XML document as a file.
- write(File) - Method in class com.nfbsoftware.xml.XmlDocument
- write(OutputStream) - Method in interface com.nfbsoftware.xml.IXmlElement
-
This methods writes the content of the current XML document to the output stream.
- write(OutputStream) - Method in class com.nfbsoftware.xml.XmlDocument
-
This methods writes the content of the current XML document to the output stream.
X
- XmlDocument - Class in com.nfbsoftware.xml
- XmlDocument() - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(IXmlDocument) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(File) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(File, String) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(InputStream) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(InputStream, String) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(Reader) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(String) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocument(Node, Document) - Constructor for class com.nfbsoftware.xml.XmlDocument
- XmlDocumentCheckedException - Exception Class in com.nfbsoftware.xml.exception
-
The top level checked exception class for the XmlDocument project.
- XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object[], String) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information, and a severity equal to the severity of the code. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object[], String, int) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information and severity. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object[], String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information, root cause, and a severity equal to the severity of the code. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object[], String, Throwable, int) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information, root cause, and severity. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object, String) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information and a severity equal to the severity of the code. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object, String, int) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information, and severity. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object, String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information, root cause, and a severity equal to the severity of the code. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, Object, String, Throwable, int) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information, root cause, and severity. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, String) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message argument, debug information and a severity equal to the severity of the code. - XmlDocumentCheckedException(XmlDocumentCheckedException.Code, String, int) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance with the specified code, message arguments, debug information and severity. - XmlDocumentCheckedException(Object[], String, Throwable, int) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance. - XmlDocumentCheckedException(Object, String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance. - XmlDocumentCheckedException(String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance. - XmlDocumentCheckedException(String, Throwable, int) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentCheckedException
-
Constructs a
XmlDocumentCheckedExceptioninstance. - XmlDocumentCheckedException.Code - Class in com.nfbsoftware.xml.exception
-
Represents a
XmlDocumentCheckedExceptioncode. - XmlDocumentCheckedException.Codes - Interface in com.nfbsoftware.xml.exception
-
Contains all of the message codes defined for this exception type as well as any subclasses.
- XmlDocumentRuntimeException - Exception Class in com.nfbsoftware.xml.exception
-
The top level NFB Software runtime exception class for the XmlDocument project.
- XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code, Object[], String) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Constructs a
XmlDocumentRuntimeExceptioninstance with the specified code, message arguments, amd debug information. - XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code, Object[], String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Constructs a
XmlDocumentRuntimeExceptioninstance with the specified code, message arguments, debug information, and root cause. - XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code, Object, String) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Constructs a
XmlDocumentRuntimeExceptioninstance with the specified code, message argument, and debug information. - XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code, Object, String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Constructs a
XmlDocumentRuntimeExceptioninstance with the specified code, message argument, debug information, and root cause. - XmlDocumentRuntimeException(XmlDocumentRuntimeException.Code, String) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Constructs a
XmlDocumentRuntimeExceptioninstance with the specified code, message argument, and debug information. - XmlDocumentRuntimeException(Object, String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Constructs a
XmlDocumentRuntimeExceptioninstance. - XmlDocumentRuntimeException(String, Throwable) - Constructor for exception class com.nfbsoftware.xml.exception.XmlDocumentRuntimeException
-
Constructs a
XmlDocumentRuntimeExceptioninstance. - XmlDocumentRuntimeException.Code - Class in com.nfbsoftware.xml.exception
-
Represents a
XmlDocumentRuntimeExceptioncode. - XmlDocumentRuntimeException.Codes - Interface in com.nfbsoftware.xml.exception
-
Contains all ofthe message codes defined for this exception type as well as any subclasses.
- XslDocument - Class in com.nfbsoftware.xml
- XslDocument() - Constructor for class com.nfbsoftware.xml.XslDocument
- XslDocument(File) - Constructor for class com.nfbsoftware.xml.XslDocument
- XslDocument(File, String) - Constructor for class com.nfbsoftware.xml.XslDocument
- XslDocument(InputStream) - Constructor for class com.nfbsoftware.xml.XslDocument
- XslDocument(InputStream, String) - Constructor for class com.nfbsoftware.xml.XslDocument
- XslDocument(Reader) - Constructor for class com.nfbsoftware.xml.XslDocument
- XslDocument(String) - Constructor for class com.nfbsoftware.xml.XslDocument
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form