public class XMLSecProcessingInstructionImpl extends XMLSecEventBaseImpl implements XMLSecProcessingInstruction
parentXMLSecStartELementATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
XMLSecProcessingInstructionImpl(String target,
String data,
XMLSecStartElement parentXmlSecStartElement) |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
int |
getEventType() |
String |
getTarget() |
boolean |
isProcessingInstruction() |
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isStartDocument, isStartElement, setParentXMLSecStartElement, writeAsEncodedUnicodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElementgetLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isStartDocument, isStartElement, writeAsEncodedUnicodepublic XMLSecProcessingInstructionImpl(String target, String data, XMLSecStartElement parentXmlSecStartElement)
public String getTarget()
getTarget in interface ProcessingInstructionpublic String getData()
getData in interface ProcessingInstructionpublic int getEventType()
getEventType in interface XMLEventpublic boolean isProcessingInstruction()
isProcessingInstruction in interface XMLEventisProcessingInstruction in class XMLSecEventBaseImplCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.