public class LocaleCharsetInfoNode extends RuntimeDescriptorNode<LocaleCharsetInfo>
| Modifier and Type | Field and Description |
|---|---|
protected LocaleCharsetInfo |
descriptor |
abstractDescriptor, habitat, handlers, localStrings, parentNode, rootNode| Constructor and Description |
|---|
LocaleCharsetInfoNode()
Initialize the child handlers
|
| Modifier and Type | Method and Description |
|---|---|
LocaleCharsetInfo |
getDescriptor() |
void |
startElement(XMLElement element,
Attributes attributes)
SAX Parser API implementation, we don't really care for now.
|
Node |
writeDescriptor(Node parent,
String nodeName,
LocaleCharsetInfo descriptor)
write the descriptor class to a DOM tree and return it
|
createDescriptor, setElementValue, writeCommonComponentInfo, writeMessageDestinationInfoaddDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDispatchTable, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorsprotected LocaleCharsetInfo descriptor
public LocaleCharsetInfoNode()
public LocaleCharsetInfo getDescriptor()
getDescriptor in interface XMLNode<LocaleCharsetInfo>getDescriptor in class RuntimeDescriptorNode<LocaleCharsetInfo>public void startElement(XMLElement element, Attributes attributes)
DeploymentDescriptorNodestartElement in interface XMLNode<LocaleCharsetInfo>startElement in class DeploymentDescriptorNode<LocaleCharsetInfo>element - the XML element type nameattributes - the specified or defaultted attritutespublic Node writeDescriptor(Node parent, String nodeName, LocaleCharsetInfo descriptor)
writeDescriptor in class DeploymentDescriptorNode<LocaleCharsetInfo>parent - node for the DOM treenodeName - node name for the descriptordescriptor - the descriptor to writeCopyright © 2017. All rights reserved.