Searched defs:tag (Results 1 - 25 of 40) sorted by relevance

12

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/
H A DAddressingNode.java65 private final static XMLElement tag = field in class:AddressingNode
74 * @return the XML tag associated with this XMLNode
77 return tag;
96 * receives notification of the value for a particular tag
H A DDataSourceDefinitionNode.java53 public final static XMLElement tag = new XMLElement(TagNames.DATA_SOURCE); field in class:DataSourceDefinitionNode
H A DRespectBindingNode.java58 private final static XMLElement tag = field in class:RespectBindingNode
67 * @return the XML tag associated with this XMLNode
70 return tag;
87 * receives notification of the value for a particular tag
H A DWebServiceEndpointNode.java65 private final static XMLElement tag = field in class:WebServiceEndpointNode
86 * @return the XML tag associated with this XMLNode
89 return tag;
110 * receives notification of the value for a particular tag
H A DWebServiceNode.java58 private final static XMLElement tag = field in class:WebServiceNode
91 * @return the XML tag associated with this XMLNode
94 return tag;
H A DWebServiceHandlerChainNode.java53 private final static XMLElement tag = field in class:WebServiceHandlerChainNode
64 * @return the XML tag associated with this XMLNode
67 return tag;
85 * receives notification of the value for a particular tag
H A DWebServiceHandlerNode.java63 private final static XMLElement tag = field in class:WebServiceHandlerNode
73 * @return the XML tag associated with this XMLNode
76 return tag;
95 * receives notification of the value for a particular tag
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/web/
H A DOrderingNode.java57 public final static XMLElement tag = new XMLElement(WebTagNames.ORDERING); field in class:OrderingNode
H A DAbsoluteOrderingNode.java61 public final static XMLElement tag = new XMLElement(WebTagNames.ABSOLUTE_ORDERING); field in class:AbsoluteOrderingNode
H A DServletNode.java67 private final static XMLElement tag = field in class:ServletNode
84 * @return the XML tag associated with this XMLNode
87 return tag;
140 * receives notiification of the value for a particular tag
H A DWebFragmentNode.java58 public final static XMLElement tag = new XMLElement(WebTagNames.WEB_FRAGMENT); field in class:WebFragmentNode
76 * @return the doctype tag name
79 return tag.getQName();
103 * @return the XML tag associated with this XMLNode
106 return tag;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/connector/
H A DConnectionDefNode.java61 * This node signifies the connection-definition tag in Connector DTD
70 public final static XMLElement tag = new XMLElement(ConnectorTagNames.CONNECTION_DEFINITION); field in class:ConnectionDefNode
H A DOutBoundRANode.java61 * This node signifies the outbound-resourceadapter tag in Connector DTD
70 public final static XMLElement tag = new XMLElement(ConnectorTagNames.OUTBOUND_RESOURCE_ADAPTER); field in class:OutBoundRANode
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ws/
H A DReliabilityConfigNode.java59 private final XMLElement tag = field in class:ReliabilityConfigNode
69 return tag;
107 Element tag = doc.createElement(tagName);
108 tag.appendChild(doc.createTextNode(value));
109 parentNode.appendChild(tag);
H A DWLUnSupportedNode.java56 private final XMLElement tag; field in class:WLUnSupportedNode
58 public WLUnSupportedNode(XMLElement tag) { argument
59 this.tag = tag;
64 return tag;
H A DWLWebServiceNode.java64 private final static XMLElement tag = field in class:WLWebServiceNode
90 * receives notiification of the value for a particular tag
140 * @return the XML tag associated with this XMLNode
144 return tag;
H A DWLWebServiceEndpointNode.java67 private final static XMLElement tag = field in class:WLWebServiceEndpointNode
89 return tag;
210 private final XMLElement tag = field in class:WLWebServiceEndpointNode.WSDLNode
220 return tag;
258 private final XMLElement tag = field in class:WLWebServiceEndpointNode.ServiceEndpointAddressNode
270 return tag;
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DConstBasic.java60 public abstract int tag (); method in class:ConstBasic
H A DConstFieldRef.java51 /* The tag associated with ConstFieldRef */
55 public int tag () { return MyTag; } method in class:ConstFieldRef
H A DConstInterfaceMethodRef.java51 /* The tag value associated with ConstDouble */
57 * The tag of this constant entry
59 public int tag () { return MyTag; } method in class:ConstInterfaceMethodRef
H A DConstMethodRef.java51 /* The tag value associated with ConstMethodRef */
57 * The tag of this constant entry
59 public int tag () { return MyTag; } method in class:ConstMethodRef
H A DConstUnicode.java55 /* The tag associated with ConstClass entries */
64 * The tag of this constant entry
66 public int tag () { return MyTag; } method in class:ConstUnicode
H A DConstUtf8.java50 /* The tag associated with ConstClass entries */
59 * The tag of this constant entry
61 public int tag () { return MyTag; } method in class:ConstUtf8
H A DConstClass.java50 /* The tag associated with ConstClass entries */
63 * Return the tag for this constant
65 public int tag () { return MyTag; } method in class:ConstClass
H A DConstDouble.java50 /* The tag value associated with ConstDouble */
59 * The tag of this constant entry
61 public int tag () { method in class:ConstDouble

Completed in 787 milliseconds

12