Uses of Class
org.apache.juneau.xml.Namespace
Packages that use Namespace
Package
Description
HTML Marshalling Support
SOAP/XML Marshalling Support
XML Marshalling Support
-
Uses of Namespace in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type NamespaceModifier and TypeMethodDescriptionHtmlDocSerializer.Builder.defaultNamespace(Namespace value) HtmlSchemaDocSerializer.Builder.defaultNamespace(Namespace value) HtmlSchemaSerializer.Builder.defaultNamespace(Namespace value) HtmlSerializer.Builder.defaultNamespace(Namespace value) HtmlStrippedDocSerializer.Builder.defaultNamespace(Namespace value) HtmlDocSerializer.Builder.namespaces(Namespace... values) HtmlSchemaDocSerializer.Builder.namespaces(Namespace... values) HtmlSchemaSerializer.Builder.namespaces(Namespace... values) HtmlSerializer.Builder.namespaces(Namespace... values) HtmlStrippedDocSerializer.Builder.namespaces(Namespace... values) protected XmlSerializerSession.ContentResultHtmlSerializerSession.serializeAnything(XmlWriter out, Object o, ClassMeta<?> eType, String keyName, String elementName, Namespace elementNamespace, boolean addNamespaceUris, XmlFormat format, boolean isMixed, boolean preserveWhitespace, BeanPropertyMeta pMeta) -
Uses of Namespace in org.apache.juneau.soap
Methods in org.apache.juneau.soap with parameters of type NamespaceModifier and TypeMethodDescriptionSoapXmlSerializer.Builder.defaultNamespace(Namespace value) SoapXmlSerializer.Builder.namespaces(Namespace... values) -
Uses of Namespace in org.apache.juneau.xml
Fields in org.apache.juneau.xml declared as NamespaceModifier and TypeFieldDescriptionprotected static final NamespaceXmlSerializer.DEFAULT_JUNEAU_NAMESPACEprotected static final NamespaceXmlSerializer.DEFAULT_XS_NAMESPACEMethods in org.apache.juneau.xml that return NamespaceModifier and TypeMethodDescriptionstatic NamespaceConverts the specified object into aNamespaceobject.static Namespace[]Namespace.createArray(Object o) Converts the specified object into an array ofNamespaceobject.static NamespaceXmlUtils.findNamespace(List<Xml> xmls, List<XmlSchema> schemas) Find the namespace given a list of@Xml and@XmlSchema annotations.protected final NamespaceXmlSerializer.getDefaultNamespace()Default namespace.protected final NamespaceXmlSerializerSession.getDefaultNamespace()Default namespace.XmlBeanPropertyMeta.getNamespace()Returns the XML namespace associated with this bean property.XmlClassMeta.getNamespace()Returns the XML namespace associated with this class.static NamespaceCreate aNamespacefrom a"name:uri" string pair.static NamespaceCreate aNamespacewith the specified name and URI.Methods in org.apache.juneau.xml that return types with arguments of type NamespaceModifier and TypeMethodDescriptionXmlSerializer.getNamespaces()Default namespaces.XmlSerializerSession.getNamespaces()Default namespaces.Methods in org.apache.juneau.xml with parameters of type NamespaceModifier and TypeMethodDescriptionSame asXmlWriter.attr(String, String, Object), except pass in aNamespaceobject for the namespace.Writes an attribute with a URI value to the output:ns:name ='uri-value' XmlSerializer.Builder.defaultNamespace(Namespace value) Default namespace.XmlSerializer.Builder.namespaces(Namespace... values) Default namespaces.Writes an open-ended attribute to the output:ns:name =protected XmlSerializerSession.ContentResultXmlSerializerSession.serializeAnything(XmlWriter out, Object o, ClassMeta<?> eType, String keyName, String elementName, Namespace elementNamespace, boolean addNamespaceUris, XmlFormat format, boolean isMixedOrText, boolean preserveWhitespace, BeanPropertyMeta pMeta) Workhorse method.Constructors in org.apache.juneau.xml with parameters of type NamespaceModifierConstructorDescriptionXmlWriter(Writer out, boolean useWhitespace, int maxIndent, boolean trimStrings, char quoteChar, UriResolver uriResolver, boolean enableNs, Namespace defaultNamespace) Constructor.