Uses of Class
org.fife.rsta.ac.xml.XmlParser
Packages that use XmlParser
Package
Description
XML code completion classes.
An "outline tree" implementation that models XML files.
-
Uses of XmlParser in org.fife.rsta.ac.xml
Methods in org.fife.rsta.ac.xml that return XmlParserModifier and TypeMethodDescriptionXmlLanguageSupport.getParser(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) Returns the XML parser running on a text area with this XML language support installed.Methods in org.fife.rsta.ac.xml with parameters of type XmlParserModifier and TypeMethodDescriptionvoidDtdValidationConfig.configureParser(XmlParser parser) voidSchemaValidationConfig.configureParser(XmlParser parser) voidValidationConfig.configureParser(XmlParser parser) Configures the parser itself. -
Uses of XmlParser in org.fife.rsta.ac.xml.tree
Fields in org.fife.rsta.ac.xml.tree declared as XmlParser