Uses of Class
org.fife.rsta.ac.xml.XmlParser
-
Packages that use XmlParser Package Description org.fife.rsta.ac.xml XML code completion classes.org.fife.rsta.ac.xml.tree 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 XmlParser Modifier and Type Method Description XmlParserXmlLanguageSupport. 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 XmlParser Modifier and Type Method Description voidDtdValidationConfig. 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 Modifier and Type Field Description private XmlParserXmlOutlineTree. parser
-