Class XMLResourceIdentifierImpl

    • Field Detail

      • fPublicId

        protected String fPublicId
        The public identifier.
      • fLiteralSystemId

        protected String fLiteralSystemId
        The literal system identifier.
      • fBaseSystemId

        protected String fBaseSystemId
        The base system identifier.
      • fExpandedSystemId

        protected String fExpandedSystemId
        The expanded system identifier.
      • fNamespace

        protected String fNamespace
        The namespace of the resource.
    • Constructor Detail

      • XMLResourceIdentifierImpl

        public XMLResourceIdentifierImpl()
        Constructs an empty resource identifier.
      • XMLResourceIdentifierImpl

        public XMLResourceIdentifierImpl​(String publicId,
                                         String literalSystemId,
                                         String baseSystemId,
                                         String expandedSystemId)
        Constructs a resource identifier.
        Parameters:
        publicId - The public identifier.
        literalSystemId - The literal system identifier.
        baseSystemId - The base system identifier.
        expandedSystemId - The expanded system identifier.
      • XMLResourceIdentifierImpl

        public XMLResourceIdentifierImpl​(String publicId,
                                         String literalSystemId,
                                         String baseSystemId,
                                         String expandedSystemId,
                                         String namespace)
        Constructs a resource identifier.
        Parameters:
        publicId - The public identifier.
        literalSystemId - The literal system identifier.
        baseSystemId - The base system identifier.
        expandedSystemId - The expanded system identifier.
        namespace - The namespace.