Uses of Class
com.nfbsoftware.xml.exception.XmlDocumentCheckedException
Packages that use XmlDocumentCheckedException
-
Uses of XmlDocumentCheckedException in com.nfbsoftware.xml
Methods in com.nfbsoftware.xml that throw XmlDocumentCheckedExceptionModifier and TypeMethodDescriptionvoidIXmlElement.addChild(IXmlElement child) This appends an IXmlElement object to the this element.voidXmlDocument.addChild(IXmlElement child) voidIXmlElement.addToChild(IXmlElement child, String parent) This method appends the input IXmlElement object to the element identified by the path.voidXmlDocument.addToChild(IXmlElement child, String parent) voidXmlDocument.appendChildByName(String parent, XmlDocument child) IXmlElement.clone(boolean deep) 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.XmlDocument.clone(boolean deep) static NodeXmlDocument.cloneChildren(Document doc, Node child) Clone a child node using the input document nodeIXmlElement.createChild(String childName) This method creates a new child under this element with an element name equal to the childName parameter.IXmlElement.createChild(String childName, String value) 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.XmlDocument.createChild(String childName) XmlDocument.createChild(String childName, String value) XmlDocument.createChildByName(String child) This method creates a standing alone XmlData object with sName and sValue.IXmlElement.createChildren(String fullChildPath) This method creates aall of the child elements referenced by the child path.XmlDocument.createChildren(String fullChildPath) protected NodeXmlDocument.examineChild(Document rootDoc, Node child) Description of the MethodIXmlElement.getAttribute(String name) This method returns the attribute's value according to input attribute name.XmlDocument.getAttribute(String name) final StringXmlDocument.getAttributeByName(String sName) final intXmlDocument.getAttributeCount()final StringXmlDocument.getAttributeNameByIndex(int index) IXmlElement.getAttributeNames()This method returns all of the attribute names of the current nodeXmlDocument.getAttributeNames()IXmlElement.getAttributeValues()This method returns all of the attribute values of the current node.XmlDocument.getAttributeValues()IXmlElement.getCDATASection(String childName) This method returns the descendent's value.XmlDocument.getCDATASection(String childName) protected final StringXmlDocument.getCDATATextValue(Node node) final StringXmlDocument.getCDATAValue(String sChild) IXmlElement.getChild(int index) This method returns an IXmlElement object that contains the child element at the given index.This method returns the first child element identified by the path.XmlDocument.getChild(int index) .IXmlElement.getChildAttribute(String child, String attr) This method returns the attribute value of a child node.XmlDocument.getChildAttribute(String child, String attr) intIXmlElement.getChildCount()This method returns the number of children.intXmlDocument.getChildCount()IXmlElement.getChildren()This method returns all of this element's children.XmlDocument.getChildren()IXmlElement.getChildrenByName(String name) This method returns all of this element's children with the given name.XmlDocument.getChildrenByName(String name) final intXmlDocument.getChildrenCount()IXmlElement.getChildValue(String childName) This method returns the descendent's value.XmlDocument.getChildValue(String childName) IXmlElement.getDocument()XmlDocument.getDocument()This method returns the document node of the internal XML document.IXmlElement.getName()This method returns the name of this elementXmlDocument.getName()IXmlDocument.getNameSpace()This method returns the namespace of the current node.XmlDocument.getNameSpace()This method returns the namespace of the current node.protected final StringXmlDocument.getNodeTextValue(Node node) final StringXmlDocument.getNodeValue(String sChild) IXmlDocument.getRootElement()Method getRootElement returns the root element for the xml document.XmlDocument.getRootElement()Method getRootElement returns the root element for the xml document.IXmlElement.getRootNode()XmlDocument.getRootNode()This method returns the root node of the internal XML document.IXmlElement.getValue()This method returns the element's valueXmlDocument.getValue()This method returns the element's valuevoidIXmlDocument.isValid()Determine if the xml document in questionvoidXmlDocument.isValid()voidThis method replaces the content of the current root node with that of the input file.voidThis method replaces the content of the current root node with that of the input file.voidIXmlDocument.load(InputStream in) This method replaces the content of the current root node with that of the InputStream.voidIXmlDocument.load(InputStream in, String encoding) This method replaces the content of the current root node with that of the InputStream.voidThis method replaces the content of the current root node with that of the Reader.voidThis method replaces the content of the current root node with that of the input string.voidThis method replaces the content of the current root node with that of the input file.voidThis method replaces the content of the current root node with that of the input file.voidIXslDocument.load(InputStream in) This method replaces the content of the current root node with that of the InputStream.voidIXslDocument.load(InputStream in, String encoding) This method replaces the content of the current root node with that of the InputStream.voidThis method replaces the content of the current root node with that of the Reader.voidThis method replaces the content of the current root node with that of the input string.voidThis method replaces the content of the current root node with that of the input file.voidThis method replaces the content of the current root node with that of the input file.voidXmlDocument.load(InputStream in) This method replaces the content of the current root node with that of the InputStream.voidXmlDocument.load(InputStream in, String enc) This method replaces the content of the current root node with that of the InputStream.voidThis method replaces the content of the current root node with that of the Reader.voidThis method replaces the content of the current root node with that of the input string.voidThis method replaces the content of the current root node with that of the input file.voidThis method replaces the content of the current root node with that of the input file.voidXslDocument.load(InputStream in) This method replaces the content of the current root node with that of the InputStream.voidXslDocument.load(InputStream in, String enc) This method replaces the content of the current root node with that of the InputStream.voidThis method replaces the content of the current root node with that of the Reader.voidThis method replaces the content of the current root node with that of the input string.voidIXmlElement.removeAttribute(String attributeName) This method removes an attribute from this element..voidXmlDocument.removeAttribute(String attrName) This method removes an attribute from this element..IXmlElement.removeChild(int index) This method removes the index-th child element.IXmlElement.removeChild(String childName) This method removes a child element.XmlDocument.removeChild(int index) This method removes the index-th child element.XmlDocument.removeChild(String childName) This method removes a child element.voidIXmlElement.removeChildAttribute(String child, String attributeName) This method removes an attribute from a child elementvoidXmlDocument.removeChildAttribute(String childName, String attrName) This method removes an attribute from a child elementIXmlElement.removeChildrenWithXpath(String xpathQuery) This method removes all child elements with the given xpath query.XmlDocument.removeChildrenWithXpath(String xpathQuery) This method removes all child elements with the given xpath query.IXmlElement.removeChildWithXpath(String xpathQuery) This method removes a single child element with the given xpath query.XmlDocument.removeChildWithXpath(String xpathQuery) This method removes a single child element with the given xpath query.voidIXmlElement.replaceAllChildren(IXmlElement parent) Removes all of the element's children and adds all of the children of the provided parent element.voidXmlDocument.replaceAllChildren(IXmlElement parent) Removes all of the element's children and adds all of the children of the provided parent element.IXmlElement.replaceChild(int index, IXmlElement newChild) This method replaces the index-th element with the new element.IXmlElement.replaceChild(String childName, IXmlElement newChild) This method replaces the child element with the new element.XmlDocument.replaceChild(int index, IXmlElement newChild) This method replaces the index-th element with the new element.XmlDocument.replaceChild(String childName, IXmlElement newChild) This method replaces the child element with the new element.IXmlElement.selectChild(String xpathQuery) XmlDocument.selectChild(String xpathQuery) IXmlElement.selectChildren(String xpathQuery) XmlDocument.selectChildren(String xpathQuery) protected NodeListXmlDocument.selectNodesViaXPath(String childName, Node root) IXmlElement.setAttribute(String attributeName, String value) Sets the value of an attribute of this element.XmlDocument.setAttribute(String attrName, String value) Sets the value of an attribute of this element.protected final voidXmlDocument.setTextValue(Node node, String sValue) voidSets this element's valuevoidIXslDocument.transform(IXmlElement xmlElement) This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.IXslDocument.transform(InputStream stream) This method transforms the xml document using this style sheet.IXslDocument.transform(InputStream stream, String encoding) This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.XslDocument.transform(IXmlElement xmlElement) This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.XslDocument.transform(InputStream stream) This method transforms the xml document using this style sheet.XslDocument.transform(InputStream stream, String enc) This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.This method transforms the xml document using this style sheet.IXslDocument.transformToXmlDocument(IXmlElement xmlElement) This method transforms the xml document using this style sheet.IXslDocument.transformToXmlDocument(File xmlFile) This method transforms the xml document using this style sheet.IXslDocument.transformToXmlDocument(File xmlFile, String encoding) This method transforms the xml document using this style sheet.IXslDocument.transformToXmlDocument(InputStream stream) This method transforms the xml document using this style sheet.IXslDocument.transformToXmlDocument(InputStream stream, String encoding) This method transforms the xml document using this style sheet.IXslDocument.transformToXmlDocument(Reader reader) This method transforms the xml document using this style sheet.IXslDocument.transformToXmlDocument(String xml) This method transforms the xml document using this style sheet.XslDocument.transformToXmlDocument(IXmlElement xmlElement) This method transforms the xml document using this style sheet.XslDocument.transformToXmlDocument(File xmlFile) This method transforms the xml document using this style sheet.XslDocument.transformToXmlDocument(File xmlFile, String enc) This method transforms the xml document using this style sheet.XslDocument.transformToXmlDocument(InputStream stream) This method transforms the xml document using this style sheet.XslDocument.transformToXmlDocument(InputStream stream, String enc) This method transforms the xml document using this style sheet.XslDocument.transformToXmlDocument(Reader reader) This method transforms the xml document using this style sheet.XslDocument.transformToXmlDocument(String xml) This method transforms the xml document using this style sheet.voidThis method saves the stored XML document as a file.voidIXmlElement.write(OutputStream output) This methods writes the content of the current XML document to the output stream.voidvoidXmlDocument.write(OutputStream output) This methods writes the content of the current XML document to the output stream.Constructors in com.nfbsoftware.xml that throw XmlDocumentCheckedExceptionModifierConstructorDescriptionXmlDocument(IXmlDocument xmlDocument) XmlDocument(File file) XmlDocument(File file, String enc) XmlDocument(InputStream in, String enc) XmlDocument(Reader reader) XmlDocument(String xml) XslDocument(File file) XslDocument(File file, String enc) XslDocument(InputStream in, String enc) XslDocument(Reader reader) XslDocument(String xml)