Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.Name
-
Packages that use Name Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.glassfish.jaxb.runtime.v2.runtime.property org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects.org.glassfish.jaxb.runtime.v2.runtime.reflect.opt org.glassfish.jaxb.runtime.v2.runtime.unmarshaller org.glassfish.jaxb.runtime.v2.util -
-
Uses of Name in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return Name Modifier and Type Method Description NameNameBuilder. createAttributeName(String nsUri, String localName)NameNameBuilder. createAttributeName(QName name)NameNameBuilder. createElementName(String nsUri, String localName)NameNameBuilder. createElementName(QName name)Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type Name Modifier and Type Method Description voidXMLSerializer. attribute(Name name, CharSequence value)intName. compareTo(Name that)voidXMLSerializer. leafElement(Name tagName, int data, String fieldName)voidXMLSerializer. leafElement(Name tagName, String data, String fieldName)voidXMLSerializer. leafElement(Name tagName, Pcdata data, String fieldName)voidXMLSerializer. startElement(Name tagName, Object outerPeer)protected <T> voidMarshallerImpl. write(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out, Runnable postInitAction)Used byBridgeImplto write an arbitrary object as a fragment.voidFilterTransducer. writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName)voidInlineBinaryTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidMimeTypedTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidSchemaTypeTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidTransducer. writeLeafElement(XMLSerializer w, Name tagName, ValueT o, String fieldName)Sends the result of theTransducer.print(Object)operation to one of theXMLSerializer.leafElement(Name, String, String)method. -
Uses of Name in org.glassfish.jaxb.runtime.v2.runtime.output
Methods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type Name Modifier and Type Method Description voidC14nXmlOutput. attribute(Name name, String value)voidFastInfosetStreamWriterOutput. attribute(Name name, String value)voidForkXmlOutput. attribute(Name name, String value)voidMTOMXmlOutput. attribute(Name name, String value)voidUTF8XmlOutput. attribute(Name name, String value)voidXmlOutput. attribute(Name name, String value)voidXmlOutputAbstractImpl. attribute(Name name, String value)voidFastInfosetStreamWriterOutput. beginStartTag(Name name)voidForkXmlOutput. beginStartTag(Name name)voidIndentingUTF8XmlOutput. beginStartTag(Name name)voidMTOMXmlOutput. beginStartTag(Name name)voidUTF8XmlOutput. beginStartTag(Name name)voidXmlOutput. beginStartTag(Name name)Writes a start tag.voidXmlOutputAbstractImpl. beginStartTag(Name name)Writes a start tag.voidFastInfosetStreamWriterOutput. beginStartTagWithNamespaces(Name name)voidFastInfosetStreamWriterOutput. endTag(Name name)voidForkXmlOutput. endTag(Name name)voidIndentingUTF8XmlOutput. endTag(Name name)voidMTOMXmlOutput. endTag(Name name)voidUTF8XmlOutput. endTag(Name name)voidXmlOutput. endTag(Name name)voidXmlOutputAbstractImpl. endTag(Name name)voidNamespaceContextImpl.Element. setTagName(Name tagName, Object outerPeer) -
Uses of Name in org.glassfish.jaxb.runtime.v2.runtime.property
Fields in org.glassfish.jaxb.runtime.v2.runtime.property declared as Name Modifier and Type Field Description NameAttributeProperty. attNameAttribute name. -
Uses of Name in org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type Name Modifier and Type Method Description voidDefaultTransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName)voidTransducedAccessor.CompositeTransducedAccessorImpl. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName)abstract voidTransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName)Convenience method to write the value as a text inside an element without any attributes. -
Uses of Name in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt with parameters of type Name Modifier and Type Method Description voidTransducedAccessor_field_Integer. writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName)voidTransducedAccessor_method_Integer. writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName) -
Uses of Name in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type Name Modifier and Type Method Description booleanTagName. matches(Name name)Checks if the given name pair matches this name. -
Uses of Name in org.glassfish.jaxb.runtime.v2.util
Methods in org.glassfish.jaxb.runtime.v2.util with parameters of type Name Modifier and Type Method Description voidQNameMap. put(Name name, V value)
-