Alphabetical Index

B C D E F G I L N O P R S X

B

Base64 - class org.apache.ws.commons.util.Base64
Performs Base64 encoding and/or decoding.

C

canEncode(char) - method in class org.apache.ws.commons.serialize.CharSetXMLWriter
canEncode(char) - method in class org.apache.ws.commons.serialize.PassThroughXMLWriter
canEncode(char) - method in class org.apache.ws.commons.serialize.XMLWriter
Returns whether the XMLWriter can encode the character c without an escape sequence like &#ddd;.
canEncode(char) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
characters(char[],int,int) - method in class org.apache.ws.commons.serialize.DOMBuilder
characters(char[],int,int) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Inserts a string of characters into the document.
CharSetXMLWriter - class org.apache.ws.commons.serialize.CharSetXMLWriter
An improved version of XMLWriterImpl, using thejava.nio.charset.Charset from Java 1.4.
checkContext(int) - method in class org.apache.ws.commons.util.NamespaceContextImpl
This method is used to restore the namespace state after an element is created.

D

decode(char[]) - static method in class org.apache.ws.commons.util.Base64
Converts the given base64 encoded character buffer into a byte array.
decode(char[],int,int) - static method in class org.apache.ws.commons.util.Base64
Converts the given base64 encoded character buffer into a byte array.
decode(String) - static method in class org.apache.ws.commons.util.Base64
Converts the given base64 encoded String into a byte array.
DOMBuilder - class org.apache.ws.commons.serialize.DOMBuilder
Converts a stream of SAX events into a DOM node.
DOMSerializer - class org.apache.ws.commons.serialize.DOMSerializer
Serializes a DOM node into a stream of SAX events.
doSerialize(Node,ContentHandler) - method in class org.apache.ws.commons.serialize.DOMSerializer
Converts the given node pNode into a stream of SAX events, which are fired into the content handler pHandler.
doSerializeChilds(Node,ContentHandler) - method in class org.apache.ws.commons.serialize.DOMSerializer
Serializes the childs of pNode.

E

encode(byte[]) - static method in class org.apache.ws.commons.util.Base64
Converts the given byte array into a base64 encoded character array with the line size LINE_SIZE and the separator LINE_SEPARATOR.
encode(byte[],int,int) - static method in class org.apache.ws.commons.util.Base64
Converts the given byte array into a base64 encoded character array.
encode(byte[],int,int,int,String) - static method in class org.apache.ws.commons.util.Base64
Converts the given byte array into a base64 encoded character array.
endDocument() - method in class org.apache.ws.commons.serialize.DOMBuilder
endDocument() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
This method finishs the handlers action.
endElement(String,String,String) - method in class org.apache.ws.commons.serialize.DOMBuilder
endElement(String,String,String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Terminates an element.
endPrefixMapping(String) - method in class org.apache.ws.commons.serialize.DOMBuilder
endPrefixMapping(String) - method in class org.apache.ws.commons.util.NamespaceContextImpl
Removes the declaration of the prefix, which has been defined last.
endPrefixMapping(String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Terminates use of a namespace prefix.

F

format(Object,StringBuffer,FieldPosition) - method in class org.apache.ws.commons.util.XsDateTimeFormat

G

getAttributePrefix(String) - method in class org.apache.ws.commons.util.NamespaceContextImpl
Returns a non-empty prefix currently mapped to the given URL or null, if there is no such mapping.
getContext() - method in class org.apache.ws.commons.util.NamespaceContextImpl
Returns the current number of assigned prefixes.
getDocument() - method in class org.apache.ws.commons.serialize.DOMBuilder
Returns the document being used as object factory.
getDocumentLocator() - method in class org.apache.ws.commons.serialize.DOMBuilder
Returns the Locator.
getDocumentLocator() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Returns the locator
getEncoding() - method in class org.apache.ws.commons.serialize.XMLWriter
Returns the writers encoding.
getEncoding() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
getIndentString() - method in class org.apache.ws.commons.serialize.XMLWriter
Returns the string being used to indent an XML element by one level.
getIndentString() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
getLineFeed() - method in class org.apache.ws.commons.serialize.XMLWriter
Returns the line terminator.
getLineFeed() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
getNamespaceURI(String) - method in class org.apache.ws.commons.util.NamespaceContextImpl
Given a prefix, returns the URI to which the prefix is currently mapped or null, if there is no such mapping.
getPrefix(String) - method in class org.apache.ws.commons.util.NamespaceContextImpl
Returns a prefix currently mapped to the given URI or null, if there is no such mapping.
getPrefixes() - method in class org.apache.ws.commons.util.NamespaceContextImpl
Returns a list of all prefixes, which are currently declared, in the order of declaration.
getPrefixes(String) - method in class org.apache.ws.commons.util.NamespaceContextImpl
Returns a collection to all prefixes bound to the given namespace URI.
getTarget() - method in class org.apache.ws.commons.serialize.DOMBuilder
Returns the target node.
getWriter() - method in class org.apache.ws.commons.serialize.XMLWriter
Returns the target Writer.
getWriter() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Returns the JaxbXMLSerializers Writer.

I

ignorableWhitespace(char[],int,int) - method in class org.apache.ws.commons.serialize.DOMBuilder
ignorableWhitespace(char[],int,int) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Calls the character method with the same arguments.
isDeclarating() - method in class org.apache.ws.commons.serialize.XMLWriter
Returns, whether an XML declaration is being generated.
isDeclarating() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
isFlushing() - method in class org.apache.ws.commons.serialize.XMLWriter
Returns, whether the method org.xml.sax.ContentHandler.endDocument should do a flush on the target stream.
isFlushing() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
isIndenting() - method in class org.apache.ws.commons.serialize.XMLWriter
Returns, whether the XMLWriter is indenting (pretty printing).
isIndenting() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
isNamespaceDeclarationAttribute() - method in class org.apache.ws.commons.serialize.DOMSerializer
Returns whether XML declarations are being serialized as attributes or as SAX events (default).
isParentsNamespaceDeclarationDisabled() - method in class org.apache.ws.commons.serialize.DOMSerializer
Sets whether XML declarations present in the parent nodes are being serialized (default) or not.
isPrefixDeclared(String) - method in class org.apache.ws.commons.util.NamespaceContextImpl
Returns whether a given prefix is currently declared.
isPrefixMappingIsAttribute() - method in class org.apache.ws.commons.serialize.DOMBuilder
Sets whether the event startPrefixMapping(String,String) shall create an xmlns attribute.
isStartingDocument() - method in class org.apache.ws.commons.serialize.DOMSerializer
Returns, whether startDocument and endDocument events are generated for document nodes.

L

LINE_SEPARATOR - static field in class org.apache.ws.commons.util.Base64
Default line separator: \n
LINE_SIZE - static field in class org.apache.ws.commons.util.Base64
Default size for line wrapping.

N

NamespaceContextImpl - class org.apache.ws.commons.util.NamespaceContextImpl
Default implementation of javax.xml.namespace.NamespaceContext.
newDecoder(OutputStream) - method in class org.apache.ws.commons.util.Base64
Returns a Writer, that decodes its Base64 encoded input and writes it to the given OutputStream.
newEncoder(Writer) - static method in class org.apache.ws.commons.util.Base64
Returns an OutputStream, that encodes its input in Base64 and writes it to the given Writer.
newEncoder(Writer,int,String) - static method in class org.apache.ws.commons.util.Base64
Returns an OutputStream, that encodes its input in Base64 and writes it to the given Writer.

O

OrderedAttributeXMLWriter - class org.apache.ws.commons.serialize.OrderedAttributeXMLWriter
A subclass of XMLWriterImpl, which writes the attributes ordered alphabetically.

P

parseObject(String,ParsePosition) - method in class org.apache.ws.commons.util.XsDateTimeFormat
PassThroughXMLWriter - class org.apache.ws.commons.serialize.PassThroughXMLWriter
A subclass of XMLWriterImpl, which is escaping nothing.
processingInstruction(String,String) - method in class org.apache.ws.commons.serialize.DOMBuilder
processingInstruction(String,String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Inserts a processing instruction.

R

reset() - method in class org.apache.ws.commons.util.NamespaceContextImpl
Resets the NamespaceSupport's state.

S

serialize(Node,ContentHandler) - method in class org.apache.ws.commons.serialize.DOMSerializer
Converts the given node pNode into a stream of SAX events, which are fired into the content handler pHandler.
setDeclarating(boolean) - method in class org.apache.ws.commons.serialize.XMLWriter
Sets, whether an XML declaration is being generated.
setDeclarating(boolean) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
setDocument(Document) - method in class org.apache.ws.commons.serialize.DOMBuilder
Sets the document being used as object factory.
setDocumentLocator(Locator) - method in class org.apache.ws.commons.serialize.DOMBuilder
Sets the Locator.
setDocumentLocator(Locator) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Sets the locator.
setEncoding(String) - method in class org.apache.ws.commons.serialize.XMLWriter
Sets the writers encoding.
setEncoding(String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
setFlushing(boolean) - method in class org.apache.ws.commons.serialize.XMLWriter
Sets, whether the method org.xml.sax.ContentHandler.endDocument should do a flush on the target stream.
setFlushing(boolean) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
setIndenting(boolean) - method in class org.apache.ws.commons.serialize.XMLWriter
Returns, whether the XMLWriter is indenting (pretty printing).
setIndenting(boolean) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
setIndentString(String) - method in class org.apache.ws.commons.serialize.XMLWriter
Sets the string being used to indent an XML element by one level.
setIndentString(String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
setLineFeed(String) - method in class org.apache.ws.commons.serialize.XMLWriter
Sets the line terminator.
setLineFeed(String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
setNamespaceDeclarationAttribute(boolean) - method in class org.apache.ws.commons.serialize.DOMSerializer
Sets whether XML namespace declarations are being serialized as attributes or as SAX events (default).
setParentsNamespaceDeclarationDisabled(boolean) - method in class org.apache.ws.commons.serialize.DOMSerializer
Returns whether XML declarations present in the parent nodes are being serialized (default) or not.
setPrefixMappingIsAttribute(boolean) - method in class org.apache.ws.commons.serialize.DOMBuilder
Returns whether the event startPrefixMapping(String,String) shall create an xmlns attribute.
setStartingDocument(boolean) - method in class org.apache.ws.commons.serialize.DOMSerializer
Sets, whether startDocument and endDocument events are generated for document nodes.
setTarget(Node) - method in class org.apache.ws.commons.serialize.DOMBuilder
Sets the target node.
setWriter(Writer) - method in class org.apache.ws.commons.serialize.XMLWriter
Sets the target Writer.
setWriter(Writer) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Sets the JaxbXMLSerializers Writer.
skippedEntity(String) - method in class org.apache.ws.commons.serialize.DOMBuilder
skippedEntity(String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Not actually implemented, because I don't know how to skip entities.
startDocument() - method in class org.apache.ws.commons.serialize.CharSetXMLWriter
Starts a document.
startDocument() - method in class org.apache.ws.commons.serialize.DOMBuilder
startDocument() - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Starts a document.
startElement(String,String,String,Attributes) - method in class org.apache.ws.commons.serialize.DOMBuilder
startElement(String,String,String,Attributes) - method in class org.apache.ws.commons.serialize.OrderedAttributeXMLWriter
Starts a new element.
startElement(String,String,String,Attributes) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Starts a new element.
startPrefixMapping(String,String) - method in class org.apache.ws.commons.serialize.DOMBuilder
startPrefixMapping(String,String) - method in class org.apache.ws.commons.util.NamespaceContextImpl
Declares a new prefix.
startPrefixMapping(String,String) - method in class org.apache.ws.commons.serialize.XMLWriterImpl
Starts use of a namespace prefix.

X

XMLWriter - interface org.apache.ws.commons.serialize.XMLWriter
A simple serializer for XML documents, which is writing to an instance of java.io.Writer.
XMLWriterImpl - class org.apache.ws.commons.serialize.XMLWriterImpl
Default implementation of XMLWriter.
XsDateFormat - class org.apache.ws.commons.util.XsDateFormat
An instance of java.text.Format, which may be used to parse and format xs:date values.
XsDateFormat() - constructor for class org.apache.ws.commons.util.XsDateFormat
Creates a new instance.
XsDateTimeFormat - class org.apache.ws.commons.util.XsDateTimeFormat
An instance of java.text.Format, which may be used to parse and format xs:dateTime values.
XsDateTimeFormat() - constructor for class org.apache.ws.commons.util.XsDateTimeFormat
Creates a new instance.
XsTimeFormat - class org.apache.ws.commons.util.XsTimeFormat
An instance of java.text.Format, which may be used to parse and format xs:time values.
XsTimeFormat() - constructor for class org.apache.ws.commons.util.XsTimeFormat
Creates a new instance.