D E F G I N P S V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DocumentBuilderFactoryInitializer - Class in io.github.astrapi69.xml.parser
-
The class
DocumentBuilderFactoryInitializerprovides method for initializeDocumentBuilderFactory,DocumentBuilder,DocumentandDOMSourceobjects - DocumentBuilderFactoryInitializer() - Constructor for class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
E
- error(SAXParseException) - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
F
- fatalError(SAXParseException) - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
G
- getSaxParseException() - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
I
- io.github.astrapi69.xml.parser - package io.github.astrapi69.xml.parser
- isValid() - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
-
Checks if is validation error.
- isValidationError() - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
N
- newDocument(File) - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Gets the
Documentfrom the given xml file - newDocument(String) - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Gets the
Documentfrom the given xml string - newDocumentBuilder() - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Factory method for create a new
DocumentBuilderobject - newDocumentBuilder(String) - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Factory method for create a new
DocumentBuilderobject - newDocumentBuilderFactory(String) - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Factory method for create a new
DocumentBuilderFactoryobject - newDocumentBuilderFactory(String, String, String, boolean, boolean) - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Factory method for create a new
DocumentBuilderFactoryobject - newDOMSource(File, ErrorHandler) - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Factory method for create a new
DOMSourceobject with the given error handler - newSchema(File) - Static method in class io.github.astrapi69.xml.parser.SchemaInitializer
-
Gets the schema.
- newSchema(File, ErrorHandler) - Static method in class io.github.astrapi69.xml.parser.SchemaInitializer
-
Gets the schema.
P
- parse(File, ErrorHandler) - Static method in class io.github.astrapi69.xml.parser.DocumentBuilderFactoryInitializer
-
Parses the given xml file and the given error handler
S
- SchemaInitializer - Class in io.github.astrapi69.xml.parser
-
The class
SchemaInitializerprovides method for initializeSchemaobjects - SchemaInitializer() - Constructor for class io.github.astrapi69.xml.parser.SchemaInitializer
- setSaxParseException(SAXParseException) - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
- setValidationError(boolean) - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
V
- validateSchema(File, File, ErrorHandler) - Static method in class io.github.astrapi69.xml.parser.ValidatorExtensions
-
Validate xml through xsd.
- validateSchema(String, String) - Static method in class io.github.astrapi69.xml.parser.ValidatorExtensions
-
Validate given xml schema.
- ValidatorExtensions - Class in io.github.astrapi69.xml.parser
-
The class
ValidatorExtensionscan validate xml files - ValidatorHandler - Class in io.github.astrapi69.xml.parser
-
The class
ValidatorHandler. - ValidatorHandler() - Constructor for class io.github.astrapi69.xml.parser.ValidatorHandler
W
- warning(SAXParseException) - Method in class io.github.astrapi69.xml.parser.ValidatorHandler
X
- xml.base - module xml.base
-
The MIT License Copyright (C) 2021 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
All Classes All Packages