- 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 interface org.apache.ws.commons.serialize.XMLWriter
-
Returns the writers encoding.
- getEncoding() - Method in class org.apache.ws.commons.serialize.XMLWriterImpl
-
- getIndentString() - Method in interface 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 interface 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(String) - Method in class org.apache.ws.commons.util.NamespaceContextImpl
-
Returns a collection to all prefixes bound to the given
namespace URI.
- 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.
- getSAXException() - Method in exception org.apache.ws.commons.util.Base64.SAXIOException
-
- getTarget() - Method in class org.apache.ws.commons.serialize.DOMBuilder
-
Returns the target node.
- getWriter() - Method in interface org.apache.ws.commons.serialize.XMLWriter
-
- getWriter() - Method in class org.apache.ws.commons.serialize.XMLWriterImpl
-
Returns the JaxbXMLSerializers Writer.
- 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 interface 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 interface 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 interface org.apache.ws.commons.serialize.XMLWriter
-
- setFlushing(boolean) - Method in class org.apache.ws.commons.serialize.XMLWriterImpl
-
- setIndenting(boolean) - Method in interface 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 interface 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 interface 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
-
- 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 interface org.apache.ws.commons.serialize.XMLWriter
-
- 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
-
- 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
-
- 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.serialize.XMLWriterImpl
-
Starts use of a namespace prefix.
- startPrefixMapping(String, String) - Method in class org.apache.ws.commons.util.NamespaceContextImpl
-
Declares a new prefix.