Uses of Class
net.anotheria.asg.generator.util.IncludedDocuments
-
Packages that use IncludedDocuments Package Description net.anotheria.asg.generator.parser net.anotheria.asg.generator.validation -
-
Uses of IncludedDocuments in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser with parameters of type IncludedDocuments Modifier and Type Method Description static java.lang.StringXMLPreprocessor. loadFile(java.io.File f, IncludedDocuments includedDocuments)Loads a file from the disk. -
Uses of IncludedDocuments in net.anotheria.asg.generator.validation
Methods in net.anotheria.asg.generator.validation with parameters of type IncludedDocuments Modifier and Type Method Description java.lang.StringXMLAgainstXSDErrorHandler. getErrorMessage(java.lang.String errorType, org.xml.sax.SAXParseException e, IncludedDocuments includedDocuments)getErrorMessage.static voidXMLAgainstXSDValidation. validateAgainstXSDSchema(java.lang.String nameOfFile, java.lang.String content, java.io.InputStream inputStream, IncludedDocuments includedDocuments)validateAgainstXSDSchema.Constructors in net.anotheria.asg.generator.validation with parameters of type IncludedDocuments Constructor Description XMLAgainstXSDErrorHandler(IncludedDocuments includedDocuments)Constructor for XMLAgainstXSDErrorHandler.
-