public class AbsoluteOrderingNode extends DeploymentDescriptorNode<AbsoluteOrderingDescriptor>
| Modifier and Type | Field and Description |
|---|---|
protected AbsoluteOrderingDescriptor |
descriptor |
static XMLElement |
tag |
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator| Constructor and Description |
|---|
AbsoluteOrderingNode() |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteOrderingDescriptor |
getDescriptor() |
protected Map<String,String> |
getDispatchTable()
all sub-implementation of this class can use a dispatch table to map xml element to
method name on the descriptor class for setting the element value.
|
void |
startElement(XMLElement element,
Attributes attributes)
SAX Parser API implementation, we don't really care for now.
|
Node |
writeDescriptor(Node parent,
String nodeName,
AbsoluteOrderingDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, endElement, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setElementValue, setParentNode, setXMLRootTag, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorspublic static final XMLElement tag
protected AbsoluteOrderingDescriptor descriptor
public AbsoluteOrderingDescriptor getDescriptor()
getDescriptor in interface XMLNode<AbsoluteOrderingDescriptor>getDescriptor in class DeploymentDescriptorNode<AbsoluteOrderingDescriptor>protected Map<String,String> getDispatchTable()
getDispatchTable in class DeploymentDescriptorNode<AbsoluteOrderingDescriptor>public void startElement(XMLElement element, Attributes attributes)
startElement in interface XMLNode<AbsoluteOrderingDescriptor>startElement in class DeploymentDescriptorNode<AbsoluteOrderingDescriptor>element - the XML element type nameattributes - the specified or defaultted attritutespublic Node writeDescriptor(Node parent, String nodeName, AbsoluteOrderingDescriptor descriptor)
writeDescriptor in class DeploymentDescriptorNode<AbsoluteOrderingDescriptor>parent - node in the DOM treenodeName - node name for the root element of this xml fragmentdescriptor - the descriptor to writeCopyright © 2019. All rights reserved.