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 obj) |
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, write
asXML, 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, write
public 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.ProcessingInstruction
public String getText()
public String getValue(String name)
getValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public Map<String,String> getValues()
getValues
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
public boolean removeValue(String name)
removeValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public void setTarget(String target)
setTarget
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public void setValue(String name, String value)
setValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public void setValues(Map<String,String> data)
setValues
in interface com.liferay.portal.kernel.xml.ProcessingInstruction