Uses of Class
org.apache.juneau.xml.Namespace
Packages that use Namespace
-
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.ContentResult
HtmlSerializerSession.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 Namespace
XmlSerializer.DEFAULT_JUNEAU_NAMESPACE
protected static final Namespace
XmlSerializer.DEFAULT_XS_NAMESPACE
Methods in org.apache.juneau.xml that return NamespaceModifier and TypeMethodDescriptionstatic Namespace
Converts the specified object into aNamespace
object.static Namespace[]
Namespace.createArray
(Object o) Converts the specified object into an array ofNamespace
object.static Namespace
XmlUtils.findNamespace
(List<Xml> xmls, List<XmlSchema> schemas) Find the namespace given a list of@Xml and@XmlSchema annotations.protected final Namespace
XmlSerializer.getDefaultNamespace()
Default namespace.protected final Namespace
XmlSerializerSession.getDefaultNamespace()
Default namespace.XmlBeanPropertyMeta.getNamespace()
Returns the XML namespace associated with this bean property.XmlClassMeta.getNamespace()
Returns the XML namespace associated with this class.protected final Namespace[]
XmlSerializer.getNamespaces()
Default namespaces.protected final Namespace[]
XmlSerializerSession.getNamespaces()
Default namespaces.static Namespace
Create aNamespace
from a"name:uri" string pair.static Namespace
Create aNamespace
with the specified name and URI.Methods in org.apache.juneau.xml with parameters of type NamespaceModifier and TypeMethodDescriptionSame asXmlWriter.attr(String, String, Object)
, except pass in aNamespace
object 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.ContentResult
XmlSerializerSession.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.