org.apache.xml.security.stax.impl.stax
Class XMLSecEntityReferenceImpl
java.lang.Object
org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
org.apache.xml.security.stax.impl.stax.XMLSecEntityReferenceImpl
- All Implemented Interfaces:
- EntityReference, XMLEvent, XMLStreamConstants, XMLSecEntityReference, XMLSecEvent
public class XMLSecEntityReferenceImpl
- extends XMLSecEventBaseImpl
- implements XMLSecEntityReference
- Version:
- $Revision: 1354896 $ $Date: 2012-06-28 11:11:05 +0100 (Thu, 28 Jun 2012) $
- Author:
- $Author: coheigea $
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 class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl |
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement, writeAsEncodedUnicode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.stream.events.XMLEvent |
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
XMLSecEntityReferenceImpl
public XMLSecEntityReferenceImpl(String name,
EntityDeclaration entityDeclaration,
XMLSecStartElement parentXmlSecStartElement)
getDeclaration
public EntityDeclaration getDeclaration()
- Specified by:
getDeclaration
in interface EntityReference
getName
public String getName()
- Specified by:
getName
in interface EntityReference
getEventType
public int getEventType()
- Specified by:
getEventType
in interface XMLEvent
isEntityReference
public boolean isEntityReference()
- Specified by:
isEntityReference
in interface XMLEvent
- Overrides:
isEntityReference
in class XMLSecEventBaseImpl
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.