Package com.highdeal.hci


package com.highdeal.hci
  • Class
    Description
    Create an empty xml node using the IXMLMashallable API.
    This entity resolver prevents the resolution of external/internal entities.
    Exception thrown when an entity resolution is requested.
    This interface represents a object that has a client number.
    This interface is used for object exportable in XMLMarshallable
    Exception thrown when a tag can be safely ignored in a mapping.
    This Java interface defines a marshallable object that provides its XML tag name via the getTagName() method.
    This Java interface defines the methods to marshal the attributes of an element and the child elements of an element.
    This Java interface defines a reference handler that is called when a reference has been solved.
    A reference resolver treats the reference to update the reference handlers that subscribed to a reference.
    Exception thrown when an XML tag (XML element) has no mapping.
    This Java interface allows to access to the attributes of an XML tag.
    Implementation of HCI XML attributes from a SAX 2 parser.
    This Java class supports the HCI infrastructure and should not be used directly in your implementation code.
    This Java interface defines the mapping between XML tags and Java classes; The Java classes returned through this mapping must have a default constructor.
    This Java class allows to merge different XML mapping objects into one.
    This Java interface serves as a base for objects that can be marshalled and unmarshalled; Consider the Java subinterfaces and the Java classes that implement this interface.
     
     
    Helper class that can be used during parsing of spurious tags.
    This Java interface provides the necessary methods to output XML documents in an event-based manner; Consider the Java classes that implement this interface.
    Implementation of an XMLOutputter using a writer.
    This class supports the HCI infrastructure and should not be used directly in your code.
    Implementation of an XMLOutputter using a writer.
    This Java class provides a collection Java methods for XML utilities.