|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ util overview ] | PREV NEXT | ||||||||
B
- Base64Binary - class org.apache.ws.jaxme.util.Base64Binary.
- A utility class for working with base64 encoding.
- Base64Binary() - Constructor for class org.apache.ws.jaxme.util.Base64Binary
- beanFactory - Variable in class org.apache.ws.jaxme.util.Configurator
- beans - Variable in class org.apache.ws.jaxme.util.Configurator
C
- ClassLoader - class org.apache.ws.jaxme.util.ClassLoader.
- Helper class for working with class loaders.
- ClassLoader() - Constructor for class org.apache.ws.jaxme.util.ClassLoader
- Configurator - class org.apache.ws.jaxme.util.Configurator.
- The Configurator is an idea borrowed by the Ant project.
- Configurator() - Constructor for class org.apache.ws.jaxme.util.Configurator
- cachedPrefix - Variable in class org.apache.ws.jaxme.util.NamespaceSupport
- cachedURI - Variable in class org.apache.ws.jaxme.util.NamespaceSupport
- characters(char[], int, int) - Method in class org.apache.ws.jaxme.util.Configurator
- Handles atomic child elements by invoking their method
addText(String pText). - characters(char[], int, int) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- checkContext(int) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- This method is used to restore the namespace state after an element is created.
- compareTo(Object) - Method in class org.apache.ws.jaxme.util.Duration
- compareTo(Duration) - Method in class org.apache.ws.jaxme.util.Duration
- Actual implementation of
Duration.compareTo(Object)55 . - currentBean - Variable in class org.apache.ws.jaxme.util.Configurator
- currentName - Variable in class org.apache.ws.jaxme.util.Configurator
- currentNode - Variable in class org.apache.ws.jaxme.util.DOMBuilder
D
- DOMBuilder - class org.apache.ws.jaxme.util.DOMBuilder.
- Converts a stream of SAX events into a DOM node.
- DOMBuilder() - Constructor for class org.apache.ws.jaxme.util.DOMBuilder
- DOMSerializer - class org.apache.ws.jaxme.util.DOMSerializer.
- Serializes a DOM node into a stream of SAX events.
- DOMSerializer() - Constructor for class org.apache.ws.jaxme.util.DOMSerializer
- Duration - class org.apache.ws.jaxme.util.Duration.
- Implementation of xs:duration.
- Duration(boolean, int, int, int, int, int, int, long) - Constructor for class org.apache.ws.jaxme.util.Duration
- Creates a new instance with the given values.
- days - Variable in class org.apache.ws.jaxme.util.Duration
- declarePrefix(String, String) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Declares a new prefix.
- decode(String) - Static method in class org.apache.ws.jaxme.util.Base64Binary
- Converts the string
pValueinto a base64 encoded byte array. - decode(String) - Static method in class org.apache.ws.jaxme.util.HexBinary
- Converts the string
pValueinto an array of hex bytes. - doSerialize(Node, ContentHandler) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- doSerializeChilds(Node, ContentHandler) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- document - Variable in class org.apache.ws.jaxme.util.DOMBuilder
E
- encode(byte[]) - Static method in class org.apache.ws.jaxme.util.Base64Binary
- Converts the base64 encoded byte array
pValueinto a string. - encode(byte[]) - Static method in class org.apache.ws.jaxme.util.HexBinary
- Converts the byte array
pHexBinaryinto a string. - endDocument() - Method in class org.apache.ws.jaxme.util.Configurator
- endDocument() - Method in class org.apache.ws.jaxme.util.DOMBuilder
- endElement(String, String, String) - Method in class org.apache.ws.jaxme.util.Configurator
- Terminates parsing the current bean by calling its
finish()method, if any. - endElement(String, String, String) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- endPrefixMapping(String) - Method in class org.apache.ws.jaxme.util.Configurator
- endPrefixMapping(String) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- endPrefixMappingEvents(Node, ContentHandler) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- equals(Object) - Method in class org.apache.ws.jaxme.util.Duration
G
- getAttributePrefix(String) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Returns a non-empty prefix currently mapped to the given URL or null, if there is no such mapping.
- getBeanFactory() - Method in class org.apache.ws.jaxme.util.Configurator
- Returns the bean factory, creating the outermost element.
- getClass(String) - Static method in class org.apache.ws.jaxme.util.ClassLoader
- Loads a class with the given name.
- getClass(String, Class) - Static method in class org.apache.ws.jaxme.util.ClassLoader
- Loads a class with the given name using
getClass(String). - getClone(byte[]) - Static method in class org.apache.ws.jaxme.util.Base64Binary
- Creates a clone of the byte array
pValue. - getClone(byte[]) - Static method in class org.apache.ws.jaxme.util.HexBinary
- Creates a clone of the given byte array.
- getContext() - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Returns the current number of assigned prefixes.
- getDays() - Method in class org.apache.ws.jaxme.util.Duration
- Returns the number of days.
- getDocument() - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Returns the document being used as object factory.
- getDocumentLocator() - Method in class org.apache.ws.jaxme.util.Configurator
- Returns the Locator being used in error messages.
- getDocumentLocator() - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Returns the Locator.
- getHours() - Method in class org.apache.ws.jaxme.util.Duration
- Returns the number of hours.
- getMethodNameFor(String, String) - Method in class org.apache.ws.jaxme.util.Configurator
- Given a prefix and a name, creates a method name matching the prefix and the name.
- getMillis() - Method in class org.apache.ws.jaxme.util.Duration
- Returns the number of milliseconds.
- getMinutes() - Method in class org.apache.ws.jaxme.util.Duration
- Returns the number of minutes.
- getMonths() - Method in class org.apache.ws.jaxme.util.Duration
- Returns the number of months.
- getNamespaceURI(String) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Given a prefix, returns the URI to which the prefix is currently mapped or null, if there is no such mapping.
- getNamespaces() - Method in class org.apache.ws.jaxme.util.Configurator
- Returns the namespaces handled by the configurator.
- getPrefix(String) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Returns a prefix currently mapped to the given URI or null, if there is no such mapping.
- getPrefixes(String) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Returns a collection to all prefixes bound to the given namespace URI.
- getResult() - Method in class org.apache.ws.jaxme.util.Configurator
- Returns the parsed result bean.
- getRootObject() - Method in class org.apache.ws.jaxme.util.Configurator
- An alternative to using the bean factory.
- getSeconds() - Method in class org.apache.ws.jaxme.util.Duration
- Returns the number of seconds.
- getTarget() - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Returns the target node.
- getYears() - Method in class org.apache.ws.jaxme.util.Duration
- Returns the number of years.
H
- HexBinary - class org.apache.ws.jaxme.util.HexBinary.
- Utility class for xs:hexbinary.
- HexBinary() - Constructor for class org.apache.ws.jaxme.util.HexBinary
- hashCode() - Method in class org.apache.ws.jaxme.util.Duration
- hours - Variable in class org.apache.ws.jaxme.util.Duration
I
- ignorableWhitespace(char[], int, int) - Method in class org.apache.ws.jaxme.util.Configurator
- ignorableWhitespace(char[], int, int) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- ignoreLevel - Variable in class org.apache.ws.jaxme.util.Configurator
- invokeMethod(String, Object, Class[], Object[]) - Method in class org.apache.ws.jaxme.util.Configurator
- isNamespaceDeclarationAttribute() - Method in class org.apache.ws.jaxme.util.DOMSerializer
- Returns whether XML declarations are being serialized as attributes or as SAX events (default).
- isNamespaceMatching(String) - Method in class org.apache.ws.jaxme.util.Configurator
- Returns whether a namespace is matching the configured namespace.
- isNegative - Variable in class org.apache.ws.jaxme.util.Duration
- isParentsNamespaceDeclarationDisabled() - Method in class org.apache.ws.jaxme.util.DOMSerializer
- Sets whether XML declarations present in the parent nodes are being serialized (default) or not.
- isPrefixDeclared(String) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Returns whether a given prefix is currently declared.
- isPrefixMappingIsAttribute() - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Sets whether the event
DOMBuilder.startPrefixMapping(java.lang.String, java.lang.String)55 shall create anxmlnsattribute.
L
- locator - Variable in class org.apache.ws.jaxme.util.Configurator
- locator - Variable in class org.apache.ws.jaxme.util.DOMBuilder
M
- millis - Variable in class org.apache.ws.jaxme.util.Duration
- minutes - Variable in class org.apache.ws.jaxme.util.Duration
- months - Variable in class org.apache.ws.jaxme.util.Duration
N
- NamespaceResolver - interface org.apache.ws.jaxme.util.NamespaceResolver.
- An abstract object which is able to split an XML name into its namespace URI and local part.
- NamespaceSupport - class org.apache.ws.jaxme.util.NamespaceSupport.
- Similar to org.xml.sax.NamespaceSupport, but for marshalling and not for parsing XML.
- NamespaceSupport() - Constructor for class org.apache.ws.jaxme.util.NamespaceSupport
- Creates a new instance of NamespaceSupport.
- NamespaceUser - interface org.apache.ws.jaxme.util.NamespaceUser.
- names - Variable in class org.apache.ws.jaxme.util.Configurator
- namespaceDeclarationAttribute - Variable in class org.apache.ws.jaxme.util.DOMSerializer
- namespaces - Variable in class org.apache.ws.jaxme.util.Configurator
- nss - Variable in class org.apache.ws.jaxme.util.Configurator
- nssNeedsContext - Variable in class org.apache.ws.jaxme.util.Configurator
O
- oneClassAttributes - Static variable in class org.apache.ws.jaxme.util.Configurator
- oneClassString - Static variable in class org.apache.ws.jaxme.util.Configurator
- org.apache.ws.jaxme.util - package org.apache.ws.jaxme.util
- Base package for the JaxMe Java-XML binder.
P
- parentsEndPrefixMappingEvents(Node, ContentHandler) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- parentsNamespaceDeclarationDisabled - Variable in class org.apache.ws.jaxme.util.DOMSerializer
- parentsStartPrefixMappingEvents(Node, ContentHandler) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- prefixList - Variable in class org.apache.ws.jaxme.util.NamespaceSupport
- prefixMappingIsAttribute - Variable in class org.apache.ws.jaxme.util.DOMBuilder
- prefixes - Variable in class org.apache.ws.jaxme.util.DOMBuilder
- processName(String, String[]) - Method in class org.apache.ws.jaxme.util.Configurator
- processName(String, String[]) - Method in interface org.apache.ws.jaxme.util.NamespaceResolver
- Splits the XML name
pNameinto its namespace URI, qualified name and local name, which are stored into the array parts:parts[0]: namespace URI; empty if no namespace is usedparts[1]: local name, with the prefix removedparts[2]: qualified name (same as pName) - processingInstruction(String, String) - Method in class org.apache.ws.jaxme.util.Configurator
- processingInstruction(String, String) - Method in class org.apache.ws.jaxme.util.DOMBuilder
R
- reset() - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Resets the NamespaceSupport's state for reuse.
- resultBean - Variable in class org.apache.ws.jaxme.util.Configurator
- rootObject - Variable in class org.apache.ws.jaxme.util.Configurator
S
- seconds - Variable in class org.apache.ws.jaxme.util.Duration
- serialVersionUID - Static variable in class org.apache.ws.jaxme.util.Duration
- serialize(Node, ContentHandler) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- Converts the given node
pNodeinto a stream of SAX events, which are fired into the content handlerpHandler. - setBeanFactory(Object) - Method in class org.apache.ws.jaxme.util.Configurator
- Sets the bean factory, creating the outermost element.
- setDocument(Document) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Sets the document being used as object factory.
- setDocumentLocator(Locator) - Method in class org.apache.ws.jaxme.util.Configurator
- Sets the Locator being used in error messages.
- setDocumentLocator(Locator) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Sets the Locator.
- setNamespace(String) - Method in class org.apache.ws.jaxme.util.Configurator
- Sets the namespace handled by the configurator.
- setNamespaceDeclarationAttribute(boolean) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- Sets whether XML declarations are being serialized as attributes or as SAX events (default).
- setNamespaces(String[]) - Method in class org.apache.ws.jaxme.util.Configurator
- Sets the namespaces handled by the configurator.
- setParentsNamespaceDeclarationDisabled(boolean) - Method in class org.apache.ws.jaxme.util.DOMSerializer
- Returns whether XML declarations present in the parent nodes are being serialized (default) or not.
- setPrefixMappingIsAttribute(boolean) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Returns whether the event
DOMBuilder.startPrefixMapping(java.lang.String, java.lang.String)55 shall create anxmlnsattribute. - setRootObject(Object) - Method in class org.apache.ws.jaxme.util.Configurator
- An alternative to using the bean factory.
- setTarget(Node) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- Sets the target node.
- skippedEntity(String) - Method in class org.apache.ws.jaxme.util.Configurator
- skippedEntity(String) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- startDocument() - Method in class org.apache.ws.jaxme.util.Configurator
- startDocument() - Method in class org.apache.ws.jaxme.util.DOMBuilder
- startElement(String, String, String, Attributes) - Method in class org.apache.ws.jaxme.util.Configurator
- Creates a new bean, matching the element name
pLocalName. - startElement(String, String, String, Attributes) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- startPrefixMapping(String, String) - Method in class org.apache.ws.jaxme.util.Configurator
- startPrefixMapping(String, String) - Method in class org.apache.ws.jaxme.util.DOMBuilder
- startPrefixMappingEvents(Node, ContentHandler) - Method in class org.apache.ws.jaxme.util.DOMSerializer
T
- target - Variable in class org.apache.ws.jaxme.util.DOMBuilder
- toString() - Method in class org.apache.ws.jaxme.util.Duration
- Returns a string representation of this Duration.
U
- undeclarePrefix(String) - Method in class org.apache.ws.jaxme.util.NamespaceSupport
- Removes a prefix declaration.
V
- valueOf(String) - Static method in class org.apache.ws.jaxme.util.Duration
- Converts the given String representation into an instance of Duration.
Y
Z
- zeroClasses - Static variable in class org.apache.ws.jaxme.util.Configurator
- zeroObjects - Static variable in class org.apache.ws.jaxme.util.Configurator
B C D E G H I L M N O P R S T U V Y Z
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> [ util overview ] | PREV NEXT | ||||||||