Class | Description |
---|---|
AntXmlTag | |
CachedGrammarPool |
FIXME: thread safety
|
ErrorListErrorHandler |
An ErrorHandler redirecting errors to ErrorList
|
MvnXmlTag | |
RenamedXmlTag |
an XMLTag for pretty sidekick tree.
|
SchemaAutoLoader |
XMLFilter inserting a Validator based upon rules defined in a SchemaMapping.
|
SchemaLoader |
Utility class to load a schema
|
SchemaMapping |
keeps rules to map a schema to a given instance document.
|
SchemaMapping.DefaultRule |
always matches : not really useful for us, is it ?
|
SchemaMapping.DoctypeRule |
doctype -> typeID or URL.
|
SchemaMapping.DocumentElementRule |
prefix + localName -> typeId or URL
|
SchemaMapping.IncludeMapping | |
SchemaMapping.Mapping | |
SchemaMapping.NamespaceRule |
namespace -> typeId or URL
|
SchemaMapping.Result | |
SchemaMapping.TransformURI |
URI pattern -> related URL.
|
SchemaMapping.TypeIdMapping |
models the typeId element in schemas.xml
|
SchemaMapping.URIPatternRule |
URI pattern -> typeID or URL.
|
SchemaMapping.URIResourceRule |
URI -> typeId or URL.
|
SchemaToCompletion |
converts the RNG object model to a list of CompletionInfo
|
ServicesDatatypeLibraryFactory |
Loads relax-ng datatype libraries from jEdit services.
|
TagParser | |
TagParser.Attr | |
TagParser.Tag | |
TldXmlTag | |
XercesParserImpl |
A SideKick XML parser that uses this under the covers:
reader = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser");
|
XmlParser |
This is the common base class for both HTML and XML Parsers.
|
XmlTag | |
XSDDatatypeLibraryFactoryCreator | |
XSDSchemaToCompletion |
turns a Xerces XSD object model into CompletionInfo
|