|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMNamespace in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMNamespace | |
---|---|
OMNamespace |
OMFactory.createOMNamespace(String uri,
String prefix)
|
OMNamespace |
OMElement.declareDefaultNamespace(String uri)
This will declare a default namespace for this element explicitly |
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declares a namespace with the element as its scope. |
OMNamespace |
OMElement.declareNamespace(String uri,
String prefix)
Creates a namespace in the current element scope. |
OMNamespace |
OMElement.findNamespace(String uri,
String prefix)
Finds a namespace with the given uri and prefix, in the scope of the hierarchy. |
OMNamespace |
OMElement.findNamespaceURI(String prefix)
Checks for a namespace in the context of this element with the given prefix and returns the relevant namespace object, if available. |
OMNamespace |
OMElement.getDefaultNamespace()
This will retrieve the default namespace of this element, if available. |
OMNamespace |
OMText.getNamespace()
Deprecated. This API is going away. Please use getTextAsQName() instead. |
OMNamespace |
OMElement.getNamespace()
|
OMNamespace |
OMAttribute.getNamespace()
|
Methods in org.apache.axiom.om with parameters of type OMNamespace | |
---|---|
OMAttribute |
OMElement.addAttribute(String attributeName,
String value,
OMNamespace ns)
Adds an attribute to the current element. |
OMAttribute |
OMFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
|
OMSourcedElement |
OMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Construct element with arbitrary data source. |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns)
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMNamespace |
OMElement.declareNamespace(OMNamespace namespace)
Declares a namespace with the element as its scope. |
void |
OMElement.setNamespace(OMNamespace namespace)
Sets the Namespace. |
void |
OMElement.setNamespaceWithNoFindInCurrentScope(OMNamespace namespace)
This will not search the namespace in the scope nor will declare in the current element, as in setNamespace(OMNamespace). |
void |
OMAttribute.setOMNamespace(OMNamespace omNamespace)
|
Uses of OMNamespace in org.apache.axiom.om.impl |
---|
Classes in org.apache.axiom.om.impl that implement OMNamespace | |
---|---|
class |
OMNamespaceImpl
Class OMNamespaceImpl |
Uses of OMNamespace in org.apache.axiom.om.impl.dom |
---|
Classes in org.apache.axiom.om.impl.dom that implement OMNamespace | |
---|---|
class |
NamespaceImpl
|
Fields in org.apache.axiom.om.impl.dom declared as OMNamespace | |
---|---|
protected OMNamespace |
ElementImpl.namespace
|
protected OMNamespace |
TextImpl.ns
Field nameSpace is used when serializing Binary stuff as MTOM optimized. |
protected OMNamespace |
TextImpl.textNS
|
static OMNamespace |
TextImpl.XOP_NS
Field nameSpace used when serializing Binary stuff as MTOM optimized. |
Methods in org.apache.axiom.om.impl.dom that return OMNamespace | |
---|---|
OMNamespace |
ElementImpl.declareDefaultNamespace(String uri)
We use "" to store the default namespace of this element. |
OMNamespace |
ElementImpl.declareNamespace(OMNamespace namespace)
Allows overriding an existing declaration if the same prefix was used. |
OMNamespace |
ElementImpl.declareNamespace(String uri,
String prefix)
Allows overriding an existing declaration if the same prefix was used. |
OMNamespace |
ElementImpl.findNamespace(String uri,
String prefix)
|
OMNamespace |
ElementImpl.findNamespaceURI(String prefix)
|
OMNamespace |
ElementImpl.getDefaultNamespace()
|
OMNamespace |
TextImpl.getNamespace()
|
OMNamespace |
AttrImpl.getNamespace()
Returns the namespace of the attribute as an OMNamespace . |
OMNamespace |
ElementImpl.getNamespace()
Returns the namespace of this element. |
Methods in org.apache.axiom.om.impl.dom with parameters of type OMNamespace | |
---|---|
OMAttribute |
ElementImpl.addAttribute(String attributeName,
String value,
OMNamespace ns)
The behaviour of this is the same as org.w3c.dom.Element#setAttributeNS |
OMNamespace |
ElementImpl.declareNamespace(OMNamespace namespace)
Allows overriding an existing declaration if the same prefix was used. |
void |
ElementImpl.setNamespace(OMNamespace namespace)
Sets the namespace. |
void |
ElementImpl.setNamespaceWithNoFindInCurrentScope(OMNamespace namespace)
|
void |
AttrImpl.setOMNamespace(OMNamespace omNamespace)
Sets the namespace of this attribute node. |
Constructors in org.apache.axiom.om.impl.dom with parameters of type OMNamespace | |
---|---|
AttrImpl(DocumentImpl ownerDocument,
String localName,
OMNamespace namespace,
OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
String localName,
OMNamespace ns,
String value,
OMFactory factory)
|
Uses of OMNamespace in org.apache.axiom.om.impl.dom.factory |
---|
Methods in org.apache.axiom.om.impl.dom.factory that return OMNamespace | |
---|---|
OMNamespace |
OMDOMFactory.createOMNamespace(String uri,
String prefix)
Creates a new OMNamespace. |
Methods in org.apache.axiom.om.impl.dom.factory with parameters of type OMNamespace | |
---|---|
OMAttribute |
OMDOMFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
|
OMSourcedElement |
OMDOMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
|
OMElement |
OMDOMFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns)
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder. |
Uses of OMNamespace in org.apache.axiom.om.impl.llom |
---|
Fields in org.apache.axiom.om.impl.llom declared as OMNamespace | |
---|---|
static OMNamespace |
OMElementImpl.DEFAULT_DEFAULT_NS_OBJECT
|
protected OMNamespace |
OMElementImpl.ns
Field ns |
protected OMNamespace |
OMTextImpl.textNS
|
static OMNamespace |
OMTextImpl.XOP_NS
Field nameSpace used when serializing Binary stuff as MTOM optimized. |
Methods in org.apache.axiom.om.impl.llom that return OMNamespace | |
---|---|
OMNamespace |
OMSourcedElementImpl.declareDefaultNamespace(String uri)
|
OMNamespace |
OMElementImpl.declareDefaultNamespace(String uri)
We use "" to store the default namespace of this element. |
OMNamespace |
OMSourcedElementImpl.declareNamespace(OMNamespace namespace)
|
OMNamespace |
OMElementImpl.declareNamespace(OMNamespace namespace)
|
OMNamespace |
OMSourcedElementImpl.declareNamespace(String uri,
String prefix)
|
OMNamespace |
OMElementImpl.declareNamespace(String uri,
String prefix)
Creates a namespace in the current element scope. |
OMNamespace |
OMSourcedElementImpl.findNamespace(String uri,
String prefix)
|
OMNamespace |
OMElementImpl.findNamespace(String uri,
String prefix)
Finds a namespace with the given uri and prefix, in the scope of the document. |
OMNamespace |
OMSourcedElementImpl.findNamespaceURI(String prefix)
|
OMNamespace |
OMElementImpl.findNamespaceURI(String prefix)
|
OMNamespace |
OMSourcedElementImpl.getDefaultNamespace()
|
OMNamespace |
OMElementImpl.getDefaultNamespace()
|
OMNamespace |
OMTextImpl.getNamespace()
|
OMNamespace |
OMSourcedElementImpl.getNamespace()
|
OMNamespace |
OMElementImpl.getNamespace()
Method getNamespace. |
OMNamespace |
OMAttributeImpl.getNamespace()
Method getNamespace. |
Methods in org.apache.axiom.om.impl.llom with parameters of type OMNamespace | |
---|---|
OMAttribute |
OMSourcedElementImpl.addAttribute(String attributeName,
String value,
OMNamespace namespace)
|
OMAttribute |
OMElementImpl.addAttribute(String attributeName,
String value,
OMNamespace ns)
Creates an OMAttributeImpl instance out of the given arguments and
inserts that attribute to this element. |
OMNamespace |
OMSourcedElementImpl.declareNamespace(OMNamespace namespace)
|
OMNamespace |
OMElementImpl.declareNamespace(OMNamespace namespace)
|
void |
OMSourcedElementImpl.setNamespace(OMNamespace namespace)
|
void |
OMElementImpl.setNamespace(OMNamespace namespace)
Method setNamespace. |
void |
OMSourcedElementImpl.setNamespaceWithNoFindInCurrentScope(OMNamespace namespace)
|
void |
OMElementImpl.setNamespaceWithNoFindInCurrentScope(OMNamespace namespace)
|
void |
OMAttributeImpl.setOMNamespace(OMNamespace omNamespace)
Method setOMNamespace. |
Constructors in org.apache.axiom.om.impl.llom with parameters of type OMNamespace | |
---|---|
OMAttributeImpl(String localName,
OMNamespace ns,
String value,
OMFactory factory)
Constructor OMAttributeImpl. |
|
OMElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMFactory factory)
This is the basic constructor for OMElement. |
|
OMElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory)
Constructor OMElementImpl. |
|
OMElementImpl(String localName,
OMNamespace ns,
OMFactory factory)
Constructor OMElementImpl. |
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMFactory factory)
|
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory)
|
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMFactory factory)
|
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMFactory factory,
OMDataSource source)
Constructor. |
Uses of OMNamespace in org.apache.axiom.om.impl.llom.factory |
---|
Methods in org.apache.axiom.om.impl.llom.factory that return OMNamespace | |
---|---|
OMNamespace |
OMLinkedListImplFactory.createOMNamespace(String uri,
String prefix)
Method createOMNamespace. |
Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMNamespace | |
---|---|
OMAttribute |
OMLinkedListImplFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
Creates attribute. |
OMSourcedElement |
OMLinkedListImplFactory.createOMElement(OMDataSource source,
String localName,
OMNamespace ns)
Construct element with arbitrary data source. |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns)
Method createOMElement. |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement. |
Uses of OMNamespace in org.apache.axiom.om.impl.util |
---|
Methods in org.apache.axiom.om.impl.util with parameters of type OMNamespace | |
---|---|
static void |
OMSerializerUtil.serializeNamespace(OMNamespace namespace,
javax.xml.stream.XMLStreamWriter writer)
Deprecated. Use serializeStartpart instead |
Uses of OMNamespace in org.apache.axiom.soap |
---|
Methods in org.apache.axiom.soap that return OMNamespace | |
---|---|
OMNamespace |
SOAPBody.getFirstElementNS()
Retrieves the OMNamespace of the first element in the body. |
OMNamespace |
SOAPFactory.getNamespace()
|
OMNamespace |
SOAPEnvelope.getSOAPBodyFirstElementNS()
Retrieves the OMNamespace of the first element in the body. |
Methods in org.apache.axiom.soap with parameters of type OMNamespace | |
---|---|
SOAPHeaderBlock |
SOAPHeader.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new SOAPHeaderBlock object initialized with the specified name and
adds it to this SOAPHeader object. |
SOAPEnvelope |
SOAPFactory.createSOAPEnvelope(OMNamespace ns)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds)
Create SOAPHeaderBlock that has an OMDataSource |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
Uses of OMNamespace in org.apache.axiom.soap.impl.builder |
---|
Methods in org.apache.axiom.soap.impl.builder that return OMNamespace | |
---|---|
OMNamespace |
StAXSOAPModelBuilder.getEnvelopeNamespace()
|
Uses of OMNamespace in org.apache.axiom.soap.impl.dom |
---|
Fields in org.apache.axiom.soap.impl.dom declared as OMNamespace | |
---|---|
protected OMNamespace |
SOAPFaultTextImpl.langNamespace
|
Methods in org.apache.axiom.soap.impl.dom that return OMNamespace | |
---|---|
OMNamespace |
SOAPBodyImpl.getFirstElementNS()
|
OMNamespace |
SOAPEnvelopeImpl.getSOAPBodyFirstElementNS()
|
Methods in org.apache.axiom.soap.impl.dom with parameters of type OMNamespace | |
---|---|
abstract SOAPHeaderBlock |
SOAPHeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new SOAPHeaderBlock object initialized with the specified name and
adds it to this SOAPHeader object. |
Constructors in org.apache.axiom.soap.impl.dom with parameters of type OMNamespace | |
---|---|
SOAPElement(DocumentImpl doc,
String localName,
OMNamespace ns,
SOAPFactory factory)
|
|
SOAPEnvelopeImpl(OMNamespace ns,
SOAPFactory factory)
|
|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPHeaderBlockImpl. |
|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory)
|
|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory)
|
Uses of OMNamespace in org.apache.axiom.soap.impl.dom.factory |
---|
Methods in org.apache.axiom.soap.impl.dom.factory that return OMNamespace | |
---|---|
OMNamespace |
DOMSOAPFactory.getNamespace()
|
Methods in org.apache.axiom.soap.impl.dom.factory with parameters of type OMNamespace | |
---|---|
SOAPEnvelope |
DOMSOAPFactory.createSOAPEnvelope(OMNamespace ns)
|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds)
|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
DOMSOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
Uses of OMNamespace in org.apache.axiom.soap.impl.dom.soap11 |
---|
Methods in org.apache.axiom.soap.impl.dom.soap11 that return OMNamespace | |
---|---|
OMNamespace |
SOAP11Factory.getNamespace()
|
Methods in org.apache.axiom.soap.impl.dom.soap11 with parameters of type OMNamespace | |
---|---|
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
SOAPEnvelope |
SOAP11Factory.createSOAPEnvelope(OMNamespace ns)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axiom.soap.impl.dom.soap11 with parameters of type OMNamespace | |
---|---|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPHeaderBlockImpl |
|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory)
|
|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory)
|
Uses of OMNamespace in org.apache.axiom.soap.impl.dom.soap12 |
---|
Methods in org.apache.axiom.soap.impl.dom.soap12 with parameters of type OMNamespace | |
---|---|
SOAPHeaderBlock |
SOAP12HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
SOAPEnvelope |
SOAP12Factory.createSOAPEnvelope(OMNamespace ns)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axiom.soap.impl.dom.soap12 with parameters of type OMNamespace | |
---|---|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory)
|
|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPHeaderBlockImpl |
|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory)
|
Uses of OMNamespace in org.apache.axiom.soap.impl.llom |
---|
Fields in org.apache.axiom.soap.impl.llom declared as OMNamespace | |
---|---|
protected OMNamespace |
SOAPFaultTextImpl.langNamespace
|
Methods in org.apache.axiom.soap.impl.llom that return OMNamespace | |
---|---|
OMNamespace |
SOAPBodyImpl.getFirstElementNS()
|
OMNamespace |
SOAPEnvelopeImpl.getSOAPBodyFirstElementNS()
|
Methods in org.apache.axiom.soap.impl.llom with parameters of type OMNamespace | |
---|---|
abstract SOAPHeaderBlock |
SOAPHeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
Creates a new SOAPHeaderBlock object initialized with the specified name and
adds it to this SOAPHeader object. |
Uses of OMNamespace in org.apache.axiom.soap.impl.llom.soap11 |
---|
Methods in org.apache.axiom.soap.impl.llom.soap11 that return OMNamespace | |
---|---|
OMNamespace |
SOAP11Factory.getNamespace()
Eran Chinthaka (chinthaka@apache.org) |
Methods in org.apache.axiom.soap.impl.llom.soap11 with parameters of type OMNamespace | |
---|---|
SOAPHeaderBlock |
SOAP11HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
SOAPEnvelope |
SOAP11Factory.createSOAPEnvelope(OMNamespace ns)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axiom.soap.impl.llom.soap11 with parameters of type OMNamespace | |
---|---|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPHeaderBlockImpl |
|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory)
|
|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory,
OMDataSource ds)
|
|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory)
|
Uses of OMNamespace in org.apache.axiom.soap.impl.llom.soap12 |
---|
Methods in org.apache.axiom.soap.impl.llom.soap12 that return OMNamespace | |
---|---|
OMNamespace |
SOAP12Factory.getNamespace()
|
Methods in org.apache.axiom.soap.impl.llom.soap12 with parameters of type OMNamespace | |
---|---|
SOAPHeaderBlock |
SOAP12HeaderImpl.addHeaderBlock(String localName,
OMNamespace ns)
|
SOAPEnvelope |
SOAP12Factory.createSOAPEnvelope(OMNamespace ns)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
Constructors in org.apache.axiom.soap.impl.llom.soap12 with parameters of type OMNamespace | |
---|---|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory)
|
|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPFactory factory,
OMDataSource ds)
|
|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder,
SOAPFactory factory)
Constructor SOAPHeaderBlockImpl |
|
SOAP12HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |