Skip to main content

ModelCenter Remote Execution Java API 2025 R2

Parser

Last update: 16.07.2025

Interface: Parser

Package: com.phoenix_int.aserver.util

All Known Implementing Classes:


Declaration

public interface Parser

Interface to define the methods of a parser. Defined after-the-fact from the existing PHXFileParser with the intent to be useful for PHXXMLParser.

Nested Class Summary

Modifier and Type Interface and Description
static class Parser.Mode
File-access mode. Moved to type-safe enum from legacy integer constants

Method Summary

Modifier and Type Method and Description
void close()
Close the parser
void writeTo(java.io.OutputStreamWriter fw)
Write any changes to the output stream

Method Detail

writeTo

void writeTo(java.io.OutputStreamWriter fw)
      throws java.io.IOException

Write any changes to the output stream

Throws:

  • java.io.IOException

close

void close()

Close the parser

Connect with Ansys