|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Deprecated. please use java standard StAX api
public interface StartElement
The StartElement interface provides access to information about start elements
AttributeIterator| Field Summary |
|---|
| Fields inherited from interface weblogic.xml.stream.XMLEvent |
|---|
CHANGE_PREFIX_MAPPING, CHARACTER_DATA, COMMENT, END_DOCUMENT, END_ELEMENT, END_PREFIX_MAPPING, ENTITY_REFERENCE, NULL_ELEMENT, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT, START_PREFIX_MAPPING, XML_EVENT |
| Method Summary | |
|---|---|
abstract Attribute |
getAttributeByName(XMLName name)Deprecated. Returns the attribute referred to by this name |
abstract AttributeIterator |
getAttributes()Deprecated. Returns an AttributeIterator of non-namespace declared attributes |
abstract AttributeIterator |
getAttributesAndNamespaces()Deprecated. Returns the union of declared attributes and namespaces |
abstract Map |
getNamespaceMap()Deprecated. Gets a java.util.Map from prefixes to URIs in scope for this element. |
abstract AttributeIterator |
getNamespaces()Deprecated. Returns an AttributeIterator of namespaces declared in this element |
abstract String |
getNamespaceUri(String prefix)Deprecated. Gets the value that the prefix is bound to in the context of this element. |
| Methods inherited from interface weblogic.xml.stream.XMLEvent |
|---|
getLocation, getName, getSchemaType, getType, getTypeAsString, hasName, isChangePrefixMapping, isCharacterData, isEndDocument, isEndElement, isEndPrefixMapping, isEntityReference, isNull, isProcessingInstruction, isSpace, isStartDocument, isStartElement, isStartPrefixMapping |
| Method Detail |
|---|
AttributeIterator getAttributes()
AttributeIterator getNamespaces()
AttributeIterator getAttributesAndNamespaces()
Attribute getAttributeByName(XMLName name)
String getNamespaceUri(String prefix)
Map getNamespaceMap()
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||