Package | Description |
---|---|
org.apache.xml.dtm.ref | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.w3c.dom |
Modifier and Type | Class and Description |
---|---|
class |
DTMNodeProxy
DTMNodeProxy presents a DOM Node API front-end to the DTM model. |
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction |
DTMNodeProxy.createProcessingInstruction(java.lang.String target,
java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction |
UnImplNode.createProcessingInstruction(java.lang.String target,
java.lang.String data)
Unimplemented.
|
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction |
Document.createProcessingInstruction(java.lang.String target,
java.lang.String data)
Creates a
ProcessingInstruction node given the specified
name and data strings. |
Copyright © 2014 Apache XML Project. All Rights Reserved.