Exemplo n.º 1
0
 public List<ProcessingInstruction> processingInstructions(String target) {
   return SAXReaderImpl.toNewProcessingInstructions(_branch.processingInstructions(target));
 }
Exemplo n.º 2
0
 public List<ProcessingInstruction> processingInstructions() {
   return SAXReaderImpl.toNewProcessingInstructions(_branch.processingInstructions());
 }