org.apache.xml.security.stax.ext.stax
Interface XMLSecStartElement
- All Superinterfaces:
- StartElement, XMLEvent, XMLSecEvent, XMLStreamConstants
- All Known Implementing Classes:
- XMLSecStartElementImpl
public interface XMLSecStartElement
- extends XMLSecEvent, StartElement
- Version:
- $Revision: 1394970 $ $Date: 2012-10-06 09:47:23 +0100 (Sat, 06 Oct 2012) $
- Author:
- $Author: giger $
| Fields inherited from interface javax.xml.stream.XMLStreamConstants |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
| Methods inherited from interface javax.xml.stream.events.XMLEvent |
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
getElementNamespace
XMLSecNamespace getElementNamespace()
getNamespacesFromCurrentScope
void getNamespacesFromCurrentScope(List<XMLSecNamespace> comparableNamespaceList)
getOnElementDeclaredNamespaces
List<XMLSecNamespace> getOnElementDeclaredNamespaces()
addNamespace
void addNamespace(XMLSecNamespace xmlSecNamespace)
getAttributesFromCurrentScope
void getAttributesFromCurrentScope(List<XMLSecAttribute> comparableAttributeList)
getOnElementDeclaredAttributes
List<XMLSecAttribute> getOnElementDeclaredAttributes()
addAttribute
void addAttribute(XMLSecAttribute xmlSecAttribute)
asStartElement
XMLSecStartElement asStartElement()
- Specified by:
asStartElement in interface XMLEvent- Specified by:
asStartElement in interface XMLSecEvent
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.