Uses of Interface
com.nfbsoftware.xml.IXmlDocument
Packages that use IXmlDocument
-
Uses of IXmlDocument in com.nfbsoftware.xml
Classes in com.nfbsoftware.xml that implement IXmlDocumentMethods in com.nfbsoftware.xml that return IXmlDocumentModifier and TypeMethodDescriptionIXmlElement.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) 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.Constructors in com.nfbsoftware.xml with parameters of type IXmlDocument