Uses of Class
com.sun.xml.bind.v2.runtime.Name
-
Packages that use Name Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput
and its implementations}.com.sun.xml.bind.v2.runtime.property com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects.com.sun.xml.bind.v2.runtime.reflect.opt com.sun.xml.bind.v2.runtime.unmarshaller com.sun.xml.bind.v2.util -
-
Uses of Name in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return Name Modifier and Type Method Description Name
NameBuilder. createAttributeName(java.lang.String nsUri, java.lang.String localName)
Name
NameBuilder. createAttributeName(javax.xml.namespace.QName name)
Name
NameBuilder. createElementName(java.lang.String nsUri, java.lang.String localName)
Name
NameBuilder. createElementName(javax.xml.namespace.QName name)
Methods in com.sun.xml.bind.v2.runtime with parameters of type Name Modifier and Type Method Description void
XMLSerializer. attribute(Name name, java.lang.CharSequence value)
int
Name. compareTo(Name that)
void
XMLSerializer. leafElement(Name tagName, int data, java.lang.String fieldName)
void
XMLSerializer. leafElement(Name tagName, Pcdata data, java.lang.String fieldName)
void
XMLSerializer. leafElement(Name tagName, java.lang.String data, java.lang.String fieldName)
void
XMLSerializer. startElement(Name tagName, java.lang.Object outerPeer)
protected <T> void
MarshallerImpl. write(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out, java.lang.Runnable postInitAction)
Used byBridgeImpl
to write an arbitrary object as a fragment.void
FilterTransducer. writeLeafElement(XMLSerializer w, Name tagName, T o, java.lang.String fieldName)
void
InlineBinaryTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, java.lang.String fieldName)
void
MimeTypedTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, java.lang.String fieldName)
void
SchemaTypeTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, java.lang.String fieldName)
void
Transducer. writeLeafElement(XMLSerializer w, Name tagName, ValueT o, java.lang.String fieldName)
Sends the result of theTransducer.print(Object)
operation to one of theXMLSerializer.leafElement(Name, String, String)
method. -
Uses of Name in com.sun.xml.bind.v2.runtime.output
Methods in com.sun.xml.bind.v2.runtime.output with parameters of type Name Modifier and Type Method Description void
C14nXmlOutput. attribute(Name name, java.lang.String value)
void
FastInfosetStreamWriterOutput. attribute(Name name, java.lang.String value)
void
ForkXmlOutput. attribute(Name name, java.lang.String value)
void
MTOMXmlOutput. attribute(Name name, java.lang.String value)
void
UTF8XmlOutput. attribute(Name name, java.lang.String value)
void
XmlOutput. attribute(Name name, java.lang.String value)
void
XmlOutputAbstractImpl. attribute(Name name, java.lang.String value)
void
FastInfosetStreamWriterOutput. beginStartTag(Name name)
void
ForkXmlOutput. beginStartTag(Name name)
void
IndentingUTF8XmlOutput. beginStartTag(Name name)
void
MTOMXmlOutput. beginStartTag(Name name)
void
UTF8XmlOutput. beginStartTag(Name name)
void
XmlOutput. beginStartTag(Name name)
Writes a start tag.void
XmlOutputAbstractImpl. beginStartTag(Name name)
Writes a start tag.void
FastInfosetStreamWriterOutput. beginStartTagWithNamespaces(Name name)
void
FastInfosetStreamWriterOutput. endTag(Name name)
void
ForkXmlOutput. endTag(Name name)
void
IndentingUTF8XmlOutput. endTag(Name name)
void
MTOMXmlOutput. endTag(Name name)
void
UTF8XmlOutput. endTag(Name name)
void
XmlOutput. endTag(Name name)
void
XmlOutputAbstractImpl. endTag(Name name)
void
NamespaceContextImpl.Element. setTagName(Name tagName, java.lang.Object outerPeer)
-
Uses of Name in com.sun.xml.bind.v2.runtime.property
Fields in com.sun.xml.bind.v2.runtime.property declared as Name Modifier and Type Field Description Name
AttributeProperty. attName
Attribute name. -
Uses of Name in com.sun.xml.bind.v2.runtime.reflect
Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type Name Modifier and Type Method Description void
DefaultTransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, T o, java.lang.String fieldName)
void
TransducedAccessor.CompositeTransducedAccessorImpl. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, java.lang.String fieldName)
abstract void
TransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, java.lang.String fieldName)
Convenience method to write the value as a text inside an element without any attributes. -
Uses of Name in com.sun.xml.bind.v2.runtime.reflect.opt
Methods in com.sun.xml.bind.v2.runtime.reflect.opt with parameters of type Name Modifier and Type Method Description void
TransducedAccessor_field_Integer. writeLeafElement(XMLSerializer w, Name tagName, java.lang.Object o, java.lang.String fieldName)
void
TransducedAccessor_method_Integer. writeLeafElement(XMLSerializer w, Name tagName, java.lang.Object o, java.lang.String fieldName)
-
Uses of Name in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Name Modifier and Type Method Description boolean
TagName. matches(Name name)
Checks if the given name pair matches this name. -
Uses of Name in com.sun.xml.bind.v2.util
Methods in com.sun.xml.bind.v2.util with parameters of type Name Modifier and Type Method Description void
QNameMap. put(Name name, V value)
-