Class XSDLSInput

  • All Implemented Interfaces:
    org.w3c.dom.ls.LSInput

    public class XSDLSInput
    extends XSDLSInput
    XSD Input implementation of a LSInput Interface used when resolving references inside XSD schema to avoid external look-ups.
    • Constructor Detail

      • XSDLSInput

        public XSDLSInput​(java.lang.String publicId,
                          java.lang.String systemId,
                          java.lang.String content)
        Default constructor.
        Parameters:
        publicId - the publicId of the schema.
        systemId - the systemId of the schema
        content - the schema data.