Package org.fife.rsta.ac.xml
XML code completion classes.
-
Interface Summary Interface Description ValidationConfig Configuration information to get anXmlParservalidating against either a DTD or a schema. -
Class Summary Class Description DtdValidationConfig Configuration information for validating XML against a DTD.SchemaValidationConfig Configuration information for validating an XML file against an XML schema.ValidationConfigSniffer Sniffs for validation configuration in a document.XmlCompletionProvider A completion provider that, in the absence of a DTD or XML schema, makes a best guess at what completion choices the user might want for XML.XmlLanguageSupport Language support for XML.XmlParser Parses XML code in anRSyntaxTextArea.