public class ProcessingInstructionImpl extends NodeImpl implements com.liferay.portal.kernel.xml.ProcessingInstruction
| Constructor and Description |
|---|
ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction) |
| Modifier and Type | Method and Description |
|---|---|
<T,V extends com.liferay.portal.kernel.xml.Visitor<T>> |
accept(V visitor) |
boolean |
equals(Object object) |
String |
getTarget() |
String |
getText() |
String |
getValue(String name) |
Map<String,String> |
getValues() |
org.dom4j.ProcessingInstruction |
getWrappedProcessingInstruction() |
int |
hashCode() |
boolean |
removeValue(String name) |
void |
setTarget(String target) |
void |
setValue(String name,
String value) |
void |
setValues(Map<String,String> data) |
String |
toString() |
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, getDocument, getName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, getWrappedNode, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, writeasXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, getDocument, getName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, writepublic ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
public <T,V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor)
public String getTarget()
getTarget in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic String getText()
public String getValue(String name)
getValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic Map<String,String> getValues()
getValues in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
public boolean removeValue(String name)
removeValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic void setTarget(String target)
setTarget in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic void setValue(String name,
String value)
setValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic void setValues(Map<String,String> data)
setValues in interface com.liferay.portal.kernel.xml.ProcessingInstruction