Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.util: Javadoc index of package org.apache.ws.jaxme.util.


Package Samples:

org.apache.ws.jaxme.util: Base package for the JaxMe Java-XML binder .  

Classes:

Configurator: The Configurator is an idea borrowed by the Ant project. It is a SAX2 handler that reads a config file which is represented by a hierarchy of Java beans. For example: <outerBean foo="true" bar="Quite right"> <innerBean whatever="57"> </innerBean </outerBean> The example would create an object outerBean and call its methods setFoo(boolean) and setBar(String) to process the attributes. It would also create a bean innerBean by calling the outerBeans method createInnerBean() . Finally the innerBean is configured by calling setWhatever(int) .
NamespaceResolver: An abstract object which is able to split an XML name into its namespace URI and local part.
NamespaceSupport: Similar to org.xml.sax.NamespaceSupport, but for marshalling and not for parsing XML.
DOMSerializer: Serializes a DOM node into a stream of SAX events.
DOMBuilder: Converts a stream of SAX events into a DOM node.
ClassLoader: Helper class for working with class loaders.
Base64Binary: A utility class for working with base64 encoding.
HexBinary: Utility class for xs:hexbinary.
Duration: Implementation of xs:duration.
NamespaceUser

Home | Contact Us | Privacy Policy | Terms of Service