|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Name | |
---|---|
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
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 | Hosts optimized
Accessor ,
TransducedAccessor , and
Transducer . |
com.sun.xml.bind.v2.runtime.unmarshaller | |
com.sun.xml.bind.v2.util |
Uses of Name in com.sun.xml.bind.v2.model.impl |
---|
Methods in com.sun.xml.bind.v2.model.impl with parameters of type Name | |
---|---|
void |
RuntimeEnumLeafInfoImpl.writeLeafElement(XMLSerializer w,
Name tagName,
T o,
String fieldName)
|
Uses of Name in com.sun.xml.bind.v2.runtime |
---|
Methods in com.sun.xml.bind.v2.runtime that return Name | |
---|---|
Name |
NameBuilder.createAttributeName(QName name)
|
Name |
NameBuilder.createAttributeName(String nsUri,
String localName)
|
Name |
NameBuilder.createElementName(QName name)
|
Name |
NameBuilder.createElementName(String nsUri,
String localName)
|
Methods in com.sun.xml.bind.v2.runtime with parameters of type Name | ||
---|---|---|
void |
XMLSerializer.attribute(Name name,
CharSequence value)
|
|
int |
Name.compareTo(Name that)
|
|
void |
XMLSerializer.leafElement(Name tagName,
int data,
String fieldName)
|
|
void |
XMLSerializer.leafElement(Name tagName,
Pcdata data,
String fieldName)
|
|
void |
XMLSerializer.leafElement(Name tagName,
String data,
String fieldName)
|
|
void |
XMLSerializer.startElement(Name tagName,
Object outerPeer)
|
|
protected
|
MarshallerImpl.write(Name rootTagName,
JaxBeanInfo<T> bi,
T obj,
XmlOutput out,
Runnable postInitAction)
Used by BridgeImpl to write an arbitrary object as a fragment. |
|
void |
FilterTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
T o,
String fieldName)
|
|
void |
Transducer.writeLeafElement(XMLSerializer w,
Name tagName,
ValueT o,
String fieldName)
Sends the result of the Transducer.print(Object) operation
to one of the XMLSerializer.leafElement(Name, String, String) method. |
|
void |
InlineBinaryTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
V o,
String fieldName)
|
|
void |
MimeTypedTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
V o,
String fieldName)
|
|
void |
SchemaTypeTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
V o,
String fieldName)
|
Constructors in com.sun.xml.bind.v2.runtime with parameters of type Name | |
---|---|
BridgeImpl(JAXBContextImpl context,
Name tagName,
JaxBeanInfo<T> bi,
TypeReference typeRef)
|
Uses of Name in com.sun.xml.bind.v2.runtime.output |
---|
Fields in com.sun.xml.bind.v2.runtime.output declared as Name | |
---|---|
(package private) Name |
C14nXmlOutput.StaticAttribute.name
|
Methods in com.sun.xml.bind.v2.runtime.output with parameters of type Name | |
---|---|
void |
XmlOutputAbstractImpl.attribute(Name name,
String value)
|
void |
XmlOutput.attribute(Name name,
String value)
|
void |
ForkXmlOutput.attribute(Name name,
String value)
|
void |
MTOMXmlOutput.attribute(Name name,
String value)
|
void |
UTF8XmlOutput.attribute(Name name,
String value)
|
void |
C14nXmlOutput.attribute(Name name,
String value)
|
void |
XmlOutputAbstractImpl.beginStartTag(Name name)
Writes a start tag. |
void |
XmlOutput.beginStartTag(Name name)
Writes a start tag. |
void |
ForkXmlOutput.beginStartTag(Name name)
|
void |
MTOMXmlOutput.beginStartTag(Name name)
|
void |
UTF8XmlOutput.beginStartTag(Name name)
|
void |
IndentingUTF8XmlOutput.beginStartTag(Name name)
|
void |
XmlOutputAbstractImpl.endTag(Name name)
|
void |
XmlOutput.endTag(Name name)
|
void |
ForkXmlOutput.endTag(Name name)
|
void |
MTOMXmlOutput.endTag(Name name)
|
void |
UTF8XmlOutput.endTag(Name name)
|
void |
IndentingUTF8XmlOutput.endTag(Name name)
|
void |
C14nXmlOutput.StaticAttribute.set(Name name,
String value)
|
void |
NamespaceContextImpl.Element.setTagName(Name tagName,
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 | |
---|---|
Name |
AttributeProperty.attName
Attribute name. |
(package private) Name |
TagAndType.tagName
|
protected Name |
ArrayERProperty.wrapperTagName
Wrapper tag name if any, or null. |
Constructors in com.sun.xml.bind.v2.runtime.property with parameters of type Name | |
---|---|
TagAndType(Name tagName,
JaxBeanInfo beanInfo)
|
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 | |
---|---|
abstract void |
TransducedAccessor.writeLeafElement(XMLSerializer w,
Name tagName,
BeanT o,
String fieldName)
Convenience method to write the value as a text inside an element without any attributes. |
void |
TransducedAccessor.CompositeContextDependentTransducedAccessorImpl.writeLeafElement(XMLSerializer w,
Name tagName,
BeanT o,
String fieldName)
|
void |
TransducedAccessor.CompositeTransducedAccessorImpl.writeLeafElement(XMLSerializer w,
Name tagName,
BeanT o,
String fieldName)
|
void |
DefaultTransducedAccessor.writeLeafElement(XMLSerializer w,
Name tagName,
T o,
String fieldName)
|
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 | |
---|---|
void |
TransducedAccessor_field_Integer.writeLeafElement(XMLSerializer w,
Name tagName,
Object o,
String fieldName)
|
void |
TransducedAccessor_method_Integer.writeLeafElement(XMLSerializer w,
Name tagName,
Object o,
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 | |
---|---|
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 | |
---|---|
void |
QNameMap.put(Name name,
V value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |